commit | 6c0d7ee8951a330c0885b0ebcd4c9596661900a9 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@amd.com> | Thu Jun 25 00:08:04 2009 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon Jun 29 13:52:12 2009 -0500 |
tree | 6c63fa52bb7744be9555f68042ec244da27a6e65 | |
parent | 671e4676076fb62860986decd44440d97bcc872d [diff] |
preserve the hypervisor bit while KVM trims the CPUID bits The KVM kernel will disable all bits in CPUID which are not present in the host. As this is mostly true for the hypervisor bit (1.ecx), preserve its value before the trim and restore it afterwards. Signed-off-by: Andre Przywara <andre.przywara@amd.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>