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

2017-09-19 Thread John Ferlan
On 09/19/2017 02:19 PM, ashish mittal wrote: > Hi, > > Not sure how to reply to the v8 series email thread, or how to add > myself to the libvirt email list! Updating the v7 thread instead. > There's some magic you can do with the right clients... I'll remember to include you on the next

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

2017-09-19 Thread ashish mittal
Hi, Not sure how to reply to the v8 series email thread, or how to add myself to the libvirt email list! Updating the v7 thread instead. I have already updated with the results of TLS testing by statically adding TLS enabled VxHS devices to domain XML, booting up the guest, and making sure

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

2017-09-18 Thread ashish mittal
Hi, I've done some TLS testing with this patch and results look good. The following test statically adds a VxHS disk to a guest in the TLS mode. Boots up the guest and makes sure that we can do read/writes to the VxHS disk from within the guest with TLS enabled. (1) Create a backing store file

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

2017-09-01 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 \