qemu/docs/system/qemu-manpage.rst
<<
>>
Prefs
   1:orphan:
   2
   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.
   8
   9Title
  10=====
  11
  12Synopsis
  13--------
  14
  15.. parsed-literal::
  16
  17   |qemu_system| [options] [disk_image]
  18
  19Description
  20-----------
  21
  22.. include:: target-i386-desc.rst.inc
  23
  24Options
  25-------
  26
  27disk_image is a raw hard disk image for IDE hard disk 0. Some targets do
  28not need a disk image.
  29
  30.. hxtool-doc:: qemu-options.hx
  31
  32.. include:: keys.rst.inc
  33
  34.. include:: mux-chardev.rst.inc
  35
  36Notes
  37-----
  38
  39.. include:: device-url-syntax.rst.inc
  40
  41See also
  42--------
  43
  44The HTML documentation of QEMU for more precise information and Linux
  45user mode emulator invocation.
  46