mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
qemu-doc: split qemu-doc.texi in multiple files
In order to facilitate the reorganization of qemu-doc.texi content, as well as the conversion to rST/Sphinx, split it in multiple .texi files that are included from docs/system. The "other devices" section is renamed to ivshmem and placed last. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Tested-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 20200228153619.9906-6-peter.maydell@linaro.org Message-id: 20200226113034.6741-6-pbonzini@redhat.com Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
5600d275d5
commit
fdeccf932d
17 changed files with 1483 additions and 1454 deletions
13
docs/system/quickstart.texi
Normal file
13
docs/system/quickstart.texi
Normal file
|
@ -0,0 +1,13 @@
|
|||
@node pcsys_quickstart
|
||||
@section Quick Start
|
||||
@cindex quick start
|
||||
|
||||
Download and uncompress a hard disk image with Linux installed (e.g.
|
||||
@file{linux.img}) and type:
|
||||
|
||||
@example
|
||||
@value{qemu_system} linux.img
|
||||
@end example
|
||||
|
||||
Linux should boot and give you a prompt.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue