]> xenbits.xensource.com Git - libvirt.git/commit
qemu: replace "def->nets[i]" with "net" and "def->sounds[i]" with "sound"
authorLaine Stump <laine@laine.org>
Wed, 12 Oct 2016 19:01:32 +0000 (15:01 -0400)
committerLaine Stump <laine@laine.org>
Sun, 23 Oct 2016 16:32:54 +0000 (12:32 -0400)
commitac47e4a62251f953a2ea84740b2be159661c5471
tree2f7c66e57b43bc230034d3990ae91f419ebee378
parent9ca53303f84e05386a3abdb425e331a08a090450
qemu: replace "def->nets[i]" with "net" and "def->sounds[i]" with "sound"

More occurences of repeatedly dereferencing the same pointer stored in
an array are replaced with the definition of a temporary pointer that
is then used directly. No functional change.
src/qemu/qemu_domain_address.c