Re: [libvirt] [PATCH v3 12/20] Add a qemuMonitorGetCommands() method for QMP query-commands command

2012-09-26 Thread Eric Blake
On 09/25/2012 12:00 PM, Daniel P. Berrange wrote: From: Daniel P. Berrange berra...@redhat.com Add a new qemuMonitorGetCPUCommands() method to support invocation of the 'query-cpu-definitions' JSON monitor command. No HMP equivalent s/cpu-definitions/commands/ is required, since this will

[libvirt] [PATCH v3 12/20] Add a qemuMonitorGetCommands() method for QMP query-commands command

2012-09-25 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com Add a new qemuMonitorGetCPUCommands() method to support invocation of the 'query-cpu-definitions' JSON monitor command. No HMP equivalent is required, since this will only be used when JSON is available The existing qemuMonitorJSONCheckCommands()