Re: [libvirt] [PATCH v6 02/13] qemu: Detect support for vxhs

2017-09-11 Thread Peter Krempa
On Fri, Sep 01, 2017 at 11:36:14 -0400, Jeff Cody wrote: > On Fri, Sep 01, 2017 at 10:20:43AM +0200, Peter Krempa wrote: > > On Thu, Aug 31, 2017 at 12:59:59 -0400, John Ferlan wrote: > > > On 08/31/2017 11:34 AM, Peter Krempa wrote: [...] > > I agree. We can keep this and I'll ask whether qemu

Re: [libvirt] [PATCH v6 02/13] qemu: Detect support for vxhs

2017-09-01 Thread Jeff Cody
On Fri, Sep 01, 2017 at 10:20:43AM +0200, Peter Krempa wrote: > On Thu, Aug 31, 2017 at 12:59:59 -0400, John Ferlan wrote: > > On 08/31/2017 11:34 AM, Peter Krempa wrote: > > [...] > > > >> @@ -1811,6 +1814,7 @@ static struct virQEMUCapsStringFlags > > >> virQEMUCapsObjectPropsIntelIOMMU[] = {

Re: [libvirt] [PATCH v6 02/13] qemu: Detect support for vxhs

2017-09-01 Thread Peter Krempa
On Thu, Aug 31, 2017 at 12:59:59 -0400, John Ferlan wrote: > On 08/31/2017 11:34 AM, Peter Krempa wrote: [...] > >> @@ -1811,6 +1814,7 @@ static struct virQEMUCapsStringFlags > >> virQEMUCapsObjectPropsIntelIOMMU[] = { > >> static struct virQEMUCapsStringFlags virQEMUCapsQMPSchemaQueries[] = {

Re: [libvirt] [PATCH v6 02/13] qemu: Detect support for vxhs

2017-08-31 Thread John Ferlan
On 08/31/2017 11:34 AM, Peter Krempa wrote: > On Wed, Aug 30, 2017 at 18:46:02 -0400, John Ferlan wrote: >> Using the query-qmp-schema introspection - look for the 'vxhs' >> blockdevOptions type >> >> Signed-off-by: John Ferlan >> --- >> >> This is new from v5, this is the

Re: [libvirt] [PATCH v6 02/13] qemu: Detect support for vxhs

2017-08-31 Thread Peter Krempa
On Wed, Aug 30, 2017 at 18:46:02 -0400, John Ferlan wrote: > Using the query-qmp-schema introspection - look for the 'vxhs' > blockdevOptions type > > Signed-off-by: John Ferlan > --- > > This is new from v5, this is the way I figured out in order to > use the

[libvirt] [PATCH v6 02/13] qemu: Detect support for vxhs

2017-08-31 Thread John Ferlan
Using the query-qmp-schema introspection - look for the 'vxhs' blockdevOptions type Signed-off-by: John Ferlan --- This is new from v5, this is the way I figured out in order to use the query-qmp-schema in order to determine if 'vxhs' was possible. It sets the libvirt

Re: [libvirt] [PATCH v6 02/13] qemu: Detect support for vxhs

2017-08-31 Thread Peter Krempa
On Wed, Aug 30, 2017 at 18:46:02 -0400, John Ferlan wrote: > Using the query-qmp-schema introspection - look for the 'vxhs' > blockdevOptions type > > Signed-off-by: John Ferlan > --- ACK signature.asc Description: PGP signature -- libvir-list mailing list

[libvirt] [PATCH v6 02/13] qemu: Detect support for vxhs

2017-08-30 Thread John Ferlan
Using the query-qmp-schema introspection - look for the 'vxhs' blockdevOptions type Signed-off-by: John Ferlan --- This is new from v5, this is the way I figured out in order to use the query-qmp-schema in order to determine if 'vxhs' was possible. It sets the libvirt