[Qemu-devel] [PATCH v3 24/29] block: Make bdrv_pwrite() a bdrv_prwv_co() wrapper

2014-01-17 Thread Kevin Wolf
Instead of implementing the alignment adjustment here, use the now existing functionality of bdrv_co_do_pwritev(). Signed-off-by: Kevin Wolf kw...@redhat.com --- block.c | 64 --- include/block/block.h | 1 - 2 files changed, 9

Re: [Qemu-devel] [PATCH v3 24/29] block: Make bdrv_pwrite() a bdrv_prwv_co() wrapper

2014-01-17 Thread Max Reitz
On 17.01.2014 15:15, Kevin Wolf wrote: Instead of implementing the alignment adjustment here, use the now existing functionality of bdrv_co_do_pwritev(). Signed-off-by: Kevin Wolf kw...@redhat.com --- block.c | 64 ---