Re: [Qemu-devel] [PATCH 1/8] tests/virtio-blk-test: Disable auto-read-only

2019-03-11 Thread Eric Blake
On 3/8/19 9:37 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 > --- > tests/

[Qemu-devel] [PATCH 1/8] tests/virtio-blk-test: Disable auto-read-only

2019-03-08 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