[libvirt] [PATCH 3/4] Add support for detecting capablities using QMP commands

2012-09-28 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com Start a QEMU process using $QEMU -S -no-user-config -nodefaults \ -nographic -M none -qmp unix:/some/path,server,nowait and talk QMP over stdio to discover what capabilities the binary supports. This works for QEMU 1.2.0 or later and for

Re: [libvirt] [PATCH 3/4] Add support for detecting capablities using QMP commands

2012-09-28 Thread Eric Blake
On 09/28/2012 08:58 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com Start a QEMU process using $QEMU -S -no-user-config -nodefaults \ -nographic -M none -qmp unix:/some/path,server,nowait and talk QMP over stdio to discover what capabilities the

Re: [libvirt] [PATCH 3/4] Add support for detecting capablities using QMP commands

2012-09-28 Thread Daniel P. Berrange
On Fri, Sep 28, 2012 at 09:20:01AM -0600, Eric Blake wrote: On 09/28/2012 08:58 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com Start a QEMU process using $QEMU -S -no-user-config -nodefaults \ -nographic -M none -qmp