mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-03 17:47:15 +03:00
qemuMonitorJSONGetCPUx86Data: Unexport
The function is used only as a helper in src/qemu/qemu_monitor_json.c Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
e7be6be775
commit
3ac3b3e8fb
@ -7024,7 +7024,7 @@ qemuMonitorJSONParseCPUx86Features(virJSONValue *data)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int
|
static int
|
||||||
qemuMonitorJSONGetCPUx86Data(qemuMonitor *mon,
|
qemuMonitorJSONGetCPUx86Data(qemuMonitor *mon,
|
||||||
const char *property,
|
const char *property,
|
||||||
virCPUData **cpudata)
|
virCPUData **cpudata)
|
||||||
|
@ -646,11 +646,6 @@ int
|
|||||||
qemuMonitorJSONGetDeviceAliases(qemuMonitor *mon,
|
qemuMonitorJSONGetDeviceAliases(qemuMonitor *mon,
|
||||||
char ***aliases);
|
char ***aliases);
|
||||||
|
|
||||||
int
|
|
||||||
qemuMonitorJSONGetCPUx86Data(qemuMonitor *mon,
|
|
||||||
const char *property,
|
|
||||||
virCPUData **cpudata);
|
|
||||||
|
|
||||||
int
|
int
|
||||||
qemuMonitorJSONGetGuestCPUx86(qemuMonitor *mon,
|
qemuMonitorJSONGetGuestCPUx86(qemuMonitor *mon,
|
||||||
virCPUData **data,
|
virCPUData **data,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user