]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Move qemuCaps->{kvm,tcg}CPUModel into a struct
authorJiri Denemark <jdenemar@redhat.com>
Thu, 30 Mar 2017 14:13:57 +0000 (16:13 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 7 Apr 2017 08:12:24 +0000 (10:12 +0200)
commit68507d77d38c0f7b05f260177091e0ce1452758e
tree8959884fb69b419716d80f6d1204a3f48c791ac3
parent00e0cbcb567a57c7b5a145d7fd3fb662779f6bec
qemu: Move qemuCaps->{kvm,tcg}CPUModel into a struct

We will need to store two more host CPU models and nested structs look
better than separate items with long complicated names.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/qemu/qemu_capabilities.c