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