]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Probe "max" CPU model in TCG
authorJiri Denemark <jdenemar@redhat.com>
Wed, 22 Feb 2017 15:51:50 +0000 (16:51 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 3 Mar 2017 18:57:57 +0000 (19:57 +0100)
commitd7f054a512a911a386d9bbeec51379e4bb843ca5
tree3968133a94807a0042eed545c3fc8c2bcb5df9dd
parent2fc215dd2ad4b88c1054da804c4c45b3d4e5c2fa
qemu: Probe "max" CPU model in TCG

Querying "host" CPU model expansion only makes sense for KVM. QEMU 2.9.0
introduces a new "max" CPU model which can be used to ask QEMU what the
best CPU it can provide to a TCG domain is.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h
src/qemu/qemu_capspriv.h
src/qemu/qemu_command.c
src/qemu/qemu_process.c
tests/qemucapabilitiesdata/caps_2.8.0.s390x.replies
tests/qemucapabilitiesdata/caps_2.8.0.s390x.xml
tests/qemucapabilitiesdata/caps_2.9.0.x86_64.replies
tests/qemucapabilitiesdata/caps_2.9.0.x86_64.xml
tests/qemuxml2argvtest.c