[Qemu-devel] [PATCH] vvfat: Fix read-write mode

2011-11-08 Thread Kevin Wolf
vvfat used to directly call into the qcow2 block driver instead of using the block.c wrappers. With the coroutine conversion, this stopped working. Signed-off-by: Kevin Wolf kw...@redhat.com --- block/vvfat.c | 44 +++- 1 files changed, 23 insertions(+),

Re: [Qemu-devel] [PATCH] vvfat: Fix read-write mode

2011-11-08 Thread Paolo Bonzini
On 11/08/2011 10:55 AM, Kevin Wolf wrote: vvfat used to directly call into the qcow2 block driver instead of using the block.c wrappers. With the coroutine conversion, this stopped working. Signed-off-by: Kevin Wolfkw...@redhat.com --- block/vvfat.c | 44