On 10/18/2012 04:32 PM, Guido Günther wrote: > This unbreaks qemu:///session that got broken by > > ba63d8f7d843461f77a8206c1ef9da38388713e5. > --- > src/qemu/qemu_process.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/src/qemu/qemu_process.c b/src/qemu/qemu_process.c > index e08ec67..293ffe9 100644 > --- a/src/qemu/qemu_process.c > +++ b/src/qemu/qemu_process.c > @@ -2041,8 +2041,10 @@ qemuProcessSetEmulatorAffinites(virConnectPtr conn, > cpumask = def->cputune.emulatorpin->cpumask; > else if (def->cpumask) > cpumask = def->cpumask; > - else > + else { Almost. Our coding style says that if you have {} on one side of 'else', then you need it on the other side as well. ACK if you update the patch to add {} to the rest of the if/else chain. -- Eric Blake eblake@xxxxxxxxxx +1-919-301-3266 Libvirt virtualization library http://libvirt.org
Attachment:
signature.asc
Description: OpenPGP digital signature
-- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list