Re: [libvirt] [PATCH v3 09/20] Add a qemuMonitorGetVersion() method for QMP query-version command

2012-09-26 Thread Jiri Denemark
On Tue, Sep 25, 2012 at 19:00:02 +0100, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > 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 > > Signe

[libvirt] [PATCH v3 09/20] Add a qemuMonitorGetVersion() method for QMP query-version command

2012-09-25 Thread Daniel P. Berrange
From: "Daniel P. Berrange" 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 Signed-off-by: Daniel P. Berrange --- src/qemu/qemu_monitor.c | 24 ++