Christoph Hellwig 64a31d5c3d dmg: use qemu block API
Use bdrv_pwrite to access the backing device instead of pread, and
convert the driver to implementing the bdrv_open method which gives
it an already opened BlockDriverState for the underlying device.

Dmg actually does an lseek to a negative offset in the open routine,
which we replace with offset arithmetics after doing a bdrv_getlength.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2010-05-17 10:20:05 +02:00
..
2010-05-17 10:20:05 +02:00
2010-05-17 10:20:04 +02:00
2010-05-17 10:20:05 +02:00
2010-05-17 10:20:05 +02:00
2010-05-17 10:20:05 +02:00
2010-05-17 10:20:05 +02:00
2010-05-03 10:07:31 +02:00