block: Merge BlockBackend and BlockDriverState name spaces
commit7f06d47eff9d26cca87855273f20786502f8c57e
authorMarkus Armbruster <armbru@redhat.com>
Tue, 7 Oct 2014 11:59:12 +0000 (7 13:59 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 20 Oct 2014 11:41:26 +0000 (20 13:41 +0200)
tree747edade3b526422600216179cb32c2634a80bad
parentbfb197e0d998bea8741c65492b2b42f443729249
block: Merge BlockBackend and BlockDriverState name spaces

BlockBackend's name space is separate only to keep the initial patches
simple.  Time to merge the two.

Retain bdrv_find() and bdrv_get_device_name() for now, to keep this
series manageable.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block.c
block/block-backend.c
include/block/block.h