diff options
Diffstat (limited to 'docs/system/invocation.rst')
-rw-r--r-- | docs/system/invocation.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/system/invocation.rst b/docs/system/invocation.rst new file mode 100644 index 000000000..4ba38fc23 --- /dev/null +++ b/docs/system/invocation.rst @@ -0,0 +1,18 @@ +.. _sec_005finvocation: + +Invocation +---------- + +.. parsed-literal:: + + |qemu_system| [options] [disk_image] + +disk_image is a raw hard disk image for IDE hard disk 0. Some targets do +not need a disk image. + +.. hxtool-doc:: qemu-options.hx + +Device URL Syntax +~~~~~~~~~~~~~~~~~ + +.. include:: device-url-syntax.rst.inc |