Python: Drop support for Python 3.7
[qemu/kevin.git] / docs / system / qemu-manpage.rst
blobc47a4127582f2946664f3e2cdbef77846b87c1db
1 :orphan:
3 ..
4    This file is the skeleton for the qemu.1 manpage. It mostly
5    should simply include the .rst.inc files corresponding to the
6    parts of the documentation that go in the manpage as well as the
7    HTML manual.
9 =======================
10 QEMU User Documentation
11 =======================
13 --------
14 Synopsis
15 --------
17 .. parsed-literal::
19    |qemu_system| [options] [disk_image]
21 -----------
22 Description
23 -----------
25 .. include:: target-i386-desc.rst.inc
27 -------
28 Options
29 -------
31 disk_image is a raw hard disk image for IDE hard disk 0. Some targets do
32 not need a disk image.
34 .. hxtool-doc:: qemu-options.hx
36 .. include:: keys.rst.inc
38 .. include:: mux-chardev.rst.inc
40 -----
41 Notes
42 -----
44 .. include:: device-url-syntax.rst.inc
46 --------
47 See also
48 --------
50 The HTML documentation of QEMU for more precise information and Linux
51 user mode emulator invocation.