qemu-manpage.rst 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. When dealing with options parameters as arbitrary strings containing
  25. commas, such as in "file=my,file" and "string=a,b", it's necessary to
  26. double the commas. For instance,"-fw_cfg name=z,string=a,,b" will be
  27. parsed as "-fw_cfg name=z,string=a,b".
  28. .. hxtool-doc:: qemu-options.hx
  29. .. include:: keys.rst.inc
  30. .. include:: mux-chardev.rst.inc
  31. -----
  32. Notes
  33. -----
  34. .. include:: device-url-syntax.rst.inc
  35. --------
  36. See also
  37. --------
  38. The HTML documentation of QEMU for more precise information and Linux
  39. user mode emulator invocation.