Re: [Qemu-devel] [PATCH v5 04/23] block: Connect BlockBackend and DriveInfo

2014-10-02 Thread Markus Armbruster
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 @@

Re: [Qemu-devel] [PATCH v5 04/23] block: Connect BlockBackend and DriveInfo

2014-10-02 Thread Kevin Wolf
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

[Qemu-devel] [PATCH v5 04/23] block: Connect BlockBackend and DriveInfo

2014-10-02 Thread Markus Armbruster
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