qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 10/17] vdi: Implement .bdrv_co_pwritev() interfa


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH 10/17] vdi: Implement .bdrv_co_pwritev() interface
Date: Wed, 27 Apr 2016 15:17:17 +0100
User-agent: Mutt/1.5.24 (2015-08-30)

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
> 

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]