]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Split virQEMUCapsFetchCPUModels
authorJiri Denemark <jdenemar@redhat.com>
Wed, 9 Oct 2019 08:16:17 +0000 (10:16 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 20 Nov 2019 16:22:05 +0000 (17:22 +0100)
commit857b88f5c3342bcdd0fbe47ba180409918bc09cb
treeb17eeebaca1c0fcdee7b35390c07590d5a744fbd
parent76baa994b7b185f61e77c5991e5bb6e88f6f6c1f
qemu: Split virQEMUCapsFetchCPUModels

Most of the code moved to a new virQEMUCapsFetchCPUDefinitions function
and the existing virQEMUCapsFetchCPUModels just becomes a small wrapper
around virQEMUCapsFetchCPUDefinitions and virQEMUCapsCPUDefsToModels.

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