mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-25 10:03:49 +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,
|
||||
const char *property,
|
||||
virCPUData **cpudata)
|
||||
|
@ -646,11 +646,6 @@ int
|
||||
qemuMonitorJSONGetDeviceAliases(qemuMonitor *mon,
|
||||
char ***aliases);
|
||||
|
||||
int
|
||||
qemuMonitorJSONGetCPUx86Data(qemuMonitor *mon,
|
||||
const char *property,
|
||||
virCPUData **cpudata);
|
||||
|
||||
int
|
||||
qemuMonitorJSONGetGuestCPUx86(qemuMonitor *mon,
|
||||
virCPUData **data,
|
||||
|
Loading…
x
Reference in New Issue
Block a user