Re: [libvirt] [PATCH v4 03/25] [NEW] qemu: replace "def->nets[i]" with "net" and "def->sounds[i]" with "sound"

2016-10-18 Thread Andrea Bolognani
On Fri, 2016-10-14 at 15:53 -0400, Laine Stump wrote: > 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 | 41

[libvirt] [PATCH v4 03/25] [NEW] qemu: replace "def->nets[i]" with "net" and "def->sounds[i]" with "sound"

2016-10-14 Thread Laine Stump
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 | 41 +++-- 1 file changed, 23