2
0

qemu-manpage.rst 765 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. :orphan:
  2. ..
  3. This file is the skeleton for the qemu.1 manpage. It mostly
  4. should simply include the .rst.inc files corresponding to the
  5. parts of the documentation that go in the manpage as well as the
  6. HTML manual.
  7. Title
  8. =====
  9. Synopsis
  10. --------
  11. .. parsed-literal::
  12. |qemu_system| [options] [disk_image]
  13. Description
  14. -----------
  15. .. include:: target-i386-desc.rst.inc
  16. Options
  17. -------
  18. disk_image is a raw hard disk image for IDE hard disk 0. Some targets do
  19. not need a disk image.
  20. .. hxtool-doc:: qemu-options.hx
  21. .. include:: keys.rst.inc
  22. .. include:: mux-chardev.rst.inc
  23. Notes
  24. -----
  25. .. include:: device-url-syntax.rst.inc
  26. See also
  27. --------
  28. The HTML documentation of QEMU for more precise information and Linux
  29. user mode emulator invocation.