xref: /openbmc/qemu/docs/system/qemu-manpage.rst (revision 191710c221f65b1542f6ea7fa4d30dde6e134fd7)
1d06118bfSPeter Maydell:orphan:
2d06118bfSPeter Maydell
3d06118bfSPeter Maydell..
4d06118bfSPeter Maydell   This file is the skeleton for the qemu.1 manpage. It mostly
5d06118bfSPeter Maydell   should simply include the .rst.inc files corresponding to the
6d06118bfSPeter Maydell   parts of the documentation that go in the manpage as well as the
7d06118bfSPeter Maydell   HTML manual.
8d06118bfSPeter Maydell
98a1f7d29SPaolo Bonzini=======================
108a1f7d29SPaolo BonziniQEMU User Documentation
118a1f7d29SPaolo Bonzini=======================
12d06118bfSPeter Maydell
13f0c1507aSPaolo Bonzini--------
14d06118bfSPeter MaydellSynopsis
15d06118bfSPeter Maydell--------
16d06118bfSPeter Maydell
17d06118bfSPeter Maydell.. parsed-literal::
18d06118bfSPeter Maydell
19d06118bfSPeter Maydell   |qemu_system| [options] [disk_image]
20d06118bfSPeter Maydell
21f0c1507aSPaolo Bonzini-----------
22d06118bfSPeter MaydellDescription
23d06118bfSPeter Maydell-----------
24d06118bfSPeter Maydell
25d06118bfSPeter Maydell.. include:: target-i386-desc.rst.inc
26d06118bfSPeter Maydell
27f0c1507aSPaolo Bonzini-------
28d06118bfSPeter MaydellOptions
29d06118bfSPeter Maydell-------
30d06118bfSPeter Maydell
31d06118bfSPeter Maydelldisk_image is a raw hard disk image for IDE hard disk 0. Some targets do
32d06118bfSPeter Maydellnot need a disk image.
33d06118bfSPeter Maydell
34*fd49b215SYihuan PanWhen dealing with options parameters as arbitrary strings containing
35*fd49b215SYihuan Pancommas, such as in "file=my,file" and "string=a,b", it's necessary to
36*fd49b215SYihuan Pandouble the commas. For instance,"-fw_cfg name=z,string=a,,b" will be
37*fd49b215SYihuan Panparsed as "-fw_cfg name=z,string=a,b".
38*fd49b215SYihuan Pan
39d06118bfSPeter Maydell.. hxtool-doc:: qemu-options.hx
40d06118bfSPeter Maydell
41d06118bfSPeter Maydell.. include:: keys.rst.inc
42d06118bfSPeter Maydell
43d06118bfSPeter Maydell.. include:: mux-chardev.rst.inc
44d06118bfSPeter Maydell
45f0c1507aSPaolo Bonzini-----
46d06118bfSPeter MaydellNotes
47d06118bfSPeter Maydell-----
48d06118bfSPeter Maydell
49d06118bfSPeter Maydell.. include:: device-url-syntax.rst.inc
50d06118bfSPeter Maydell
51f0c1507aSPaolo Bonzini--------
52d06118bfSPeter MaydellSee also
53d06118bfSPeter Maydell--------
54d06118bfSPeter Maydell
55d06118bfSPeter MaydellThe HTML documentation of QEMU for more precise information and Linux
56d06118bfSPeter Maydelluser mode emulator invocation.
57