Re: [PATCH v8 6/7] block: drop bdrv_prwv

2020-09-24 Thread Stefan Hajnoczi
On Tue, Sep 15, 2020 at 07:44:10PM +0300, Vladimir Sementsov-Ogievskiy wrote: > Now that we are not maintaining boilerplate code for coroutine > wrappers, there is no more sense in keeping the extra indirection layer > of bdrv_prwv(). Let's drop it and instead generate pure bdrv_preadv() > and bdr

Re: [PATCH v8 6/7] block: drop bdrv_prwv

2020-09-24 Thread Philippe Mathieu-Daudé
On 9/15/20 6:44 PM, Vladimir Sementsov-Ogievskiy wrote: > Now that we are not maintaining boilerplate code for coroutine > wrappers, there is no more sense in keeping the extra indirection layer > of bdrv_prwv(). Let's drop it and instead generate pure bdrv_preadv() > and bdrv_pwritev(). > > Curr