Re: [libvirt] [PATCH v3 1/9] qemu: provide support to query the SEV capability

2018-03-27 Thread Andrea Bolognani
On Tue, 2018-03-27 at 09:26 -0500, Brijesh Singh wrote: > > You're going to have to either fetch capabilities from your own > > QEMU 2.12 binary or hack it up by adding the return data in the > > right spot and call tests/qemucapsfixreplies to re-align the ids. > > Right, running the tests/qemucap

Re: [libvirt] [PATCH v3 1/9] qemu: provide support to query the SEV capability

2018-03-27 Thread Brijesh Singh
On 03/26/2018 09:32 AM, Andrea Bolognani wrote: On Mon, 2018-03-26 at 08:52 -0500, Brijesh Singh wrote: I tried applying just this patch, but kept getting: 29) caps_2.12.0(x86_64) ... libvirt: QEMU Driver error : internal error: query-cpu-definitions reply data was not an array a small bit o

Re: [libvirt] [PATCH v3 1/9] qemu: provide support to query the SEV capability

2018-03-26 Thread Andrea Bolognani
On Mon, 2018-03-26 at 08:52 -0500, Brijesh Singh wrote: > > I tried applying just this patch, but kept getting: > > > > 29) caps_2.12.0(x86_64) > > ... libvirt: QEMU Driver error : internal error: query-cpu-definitions > > reply data was not an array > > > > a small bit of debugging found that qe

Re: [libvirt] [PATCH v3 1/9] qemu: provide support to query the SEV capability

2018-03-26 Thread Brijesh Singh
Hi John, On 03/23/2018 02:18 PM, John Ferlan wrote: On 03/14/2018 11:44 AM, Brijesh Singh wrote: QEMU version >= 2.12 provides support for launching an encrypted VMs on AMD x86 platform using Secure Encrypted Virtualization (SEV) feature. This patch adds support to query the SEV capability f

Re: [libvirt] [PATCH v3 1/9] qemu: provide support to query the SEV capability

2018-03-23 Thread John Ferlan
On 03/14/2018 11:44 AM, Brijesh Singh wrote: > QEMU version >= 2.12 provides support for launching an encrypted VMs on > AMD x86 platform using Secure Encrypted Virtualization (SEV) feature. > This patch adds support to query the SEV capability from the qemu. > > Reviewed-by: "Daniel P. Berrangé

[libvirt] [PATCH v3 1/9] qemu: provide support to query the SEV capability

2018-03-15 Thread Brijesh Singh
QEMU version >= 2.12 provides support for launching an encrypted VMs on AMD x86 platform using Secure Encrypted Virtualization (SEV) feature. This patch adds support to query the SEV capability from the qemu. Reviewed-by: "Daniel P. Berrangé" Signed-off-by: Brijesh Singh --- src/conf/domain_cap