On Wed, Apr 27, 2016 at 11:52:40AM +0200, Kevin Wolf wrote:
> @@ -703,6 +712,7 @@ static int vdi_co_write(BlockDriverState *bs,
> VdiHeader *header = (VdiHeader *) block;
> uint8_t *base;
> uint64_t offset;
> + uint32_t n_sectors;
>
> logout("now writing modified header\n");
> assert(VDI_IS_ALLOCATED(bmap_first));
Unnecessary change?
> @@ -914,7 +924,7 @@ static BlockDriver bdrv_vdi = {
>
> .bdrv_co_preadv = vdi_co_preadv,
> #if defined(CONFIG_VDI_WRITE)
> - .bdrv_write = vdi_co_write,
> + .bdrv_co_pwritev = vdi_co_pwritev,
> #endif
>
> .bdrv_get_info = vdi_get_info,
> --
> 1.8.3.1
>
signature.asc
Description: PGP signature
