qemu-manpage.rst 869 B

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