Re: [libvirt] [PATCH v3 02/24] qemu: monitor: Return struct from qemuMonitor(Text|Json)QueryCPUs

2016-08-24 Thread Ján Tomko
On Wed, Aug 24, 2016 at 09:35:18AM -0400, Peter Krempa wrote: Prepare to extract more data by returning a array of structs rather than *an array just an array of thread ids. Additionally report fatal errors separately from qemu not being able to produce data. --- Notes: v3: - fixed

[libvirt] [PATCH v3 02/24] qemu: monitor: Return struct from qemuMonitor(Text|Json)QueryCPUs

2016-08-24 Thread Peter Krempa
Prepare to extract more data by returning a array of structs rather than just an array of thread ids. Additionally report fatal errors separately from qemu not being able to produce data. --- Notes: v3: - fixed uninitialized variable in tests v2: - initialized ncpus in