]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Move qemuCaps host CPU data in a struct
authorJiri Denemark <jdenemar@redhat.com>
Fri, 7 Apr 2017 16:15:26 +0000 (18:15 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 19 Apr 2017 14:36:35 +0000 (16:36 +0200)
commitb0a84ffb7f38f990120c231cfb74956a0ed10d95
tree26f9e0fe12d0cde2985f9f1489e476ace1f8e394
parentb0605e848724c5dc478382398b734398abff674c
qemu: Move qemuCaps host CPU data in a struct

We need to store several CPU related data structure for both KVM and
TCG. So instead of keeping two different copies of everything let's
make a virQEMUCapsHostCPUData struct and use it twice.

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