Re: [Qemu-devel] [PATCH v3 01/16] block: Introduce BDS.file_child

2015-10-12 Thread Jeff Cody
On Fri, Oct 09, 2015 at 02:15:26PM +0200, Kevin Wolf wrote: > Store the BdrvChild for bs->file. At this point, bs->file_child->bs just > duplicates the bs->file pointer. Later, it will completely replace it. > > Signed-off-by: Kevin Wolf > Reviewed-by: Max Reitz > Reviewed-by: Alberto Garcia >

[Qemu-devel] [PATCH v3 01/16] block: Introduce BDS.file_child

2015-10-09 Thread Kevin Wolf
Store the BdrvChild for bs->file. At this point, bs->file_child->bs just duplicates the bs->file pointer. Later, it will completely replace it. Signed-off-by: Kevin Wolf Reviewed-by: Max Reitz Reviewed-by: Alberto Garcia Reviewed-by: Fam Zheng --- block.c | 12 +---