]> Git Repo - qemu.git/commit
block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinction
authorPaolo Bonzini <[email protected]>
Wed, 4 Sep 2013 17:00:24 +0000 (19:00 +0200)
committerStefan Hajnoczi <[email protected]>
Fri, 6 Sep 2013 13:25:09 +0000 (15:25 +0200)
commit4f5786376e41980e78af45a123c56ebdc5295099
treee1407374e49682c694681b2d3ca18ef20f863d2b
parent617ccb466e1937a5c99332ce77a47ebd29861ae4
block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinction

Now that bdrv_is_allocated detects coroutine context, the two can
use the same code.

Reviewed-by: Eric Blake <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
block.c
block/commit.c
block/mirror.c
block/stream.c
include/block/block.h
This page took 0.026348 seconds and 4 git commands to generate.