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:
Paolo Bonzini 2020-02-28 15:35:51 +00:00 committed by Peter Maydell
parent 5600d275d5
commit fdeccf932d
17 changed files with 1483 additions and 1454 deletions

View 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.