OSDN Git Service

vvfat: Fix read-write mode
authorKevin Wolf <kwolf@redhat.com>
Tue, 8 Nov 2011 09:50:12 +0000 (10:50 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 11 Nov 2011 13:02:57 +0000 (14:02 +0100)
commit7704df98b09f886a9cf1d42aa6aa9a776ad1be3c
tree901f0d1d7de127553db763c8be942f08d9a6f1e1
parent0e3b800e71cb7759d099eabbd8ad4c4fe848e381
vvfat: Fix read-write mode

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 <kwolf@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
block/vvfat.c