| 1 | :orphan: |
| 2 | |
| 3 | .. |
| 4 | This file is the skeleton for the qemu.1 manpage. It mostly |
| 5 | should simply include the .rst.inc files corresponding to the |
| 6 | parts of the documentation that go in the manpage as well as the |
| 7 | HTML manual. |
| 8 | |
| 9 | ======================= |
| 10 | QEMU User Documentation |
| 11 | ======================= |
| 12 | |
| 13 | -------- |
| 14 | Synopsis |
| 15 | -------- |
| 16 | |
| 17 | .. parsed-literal:: |
| 18 | |
| 19 | |qemu_system| [options] [disk_image] |
| 20 | |
| 21 | ----------- |
| 22 | Description |
| 23 | ----------- |
| 24 | |
| 25 | .. include:: target-i386-desc.rst.inc |
| 26 | |
| 27 | ------- |
| 28 | Options |
| 29 | ------- |
| 30 | |
| 31 | disk_image is a raw hard disk image for IDE hard disk 0. Some targets do |
| 32 | not need a disk image. |
| 33 | |
| 34 | When dealing with options parameters as arbitrary strings containing |
| 35 | commas, such as in "file=my,file" and "string=a,b", it's necessary to |
| 36 | double the commas. For instance,"-fw_cfg name=z,string=a,,b" will be |
| 37 | parsed as "-fw_cfg name=z,string=a,b". |
| 38 | |
| 39 | .. hxtool-doc:: qemu-options.hx |
| 40 | |
| 41 | .. include:: keys.rst.inc |
| 42 | |
| 43 | .. include:: mux-chardev.rst.inc |
| 44 | |
| 45 | ----- |
| 46 | Notes |
| 47 | ----- |
| 48 | |
| 49 | .. include:: device-url-syntax.rst.inc |
| 50 | |
| 51 | -------- |
| 52 | See also |
| 53 | -------- |
| 54 | |
| 55 | The HTML documentation of QEMU for more precise information and Linux |
| 56 | user mode emulator invocation. |