
19 Mar
2019
19 Mar
'19
3:55 p.m.
On Thu, 2019-03-14 at 10:44 -0400, Cole Robinson wrote: [...]
+ if (gic && testQemuCapsSetGIC(info->qemuCaps, gic) < 0) + goto cleanup;
Please change the first part of the condition to 'gic != GIC_NONE' so that it doesn't implicitly rely on the actual value. Reviewed-by: Andrea Bolognani <abologna@redhat.com> -- Andrea Bolognani / Red Hat / Virtualization