mirror of
https://github.com/mborgerson/xemu.git
synced 2026-03-01 23:35:19 +00: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>