invocation.rst 564 B

1234567891011121314151617181920212223
  1. .. _sec_005finvocation:
  2. Invocation
  3. ----------
  4. .. parsed-literal::
  5. |qemu_system| [options] [disk_image]
  6. disk_image is a raw hard disk image for IDE hard disk 0. Some targets do
  7. not need a disk image.
  8. When dealing with options parameters as arbitrary strings containing
  9. commas, such as in "file=my,file" and "string=a,b", it's necessary to
  10. double the commas. For instance,"-fw_cfg name=z,string=a,,b" will be
  11. parsed as "-fw_cfg name=z,string=a,b".
  12. .. hxtool-doc:: qemu-options.hx
  13. Device URL Syntax
  14. ~~~~~~~~~~~~~~~~~
  15. .. include:: device-url-syntax.rst.inc