mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-25 23:25:24 +00:00
bhyve: chase cpuCompareXML rename
In commit 7f127de
cpuCompareXML was renamed to virCPUCompareXML,
so change the bhyve driver to use the new function and thus
fix the build.
This commit is contained in:
parent
f4332dd2d8
commit
13aa79842c
@ -1436,7 +1436,8 @@ bhyveConnectCompareCPU(virConnectPtr conn,
|
||||
ret = VIR_CPU_COMPARE_INCOMPATIBLE;
|
||||
}
|
||||
} else {
|
||||
ret = cpuCompareXML(caps->host.cpu, xmlDesc, failIncompatible);
|
||||
ret = virCPUCompareXML(caps->host.arch, caps->host.cpu,
|
||||
xmlDesc, failIncompatible);
|
||||
}
|
||||
|
||||
cleanup:
|
||||
|
Loading…
Reference in New Issue
Block a user