Re: [Qemu-devel] [PATCH 08/34] block: Add list of children to BlockDriverState

2015-06-10 Thread Max Reitz
On 10.06.2015 14:09, Kevin Wolf wrote: Am 11.05.2015 um 17:45 hat Max Reitz geschrieben: On 08.05.2015 19:21, Kevin Wolf wrote: This allows iterating over all children of a given BDS, not only including bs->file and bs->backing_hd, but also driver-specific ones like VMDK extents or Quorum child

Re: [Qemu-devel] [PATCH 08/34] block: Add list of children to BlockDriverState

2015-06-10 Thread Kevin Wolf
Am 11.05.2015 um 17:45 hat Max Reitz geschrieben: > On 08.05.2015 19:21, Kevin Wolf wrote: > >This allows iterating over all children of a given BDS, not only > >including bs->file and bs->backing_hd, but also driver-specific > >ones like VMDK extents or Quorum children. > > > >Signed-off-by: Kevin

Re: [Qemu-devel] [PATCH 08/34] block: Add list of children to BlockDriverState

2015-05-27 Thread Kevin Wolf
Am 08.05.2015 um 19:21 hat Kevin Wolf geschrieben: > This allows iterating over all children of a given BDS, not only > including bs->file and bs->backing_hd, but also driver-specific > ones like VMDK extents or Quorum children. > > Signed-off-by: Kevin Wolf > --- > block.c | 2

Re: [Qemu-devel] [PATCH 08/34] block: Add list of children to BlockDriverState

2015-05-12 Thread Kevin Wolf
Am 11.05.2015 um 17:45 hat Max Reitz geschrieben: > On 08.05.2015 19:21, Kevin Wolf wrote: > >This allows iterating over all children of a given BDS, not only > >including bs->file and bs->backing_hd, but also driver-specific > >ones like VMDK extents or Quorum children. > > > >Signed-off-by: Kevin

Re: [Qemu-devel] [PATCH 08/34] block: Add list of children to BlockDriverState

2015-05-11 Thread Max Reitz
On 08.05.2015 19:21, Kevin Wolf wrote: This allows iterating over all children of a given BDS, not only including bs->file and bs->backing_hd, but also driver-specific ones like VMDK extents or Quorum children. Signed-off-by: Kevin Wolf --- block.c | 27 +

Re: [Qemu-devel] [PATCH 08/34] block: Add list of children to BlockDriverState

2015-05-08 Thread Eric Blake
On 05/08/2015 11:21 AM, Kevin Wolf wrote: > This allows iterating over all children of a given BDS, not only > including bs->file and bs->backing_hd, but also driver-specific > ones like VMDK extents or Quorum children. > > Signed-off-by: Kevin Wolf > --- > block.c | 27 +++

[Qemu-devel] [PATCH 08/34] block: Add list of children to BlockDriverState

2015-05-08 Thread Kevin Wolf
This allows iterating over all children of a given BDS, not only including bs->file and bs->backing_hd, but also driver-specific ones like VMDK extents or Quorum children. Signed-off-by: Kevin Wolf --- block.c | 27 +++ include/block/block_int.h | 8 +++