On 07.10.2014 13:59, Markus Armbruster wrote:
Make the BlockBackend own the DriveInfo. Change blockdev_init() to return the BlockBackend instead of the DriveInfo.Signed-off-by: Markus Armbruster <arm...@redhat.com> --- block.c | 2 -- block/block-backend.c | 38 ++++++++++++++++++++++++ blockdev.c | 73 ++++++++++++++++++++++++----------------------- include/sysemu/blockdev.h | 4 +++ 4 files changed, 79 insertions(+), 38 deletions(-)
Reviewed-by: Max Reitz <mre...@redhat.com>