mirror of
https://github.com/xemu-project/xemu.git
synced 2026-09-06 12:45:01 +02:00
This patch introduces blk_co_preadv() as a central function on the BlockBackend level that is supposed to handle all read requests from the BB to its root BDS eventually. Signed-off-by: Kevin Wolf <kwolf@redhat.com>