Re: [Qemu-devel] [PATCH 04/14] block: Convert block job core to BlockBackend

2016-05-13 Thread Max Reitz
On 04.05.2016 11:39, Kevin Wolf wrote: > This adds a new BlockBackend field to the BlockJob struct, which > coexists with the BlockDriverState while converting the individual jobs. > > When creating a block job, a new BlockBackend is created on top of the > given BlockDriverState, and it is destro

[Qemu-devel] [PATCH 04/14] block: Convert block job core to BlockBackend

2016-05-04 Thread Kevin Wolf
This adds a new BlockBackend field to the BlockJob struct, which coexists with the BlockDriverState while converting the individual jobs. When creating a block job, a new BlockBackend is created on top of the given BlockDriverState, and it is destroyed when the BlockJob ends. The reference to the