]> git.proxmox.com Git - qemu.git/blobdiff - qemu-nbd.texi
Merge NBD client/server, by Laurent Vivier.
[qemu.git] / qemu-nbd.texi
index 7b6d0cbb59185c3c286d70e8e8634d85bc305179..37b68f5fce8923b18ae6b4836d19cfc915cca118 100644 (file)
@@ -20,10 +20,16 @@ Export Qemu disk image using NBD protocol.
   offset into the image
 @item -b, --bind=IFACE
   interface to bind to (default `0.0.0.0')
+@item -k, --socket=PATH
+  Use a unix socket with path PATH
 @item -r, --read-only
   export read-only
 @item -P, --partition=NUM
   only expose partition NUM
+@item -c, --connect
+  connect FILE to NBD device DEV
+@item -d, --disconnect
+  disconnect the specified device
 @item -v, --verbose
   display extra debugging information
 @item -h, --help