Re: [Qemu-devel] [PATCH v2 12/12] nbd: Check against invalid option combinations

2013-03-21 Thread Kevin Wolf
Am 20.03.2013 um 22:34 hat Eric Blake geschrieben: > On 03/20/2013 12:39 PM, Kevin Wolf wrote: > > A file name may only specified if no host or socket path is specified. > > The latter two may not appear at the same time either. > > > > Signed-off-by: Kevin Wolf > > --- > > block/nbd.c | 14

Re: [Qemu-devel] [PATCH v2 12/12] nbd: Check against invalid option combinations

2013-03-20 Thread Eric Blake
On 03/20/2013 12:39 PM, Kevin Wolf wrote: > A file name may only specified if no host or socket path is specified. > The latter two may not appear at the same time either. > > Signed-off-by: Kevin Wolf > --- > block/nbd.c | 14 ++ > 1 file changed, 14 insertions(+) Reviewed-by: Eric

[Qemu-devel] [PATCH v2 12/12] nbd: Check against invalid option combinations

2013-03-20 Thread Kevin Wolf
A file name may only specified if no host or socket path is specified. The latter two may not appear at the same time either. Signed-off-by: Kevin Wolf --- block/nbd.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/block/nbd.c b/block/nbd.c index 67f1df2..3d711b2 100644 ---