mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
cpu: Rename cpuDataParse
The new name is virCPUDataParse. Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
@@ -472,7 +472,7 @@ cpuTestCPUID(bool guest, const void *arg)
|
||||
goto cleanup;
|
||||
|
||||
if (virTestLoadFile(hostFile, &host) < 0 ||
|
||||
!(hostData = cpuDataParse(host)))
|
||||
!(hostData = virCPUDataParse(host)))
|
||||
goto cleanup;
|
||||
|
||||
if (VIR_ALLOC(cpu) < 0)
|
||||
|
||||
Reference in New Issue
Block a user