Re: [Qemu-devel] [PATCH v3 22/23] block: Lift device model API into BlockBackend

2014-09-30 Thread Kevin Wolf
Am 16.09.2014 um 20:12 hat Markus Armbruster geschrieben: > Move device model attachment / detachment and the BlockDevOps device > model callbacks and their wrappers from BlockDriverState to > BlockBackend. > > Signed-off-by: Markus Armbruster Reviewed-by: Kevin Wolf

Re: [Qemu-devel] [PATCH v3 22/23] block: Lift device model API into BlockBackend

2014-09-22 Thread Max Reitz
On 16.09.2014 20:12, Markus Armbruster wrote: Move device model attachment / detachment and the BlockDevOps device model callbacks and their wrappers from BlockDriverState to BlockBackend. Signed-off-by: Markus Armbruster --- block.c| 126 --

Re: [Qemu-devel] [PATCH v3 22/23] block: Lift device model API into BlockBackend

2014-09-22 Thread Markus Armbruster
Benoît Canet writes: > On Tue, Sep 16, 2014 at 08:12:27PM +0200, Markus Armbruster wrote: >> Move device model attachment / detachment and the BlockDevOps device >> model callbacks and their wrappers from BlockDriverState to >> BlockBackend. >> >> Signed-off-by: Markus Armbruster >> --- >> blo

Re: [Qemu-devel] [PATCH v3 22/23] block: Lift device model API into BlockBackend

2014-09-22 Thread Benoît Canet
On Tue, Sep 16, 2014 at 08:12:27PM +0200, Markus Armbruster wrote: > Move device model attachment / detachment and the BlockDevOps device > model callbacks and their wrappers from BlockDriverState to > BlockBackend. > > Signed-off-by: Markus Armbruster > --- > block.c| 12

[Qemu-devel] [PATCH v3 22/23] block: Lift device model API into BlockBackend

2014-09-16 Thread Markus Armbruster
Move device model attachment / detachment and the BlockDevOps device model callbacks and their wrappers from BlockDriverState to BlockBackend. Signed-off-by: Markus Armbruster --- block.c| 126 -- block/block-backend.c | 151 ++