From: Markus Armbruster Date: Wed, 13 Feb 2013 18:49:39 +0000 (+0100) Subject: doc: Fill some option doc gaps in manual page and qemu-doc X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=6265c43b0c872015e4331d3a93ff99946f3edb01;p=qmiga%2Fqemu.git doc: Fill some option doc gaps in manual page and qemu-doc Signed-off-by: Markus Armbruster Reviewed-by: Stefan Hajnoczi Message-id: 1360781383-28635-4-git-send-email-armbru@redhat.com Signed-off-by: Anthony Liguori --- diff --git a/qemu-options.hx b/qemu-options.hx index f7d8482310..e33cdc9f5e 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -326,9 +326,9 @@ DEF("set", HAS_ARG, QEMU_OPTION_set, " set parameter for item of type \n" " i.e. -set drive.$id.file=/path/to/image\n", QEMU_ARCH_ALL) STEXI -@item -set +@item -set @var{group}.@var{id}.@var{arg}=@var{value} @findex -set -TODO +Set parameter @var{arg} for item @var{id} of type @var{group}\n" ETEXI DEF("global", HAS_ARG, QEMU_OPTION_global, @@ -1000,7 +1000,7 @@ DEF("rotate", HAS_ARG, QEMU_OPTION_rotate, "-rotate rotate graphical output some deg left (only PXA LCD)\n", QEMU_ARCH_ALL) STEXI -@item -rotate +@item -rotate @var{deg} @findex -rotate Rotate graphical output some deg left (only PXA LCD). ETEXI @@ -2858,7 +2858,7 @@ DEF("sandbox", HAS_ARG, QEMU_OPTION_sandbox, \ "-sandbox Enable seccomp mode 2 system call filter (default 'off').\n", QEMU_ARCH_ALL) STEXI -@item -sandbox +@item -sandbox @var{arg} @findex -sandbox Enable Seccomp mode 2 system call filter. 'on' will enable syscall filtering and 'off' will disable it. The default is 'off'. @@ -2969,6 +2969,14 @@ DEF("object", HAS_ARG, QEMU_OPTION_object, " property must be set. These objects are placed in the\n" " '/objects' path.\n", QEMU_ARCH_ALL) +STEXI +@item -object @var{typename}[,@var{prop1}=@var{value1},...] +@findex -object +Create an new object of type @var{typename} setting properties +in the order they are specified. Note that the 'id' +property must be set. These objects are placed in the +'/objects' path. +ETEXI HXCOMM This is the last statement. Insert new options before this line! STEXI