mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-21 19:02:25 +00:00
qemu: fix one instance of rc check styling in baseline
Signed-off-by: Collin Walling <walling@linux.ibm.com> Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
parent
c003041034
commit
60bb33293b
@ -12433,7 +12433,7 @@ qemuConnectCPUModelBaseline(virQEMUCapsPtr qemuCaps,
|
||||
|
||||
baseline = g_new0(virCPUDef, 1);
|
||||
|
||||
if (virCPUDefCopyModel(baseline, cpus[0], false))
|
||||
if (virCPUDefCopyModel(baseline, cpus[0], false) < 0)
|
||||
return NULL;
|
||||
|
||||
for (i = 1; i < ncpus; i++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user