]> Git Repo - qemu.git/blobdiff - qemu-img.texi
linux-user: add getrandom() syscall
[qemu.git] / qemu-img.texi
index 7163a108e26fc85ac0b94971b3b6131ab4707f77..afaebdd408e9cfaf363d2ecf53aeba322d4309fe 100644 (file)
@@ -24,6 +24,20 @@ Command parameters:
 @table @var
 @item filename
  is a disk image filename
+
+@item --object @var{objectdef}
+
+is a QEMU user creatable object definition. See the @code{qemu(1)} manual
+page for a description of the object properties. The most common object
+type is a @code{secret}, which is used to supply passwords and/or encryption
+keys.
+
+@item --image-opts
+
+Indicates that the @var{filename} parameter is to be interpreted as a
+full option string, not a plain filename. This parameter is mutually
+exclusive with the @var{-f} and @var{-F} parameters.
+
 @item fmt
 is the disk image format. It is guessed automatically in most cases. See below
 for a description of the supported disk formats.
This page took 0.022379 seconds and 4 git commands to generate.