Re: [Qemu-devel] [PATCH 2/3] qemu-nbd: Extend read-only option to nbd device file

2010-05-02 Thread Ryota Ozaki
On Mon, Mar 29, 2010 at 7:54 PM, Kevin Wolf wrote: > Am 28.03.2010 19:07, schrieb Ryota Ozaki: >> This patch allows to operate on nbd device file >> without write permission for the file if read-only >> option is specified. >> >> Signed-off-by: Ryota Ozaki > > The help for -r should be changed, t

Re: [Qemu-devel] [PATCH 2/3] qemu-nbd: Extend read-only option to nbd device file

2010-03-29 Thread Kevin Wolf
Am 28.03.2010 19:07, schrieb Ryota Ozaki: > This patch allows to operate on nbd device file > without write permission for the file if read-only > option is specified. > > Signed-off-by: Ryota Ozaki The help for -r should be changed, too. Currently it says: -r, --read-only export read-only

[Qemu-devel] [PATCH 2/3] qemu-nbd: Extend read-only option to nbd device file

2010-03-28 Thread Ryota Ozaki
This patch allows to operate on nbd device file without write permission for the file if read-only option is specified. Signed-off-by: Ryota Ozaki --- qemu-nbd.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/qemu-nbd.c b/qemu-nbd.c index 00b8896..7ef409f 10064