Re: [Qemu-block] [PATCH 1/4] qemu-io: Add -C for opening with copy-on-read

2017-10-02 Thread Stefan Hajnoczi
On Sat, Sep 30, 2017 at 02:53:42PM -0500, Eric Blake wrote: > Make it easier to enable copy-on-read during iotests, by > exposing a new bool option to main and open. > > Signed-off-by: Eric Blake > --- > qemu-io.c | 15 --- > 1 file changed, 12 insertions(+), 3

Re: [Qemu-block] [PATCH 1/4] qemu-io: Add -C for opening with copy-on-read

2017-10-02 Thread Kevin Wolf
Am 30.09.2017 um 21:53 hat Eric Blake geschrieben: > Make it easier to enable copy-on-read during iotests, by > exposing a new bool option to main and open. > > Signed-off-by: Eric Blake Reviewed-by: Kevin Wolf

[Qemu-block] [PATCH 1/4] qemu-io: Add -C for opening with copy-on-read

2017-09-30 Thread Eric Blake
Make it easier to enable copy-on-read during iotests, by exposing a new bool option to main and open. Signed-off-by: Eric Blake --- qemu-io.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/qemu-io.c b/qemu-io.c index