Re: [Qemu-devel] [PATCH v2 01/10] tests/virtio-blk-test: Disable auto-read-only

2019-03-11 Thread Eric Blake
On 3/11/19 11:50 AM, Kevin Wolf wrote: > tests/virtio-blk-test uses a temporary image file that it deletes while > QEMU is still running, so it can't be reopened when writers are > attached or detached. Disable auto-read-only to keep it always writable. > > Signed-off-by: Kevin Wolf > --- > test

[Qemu-devel] [PATCH v2 01/10] tests/virtio-blk-test: Disable auto-read-only

2019-03-11 Thread Kevin Wolf
tests/virtio-blk-test uses a temporary image file that it deletes while QEMU is still running, so it can't be reopened when writers are attached or detached. Disable auto-read-only to keep it always writable. Signed-off-by: Kevin Wolf --- tests/virtio-blk-test.c | 2 +- 1 file changed, 1 inserti