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

2014-09-11 Thread Eric Blake
On 09/11/2014 12:03 PM, Markus Armbruster wrote: > Benoît Canet writes: > >> The Wednesday 10 Sep 2014 à 10:13:33 (+0200), Markus Armbruster wrote : >>> Make the BlockBackend own the DriveInfo. Change blockdev_init() to >>> return the BlockBackend instead of the DriveInfo. >>> >>> Signed-off-by:

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

2014-09-11 Thread Markus Armbruster
Benoît Canet writes: > The Wednesday 10 Sep 2014 à 10:13:33 (+0200), 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 >> --- >> block/block-backend.c

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

2014-09-11 Thread Markus Armbruster
Kevin Wolf writes: > Am 10.09.2014 um 10:13 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 >> --- >> block/block-backend.c | 38 +++

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

2014-09-10 Thread Kevin Wolf
Am 10.09.2014 um 10:13 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 > --- > block/block-backend.c | 38 +++ > blockdev.c

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

2014-09-10 Thread Benoît Canet
The Wednesday 10 Sep 2014 à 10:13:33 (+0200), 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 > --- > block/block-backend.c | 38 +++ >

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

2014-09-10 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 --- block/block-backend.c | 38 +++ blockdev.c| 79 +-- inclu