Re: [PATCH v2 2/2] nbd: Allow description when creating NBD blockdev

2019-11-04 Thread Maxim Levitsky
On Thu, 2019-10-10 at 16:00 -0500, Eric Blake wrote: > Allow blockdevs to match the feature already present in qemu-nbd -D. > Enhance iotest 223 to cover it. > > Signed-off-by: Eric Blake > --- > qapi/block.json| 8 +--- > blockdev-nbd.c | 9 - >

Re: [PATCH v2 2/2] nbd: Allow description when creating NBD blockdev

2019-10-11 Thread Vladimir Sementsov-Ogievskiy
11.10.2019 0:00, Eric Blake wrote: > Allow blockdevs to match the feature already present in qemu-nbd -D. > Enhance iotest 223 to cover it. > > Signed-off-by: Eric Blake Reviewed-by: Vladimir Sementsov-Ogievskiy > --- > qapi/block.json| 8 +--- > blockdev-nbd.c

[PATCH v2 2/2] nbd: Allow description when creating NBD blockdev

2019-10-10 Thread Eric Blake
Allow blockdevs to match the feature already present in qemu-nbd -D. Enhance iotest 223 to cover it. Signed-off-by: Eric Blake --- qapi/block.json| 8 +--- blockdev-nbd.c | 9 - monitor/hmp-cmds.c | 4 ++-- tests/qemu-iotests/223 | 2 +-