commit | 5fff7d270bd6a4759b6d663741b729cdee370257 | [log] [tgz] |
---|---|---|
author | Gleb Natapov <gleb@redhat.com> | Thu Aug 27 18:41:30 2009 +0300 |
committer | Avi Kivity <avi@redhat.com> | Thu Sep 10 10:46:57 2009 +0300 |
tree | 9d80d9aa7e949a60488f9d16145e7054fc0d9968 | |
parent | 60f24784a92c25c269a5e741a8ce8ff63e887be8 [diff] |
KVM: VMX: Fix cr8 exiting control clobbering by EPT Don't call adjust_vmx_controls() two times for the same control. It restores options that were dropped earlier. This loses us the cr8 exit control, which causes a massive performance regression Windows x64. Cc: stable@kernel.org Signed-off-by: Gleb Natapov <gleb@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>