Re: [libvirt] [PATCH 00/23 v2] Add support for detecting QEMU capabilities via QMP

2012-09-25 Thread Doug Goldstein
On Tue, Sep 25, 2012 at 10:03 AM, Daniel P. Berrange wrote: > On Fri, Sep 14, 2012 at 04:20:50PM +0100, Daniel P. Berrange wrote: >> This is a followup to >> >> https://www.redhat.com/archives/libvir-list/2012-September/msg00643.html >> >> As of QEMU 1.2 libvirt is supposed to stop parsing -help

Re: [libvirt] [PATCH 00/23 v2] Add support for detecting QEMU capabilities via QMP

2012-09-25 Thread Daniel P. Berrange
On Fri, Sep 14, 2012 at 04:20:50PM +0100, Daniel P. Berrange wrote: > This is a followup to > > https://www.redhat.com/archives/libvir-list/2012-September/msg00643.html > > As of QEMU 1.2 libvirt is supposed to stop parsing -help and instead > use various QMP commands to detect capabilities. Be

[libvirt] [PATCH 00/23 v2] Add support for detecting QEMU capabilities via QMP

2012-09-14 Thread Daniel P. Berrange
This is a followup to https://www.redhat.com/archives/libvir-list/2012-September/msg00643.html As of QEMU 1.2 libvirt is supposed to stop parsing -help and instead use various QMP commands to detect capabilities. Before we can do this, the current QEMU capabilities code needs a serious cleanup