Kevin Wolf writes:
> Am 02.10.2014 um 11:04 hat Markus Armbruster geschrieben:
>> Make the BlockBackend own the DriveInfo. Change blockdev_init() to
>> return the BlockBackend instead of the DriveInfo.
>>
>> Signed-off-by: Markus Armbruster
>> Reviewed-by: Max Reitz
>
>> @@ -200,11 +202,11 @@
Am 02.10.2014 um 11:04 hat Markus Armbruster geschrieben:
> Make the BlockBackend own the DriveInfo. Change blockdev_init() to
> return the BlockBackend instead of the DriveInfo.
>
> Signed-off-by: Markus Armbruster
> Reviewed-by: Max Reitz
> @@ -200,11 +202,11 @@ DriveInfo *drive_get_next(Blo
Make the BlockBackend own the DriveInfo. Change blockdev_init() to
return the BlockBackend instead of the DriveInfo.
Signed-off-by: Markus Armbruster
Reviewed-by: Max Reitz
---
block.c | 2 --
block/block-backend.c | 38 ++
blockdev.c