]> xenbits.xensource.com Git - libvirt.git/commit
qemuDomainSetInterfaceParameters: use the temporary params variable
authorJán Tomko <jtomko@redhat.com>
Fri, 26 May 2017 06:30:40 +0000 (08:30 +0200)
committerJán Tomko <jtomko@redhat.com>
Tue, 11 Jul 2017 13:11:46 +0000 (15:11 +0200)
commit65bb16d9e8791ab7586e7b6d0ec3dc34e4fe1d14
tree034016dee8b943d2b4c66959fa43175b073e7d85
parent38cc22ea00ecf976b46c7a15f8c4c4329ce4c0b0
qemuDomainSetInterfaceParameters: use the temporary params variable

We have a temporary pointer to the currently processed parameter.
Use it to save three bytes per use.
src/qemu/qemu_driver.c