commit | 7f06d47eff9d26cca87855273f20786502f8c57e | [log] [tgz] |
---|---|---|
author | Markus Armbruster <armbru@redhat.com> | Tue Oct 07 13:59:12 2014 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Mon Oct 20 13:41:26 2014 +0200 |
tree | 747edade3b526422600216179cb32c2634a80bad | |
parent | bfb197e0d998bea8741c65492b2b42f443729249 [diff] |
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>