Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dblock-backend.cbe07a889 Thu Oct 20 05:56:14 CDT 2016 Kevin Wolf <kwolf@redhat.com> block: Use blk_co_flush() for all BB level flushes

All read/write functions already have a single coroutine-based function
on the BlockBackend level through which all requests go (no matter what
API style the external caller used) and which passes the requests down
to the block node level.

This patch extends this mode of operation to flushes.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>