qemu-nbd: add support for --object command line arg
[qemu.git] / qemu-nbd.texi
index 0027841ecbf2629d2d6e9d818df6fcd35aa115e6..a56ebc34337a85c62f0f3377f0ea49161abf3376 100644 (file)
@@ -18,6 +18,12 @@ Export a QEMU disk image using the NBD protocol.
 @var{dev} is an NBD device.
 
 @table @option
+@item --object type,id=@var{id},...props...
+Define a new instance of the @var{type} object class identified by @var{id}.
+See the @code{qemu(1)} manual page for full details of the properties
+supported. The common object type that it makes sense to define is the
+@code{secret} object, which is used to supply passwords and/or encryption
+keys.
 @item -p, --port=@var{port}
 The TCP port to listen on (default @samp{10809})
 @item -o, --offset=@var{offset}
This page took 0.021546 seconds and 4 git commands to generate.