From 0eb256a2173d35c64696189adcd3599be61922ef Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Fri, 8 Feb 2013 13:19:07 +0100 Subject: qemu-nbd: document --cache and --aio options Signed-off-by: Paolo Bonzini Signed-off-by: Anthony Liguori --- qemu-nbd.texi | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'qemu-nbd.texi') diff --git a/qemu-nbd.texi b/qemu-nbd.texi index 6955d90327..3e57200e76 100644 --- a/qemu-nbd.texi +++ b/qemu-nbd.texi @@ -29,7 +29,12 @@ Export QEMU disk image using NBD protocol. @item -s, --snapshot use snapshot file @item -n, --nocache - disable host cache +@itemx --cache=@var{cache} + set cache mode to be used with the file. See the documentation of + the emulator's @code{-drive cache=...} option for allowed values. +@item --aio=@var{aio} + choose asynchronous I/O mode between @samp{threads} (the default) + and @samp{native} (Linux only). @item -c, --connect=@var{dev} connect @var{filename} to NBD device @var{dev} @item -d, --disconnect -- cgit v1.2.1