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

2023-04-21 Thread Paolo Bonzini
Ping. Paolo On Wed, Apr 5, 2023 at 12:32 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. > > Paolo > > Paolo Bonzin

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

2023-04-05 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. Paolo Paolo Bonzini (4): block: rename the bdrv_co_block_status static function block: complete