Re: [Qemu-devel] [PATCH v7 RFC] block/vxhs: Initial commit to add Veritas HyperScale VxHS block device support

2016-12-15 Thread Buddhi Madhav
Hi, Does this authentication scheme works? 1) Pass the encrypted password to qemu-kvm as follows: # . /qemu-io --object secret,id=secmaster0,format=base64,file=key.b64 --object secret,id=password-secret,keyid=secmaster0,file=pw.aes,iv=$(

Re: [Qemu-devel] [PATCH v3] block/vxhs: Add Veritas HyperScale VxHS block device support

2016-10-28 Thread Buddhi Madhav
On 10/28/16, 12:03 PM, "Jeff Cody" wrote: >On Fri, Oct 28, 2016 at 12:44:27AM -0700, Ashish Mittal wrote: >> This patch adds support for a new block device type called "vxhs". >> Source code for the qnio library that this code loads can be downloaded >>from: >>

Re: [Qemu-devel] [PATCH v1] block/vxhs: Add Veritas HyperScale VxHS block device support

2016-10-26 Thread Buddhi Madhav
On 10/25/16, 9:41 PM, "Jeff Cody" wrote: >On Tue, Oct 25, 2016 at 03:02:07PM -0700, Ashish Mittal wrote: >> This patch adds support for a new block device type called "vxhs". >> Source code for the library that this code loads can be downloaded from: >>