]> git.proxmox.com Git - qemu.git/commit
block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinction
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 4 Sep 2013 17:00:24 +0000 (19:00 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
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 <eblake@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
block.c
block/commit.c
block/mirror.c
block/stream.c
include/block/block.h