On 09/20/2017 07:43 AM, Manos Pitsidianakis wrote: > blk_pread_unthrottled was used to bypass I/O throttling on the BlockBackend in > the case of async I/O. This is not needed anymore and we can just call > blk_pread() directly. > > Signed-off-by: Manos Pitsidianakis <el13...@mail.ntua.gr> > --- > include/sysemu/block-backend.h | 2 -- > block/block-backend.c | 16 ---------------- > hw/block/hd-geometry.c | 7 +------ > 3 files changed, 1 insertion(+), 24 deletions(-) >
Acked-by: John Snow <js...@redhat.com>