Am 07.06.2010 12:06, schrieb Christoph Hellwig:
> 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.
>
> Signed-off-by: Christoph Hellwig
Thank
On Mon, Jun 07, 2010 at 02:27:40PM +0200, Markus Armbruster wrote:
> Christoph Hellwig writes:
>
> > 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 underly
Christoph Hellwig writes:
> 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.
>
> Signed-off-by: Christoph Hellwig
In my (admittedly limited)
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.
Signed-off-by: Christoph Hellwig
Index: qemu/block/cow.c
===
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.
Signed-off-by: Christoph Hellwig
Index: qemu/block/cow.c
===