[libvirt] [PATCH 4/5] Add a qemuMonitorGetVersion() method for query-version command

2012-08-20 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com Add a new qemuMonitorGetVersion() method to support invocation of the 'query-version' JSON monitor command. No HMP equivalent is provided, since this will only be used for QEMU = 1.2 --- src/qemu/qemu_monitor.c | 24 ++

Re: [libvirt] [PATCH 4/5] Add a qemuMonitorGetVersion() method for query-version command

2012-08-20 Thread Eric Blake
On 08/20/2012 07:49 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com Add a new qemuMonitorGetVersion() method to support invocation of the 'query-version' JSON monitor command. No HMP equivalent is provided, since this will only be used for QEMU = 1.2 ---

Re: [libvirt] [PATCH 4/5] Add a qemuMonitorGetVersion() method for query-version command

2012-08-20 Thread Daniel P. Berrange
On Mon, Aug 20, 2012 at 10:29:39AM -0600, Eric Blake wrote: On 08/20/2012 07:49 AM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com Add a new qemuMonitorGetVersion() method to support invocation of the 'query-version' JSON monitor command. No HMP equivalent is