Re: [Qemu-devel] [PATCH v3 05/16] block: Convert bs->file to BdrvChild

2015-10-13 Thread Kevin Wolf
Am 13.10.2015 um 03:33 hat Jeff Cody geschrieben: > On Fri, Oct 09, 2015 at 02:15:30PM +0200, Kevin Wolf wrote: > > This patch removes the temporary duplication between bs->file and > > bs->file_child by converting everything to BdrvChild. > > > > Signed-off-by: Kevin Wolf > > Reviewed-by: Max Re

Re: [Qemu-devel] [PATCH v3 05/16] block: Convert bs->file to BdrvChild

2015-10-12 Thread Jeff Cody
On Fri, Oct 09, 2015 at 02:15:30PM +0200, Kevin Wolf wrote: > This patch removes the temporary duplication between bs->file and > bs->file_child by converting everything to BdrvChild. > > Signed-off-by: Kevin Wolf > Reviewed-by: Max Reitz > Reviewed-by: Alberto Garcia > Reviewed-by: Fam Zheng

[Qemu-devel] [PATCH v3 05/16] block: Convert bs->file to BdrvChild

2015-10-09 Thread Kevin Wolf
This patch removes the temporary duplication between bs->file and bs->file_child by converting everything to BdrvChild. Signed-off-by: Kevin Wolf Reviewed-by: Max Reitz Reviewed-by: Alberto Garcia Reviewed-by: Fam Zheng --- block.c | 63 ++