Re: [libvirt] [PATCH v6 11/13] qemu: Add TLS support for Veritas HyperScale (VxHS)

2017-08-31 Thread Peter Krempa
On Wed, Aug 30, 2017 at 18:46:11 -0400, John Ferlan wrote: > From: Ashish Mittal [...] > src/qemu/qemu_block.c | 29 ++-- > src/qemu/qemu_block.h | 3 +- > src/qemu/qemu_command.c

[libvirt] [PATCH v6 11/13] qemu: Add TLS support for Veritas HyperScale (VxHS)

2017-08-31 Thread John Ferlan
From: Ashish Mittal Alter qemu command line generation in order to possibly add TLS for a suitably configured domain. Sample TLS args generated by libvirt - -object tls-creds-x509,id=objvirtio-disk0_tls0,dir=/etc/pki/qemu,\ endpoint=client,verify-peer=yes \

[libvirt] [PATCH v6 11/13] qemu: Add TLS support for Veritas HyperScale (VxHS)

2017-08-30 Thread John Ferlan
From: Ashish Mittal Alter qemu command line generation in order to possibly add TLS for a suitably configured domain. Sample TLS args generated by libvirt - -object tls-creds-x509,id=objvirtio-disk0_tls0,dir=/etc/pki/qemu,\ endpoint=client,verify-peer=yes \