]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_capabilities: Use virQEMUCapsGetCPUModelInfo
authorJiri Denemark <jdenemar@redhat.com>
Mon, 25 Feb 2019 09:00:53 +0000 (10:00 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 5 Mar 2019 13:47:49 +0000 (14:47 +0100)
commit793a9293caabc9876bf7734150ba3acdd85d1649
treed0dcec513b77aeeb921a2c61f83bb8aa9145dcec
parent8aa47cc072fb9a3a8e8b15c6509aae648f5c24e0
qemu_capabilities: Use virQEMUCapsGetCPUModelInfo

Most places in qemu_capabilities.c which call virQEMUCapsGetHostCPUData
actually need qemuMonitorCPUModelInfoPtr from QEMU caps. Let's use the
wrapper introduced in the previous commit instead.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_capabilities.c