Re: [libvirt] [PATCH 1/4] qemu: monitor: Use a more obvious iterator name

2016-09-14 Thread Pavel Hrdina
On Tue, Sep 13, 2016 at 06:27:43PM +0200, Peter Krempa wrote: > The algorithm that matches data from query-cpus and > query-hotpluggable-cpus is quite complex. Start using descriptive > iterator names to avoid confusion. > --- > src/qemu/qemu_monitor.c | 25 + > 1 file chan

[libvirt] [PATCH 1/4] qemu: monitor: Use a more obvious iterator name

2016-09-13 Thread Peter Krempa
The algorithm that matches data from query-cpus and query-hotpluggable-cpus is quite complex. Start using descriptive iterator names to avoid confusion. --- src/qemu/qemu_monitor.c | 25 + 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/src/qemu/qemu_monitor