[libvirt] [PATCH] qemu: monitor: Fix error message and comment when getting cpu info

2014-03-04 Thread Peter Krempa
In qemuMonitorJSONExtractCPUInfo an error message hinted on missing character device data which is wrong. Also a comment states that only qemu-kvm tree includes the thread_id field. This is no longer true. --- src/qemu/qemu_monitor_json.c | 6 +++--- 1 file changed, 3 insertions(+), 3

Re: [libvirt] [PATCH] qemu: monitor: Fix error message and comment when getting cpu info

2014-03-04 Thread Martin Kletzander
On Tue, Mar 04, 2014 at 10:38:29AM +0100, Peter Krempa wrote: In qemuMonitorJSONExtractCPUInfo an error message hinted on missing character device data which is wrong. Also a comment states that only qemu-kvm tree includes the thread_id field. This is no longer true. --- ACK Martin

Re: [libvirt] [PATCH] qemu: monitor: Fix error message and comment when getting cpu info

2014-03-04 Thread Peter Krempa
On 03/04/14 10:52, Martin Kletzander wrote: On Tue, Mar 04, 2014 at 10:38:29AM +0100, Peter Krempa wrote: In qemuMonitorJSONExtractCPUInfo an error message hinted on missing character device data which is wrong. Also a comment states that only qemu-kvm tree includes the thread_id field. This