diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-07-03 12:45:02 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-07-03 12:45:02 +0000 |
commit | 3b05a8e91bf15e1858f3f3618069dbc78e55b88e (patch) | |
tree | 99dcfae1de91d07cf05ad8c88edbd021fb87f83d /qemu-nbd.texi | |
parent | 2f7264888ab4a9595a40bd045f58101e5ccd2f0a (diff) |
Allow to share a disk image via nbd, by Laurent Vivier.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4837 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-nbd.texi')
-rw-r--r-- | qemu-nbd.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qemu-nbd.texi b/qemu-nbd.texi index 3a4cb92545..b196a34715 100644 --- a/qemu-nbd.texi +++ b/qemu-nbd.texi @@ -34,6 +34,8 @@ Export Qemu disk image using NBD protocol. connect FILE to NBD device DEV @item -d, --disconnect disconnect the specified device +@item -e, --shared=NUM + device can be shared by NUM clients (default '1') @item -v, --verbose display extra debugging information @item -h, --help |