Home
last modified time | relevance | path

Searched hist:b8d739fd (Results 1 – 1 of 1) sorted by relevance

/qemu/block/
H A Dqed.cb8d739fd Tue Feb 13 20:26:53 GMT 2018 Eric Blake <eblake@redhat.com> qed: Switch to .bdrv_co_block_status()

We are gradually moving away from sector-based interfaces, towards
byte-based. Update the qed driver accordingly, taking the opportunity
to inline qed_is_allocated_cb() into its lone caller (the callback
used to be important, until we switched qed to coroutines). There is
no intent to optimize based on the want_zero flag for this format.

Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>