Re: [PATCH v7 12/13] block: Add bdrv_co_move_to_aio_context()

2020-09-28 Thread Kevin Wolf
Am 28.09.2020 um 10:59 hat Stefan Hajnoczi geschrieben: > On Fri, Sep 25, 2020 at 06:00:51PM +0200, Kevin Wolf wrote: > > Am 15.09.2020 um 16:31 hat Stefan Hajnoczi geschrieben: > > > On Wed, Sep 09, 2020 at 05:11:48PM +0200, Kevin Wolf wrote: > > > > Add a function to move the current coroutine to

Re: [PATCH v7 12/13] block: Add bdrv_co_move_to_aio_context()

2020-09-28 Thread Stefan Hajnoczi
On Fri, Sep 25, 2020 at 06:00:51PM +0200, Kevin Wolf wrote: > Am 15.09.2020 um 16:31 hat Stefan Hajnoczi geschrieben: > > On Wed, Sep 09, 2020 at 05:11:48PM +0200, Kevin Wolf wrote: > > > Add a function to move the current coroutine to the AioContext of a > > > given BlockDriverState. > > > > > >

Re: [PATCH v7 12/13] block: Add bdrv_co_move_to_aio_context()

2020-09-25 Thread Kevin Wolf
Am 15.09.2020 um 16:31 hat Stefan Hajnoczi geschrieben: > On Wed, Sep 09, 2020 at 05:11:48PM +0200, Kevin Wolf wrote: > > Add a function to move the current coroutine to the AioContext of a > > given BlockDriverState. > > > > Signed-off-by: Kevin Wolf > > --- > > include/block/block.h | 6 +

Re: [PATCH v7 12/13] block: Add bdrv_co_move_to_aio_context()

2020-09-15 Thread Stefan Hajnoczi
On Wed, Sep 09, 2020 at 05:11:48PM +0200, Kevin Wolf wrote: > Add a function to move the current coroutine to the AioContext of a > given BlockDriverState. > > Signed-off-by: Kevin Wolf > --- > include/block/block.h | 6 ++ > block.c | 10 ++ > 2 files changed, 16 inse