On 30.09.2014 21:25, 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 | 69 ++++++++++++++++++++++++----------------------- include/sysemu/blockdev.h | 4 +++ 4 files changed, 77 insertions(+), 36 deletions(-)
Reviewed-by: Max Reitz <mre...@redhat.com>