]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: replace a lot of "def->controllers[i]" with equivalent "cont"
authorLaine Stump <laine@laine.org>
Tue, 6 Sep 2016 18:35:26 +0000 (14:35 -0400)
committerLaine Stump <laine@laine.org>
Sun, 23 Oct 2016 16:32:01 +0000 (12:32 -0400)
commit9ca53303f84e05386a3abdb425e331a08a090450
tree1c5443380e362ba35dc067233b2736e98728f1ec
parent7bd8312e7f764aef2878382f016ab4c5b7abc33b
qemu: replace a lot of "def->controllers[i]" with equivalent "cont"

There's no functional change here. This pointer was just used so many
times that the extra long lines became annoying.
src/qemu/qemu_domain_address.c