Re: [Qemu-block] [PATCH for-2.10 4/5] qemu-io: Allow reopen read-write

2017-08-03 Thread Jeff Cody
On Thu, Aug 03, 2017 at 05:03:00PM +0200, Kevin Wolf wrote: > This allows qemu-iotests to test the switch between read-only and > read-write mode for block devices. > > Signed-off-by: Kevin Wolf > --- > qemu-io-cmds.c | 19 +-- > 1 file changed, 17

[Qemu-block] [PATCH for-2.10 4/5] qemu-io: Allow reopen read-write

2017-08-03 Thread Kevin Wolf
This allows qemu-iotests to test the switch between read-only and read-write mode for block devices. Signed-off-by: Kevin Wolf --- qemu-io-cmds.c | 19 +-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/qemu-io-cmds.c b/qemu-io-cmds.c index