Re: [PATCH v3 0/4] block: clean up coroutine versions of bdrv_{is_allocated,block_status}*

2023-10-06 Thread Kevin Wolf
Am 04.09.2023 um 12:03 hat Paolo Bonzini geschrieben: > Provide coroutine versions of bdrv_is_allocated* and bdrv_block_status*, > since the underlying BlockDriver API is coroutine-based, and use > automatically-generated wrappers for the "mixed" versions. > > v2->v3: cleaned up formatting

Re: [PATCH v3 0/4] block: clean up coroutine versions of bdrv_{is_allocated, block_status}*

2023-09-26 Thread Paolo Bonzini
On Mon, Sep 4, 2023 at 12:03 PM Paolo Bonzini wrote: > > Provide coroutine versions of bdrv_is_allocated* and bdrv_block_status*, > since the underlying BlockDriver API is coroutine-based, and use > automatically-generated wrappers for the "mixed" versions. > > v2->v3: cleaned up formatting

[PATCH v3 0/4] block: clean up coroutine versions of bdrv_{is_allocated, block_status}*

2023-09-04 Thread Paolo Bonzini
Provide coroutine versions of bdrv_is_allocated* and bdrv_block_status*, since the underlying BlockDriver API is coroutine-based, and use automatically-generated wrappers for the "mixed" versions. v2->v3: cleaned up formatting Paolo Bonzini (4): block: rename the bdrv_co_block_status static