Merge tag 'pull-riscv-to-apply-20240806-2' of https://github.com/alistair23/qemu...
[qemu/kevin.git] / docs / system / invocation.rst
blob14b7db1c102bc859b03af0903cac503d72f9f6de
1 .. _sec_005finvocation:
3 Invocation
4 ----------
6 .. parsed-literal::
8    |qemu_system| [options] [disk_image]
10 disk_image is a raw hard disk image for IDE hard disk 0. Some targets do
11 not need a disk image.
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".
18 .. hxtool-doc:: qemu-options.hx
20 Device URL Syntax
21 ~~~~~~~~~~~~~~~~~
23 .. include:: device-url-syntax.rst.inc