Re: [libvirt] [PATCH v2 01/10] Add qemuMonitorJSONGetObjectListPaths() method for QMP qom-list command

2013-07-11 Thread John Ferlan
On 07/11/2013 10:06 AM, Michal Privoznik wrote: > On 08.07.2013 21:20, John Ferlan wrote: <...snip...> >> diff --git a/src/qemu/qemu_monitor_json.c b/src/qemu/qemu_monitor_json.c >> index 3383c88..fc2b65f 100644 >> --- a/src/qemu/qemu_monitor_json.c >> +++ b/src/qemu/qemu_monitor_json.c >> @@ -4540

Re: [libvirt] [PATCH v2 01/10] Add qemuMonitorJSONGetObjectListPaths() method for QMP qom-list command

2013-07-11 Thread Daniel P. Berrange
On Mon, Jul 08, 2013 at 03:20:27PM -0400, John Ferlan wrote: > Add a new qemuMonitorJSONGetObjectListPaths() method to support invocation > of the 'qom-list' JSON monitor command with a provided path. > > The returned list of paired data fields of "name" and "type" that can > be used to peruse QOM

Re: [libvirt] [PATCH v2 01/10] Add qemuMonitorJSONGetObjectListPaths() method for QMP qom-list command

2013-07-11 Thread Michal Privoznik
On 08.07.2013 21:20, John Ferlan wrote: > Add a new qemuMonitorJSONGetObjectListPaths() method to support invocation > of the 'qom-list' JSON monitor command with a provided path. > > The returned list of paired data fields of "name" and "type" that can > be used to peruse QOM configuration data a

[libvirt] [PATCH v2 01/10] Add qemuMonitorJSONGetObjectListPaths() method for QMP qom-list command

2013-07-08 Thread John Ferlan
Add a new qemuMonitorJSONGetObjectListPaths() method to support invocation of the 'qom-list' JSON monitor command with a provided path. The returned list of paired data fields of "name" and "type" that can be used to peruse QOM configuration data and eventually utilize for the balloon statistics.