Re: [libvirt] [PATCH 11/12] qemu: domain: Prepare TLS data for the whole backing chain

2017-10-26 Thread John Ferlan
On 10/20/2017 09:47 AM, Peter Krempa wrote: > Iterate through the backing chain when setting up TLS for disks. > --- > src/qemu/qemu_domain.c | 41 ++--- > 1 file changed, 22 insertions(+), 19 deletions(-) > So (for now) a VxHS device could be at some depth

[libvirt] [PATCH 11/12] qemu: domain: Prepare TLS data for the whole backing chain

2017-10-20 Thread Peter Krempa
Iterate through the backing chain when setting up TLS for disks. --- src/qemu/qemu_domain.c | 41 ++--- 1 file changed, 22 insertions(+), 19 deletions(-) diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c index aebe24e7b..3560cdd29 100644 --- a/src/qe