]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: monitor: Use a more obvious iterator name
authorPeter Krempa <pkrempa@redhat.com>
Tue, 13 Sep 2016 15:28:02 +0000 (17:28 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 14 Sep 2016 10:55:33 +0000 (12:55 +0200)
commit03376b6da0c1e1774513048b6c992d9836600aac
tree7fc37a405cd21f28e5d0fb8263cd02ca2bc25502
parent988218ca3f0de571d97d02365db9ffa0845c18da
qemu: monitor: Use a more obvious iterator name

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