Re: [libvirt] [PATCH 5/4] qemuDomainBlockPull: Validate base in on the backing chain

2014-04-24 Thread Eric Blake
On 04/24/2014 07:15 AM, Jiri Denemark wrote: > This patch also adds support for addressing backing stores by index for > this API. > > Signed-off-by: Jiri Denemark > --- > > Notes: > - should probably be just squashed into the previous patch Yeah, squashing makes sense. > > src/qemu/qemu

[libvirt] [PATCH 5/4] qemuDomainBlockPull: Validate base in on the backing chain

2014-04-24 Thread Jiri Denemark
This patch also adds support for addressing backing stores by index for this API. Signed-off-by: Jiri Denemark --- Notes: - should probably be just squashed into the previous patch src/qemu/qemu_driver.c | 17 - 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a