]> xenbits.xensource.com Git - libvirt.git/commit
Don't include non-migratable features in host-model
authorJán Tomko <jtomko@redhat.com>
Fri, 5 Sep 2014 07:50:36 +0000 (09:50 +0200)
committerJán Tomko <jtomko@redhat.com>
Fri, 5 Sep 2014 10:45:19 +0000 (12:45 +0200)
commitde0aeafe9ce3eb414c8b5d3aa8995d776a2952de
treeb52a97569056432cb7db536256f1118d70a96fe1
parent36cc189a46b642d202100efddfcefa7cf7bdd08b
Don't include non-migratable features in host-model

Commit fba6bc4 introduced support for the 'invtsc' feature,
which blocks migration. We should not include it in the
host-model CPU by default, because it's intended to be used
with migration.

https://bugzilla.redhat.com/show_bug.cgi?id=1138221
src/cpu/cpu_map.xml
src/cpu/cpu_x86.c
tests/cputest.c
tests/cputestdata/x86-host-invtsc+host-model.xml [new file with mode: 0644]
tests/cputestdata/x86-host-invtsc.xml [new file with mode: 0644]