cpu: Rename cpuDataParse

The new name is virCPUDataParse.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
Jiri Denemark
2016-11-04 15:02:26 +01:00
parent 938ec1620a
commit be57e68954
5 changed files with 10 additions and 10 deletions

View File

@@ -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)