diff options
author | Avi Kivity <avi@qumranet.com> | 2007-04-25 03:59:52 -0400 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2007-05-03 03:52:31 -0400 |
commit | e0e5127d06957e76da3906b7a58d5d2665e81f59 (patch) | |
tree | 765776424d3215b8e16909caa7f7ddc810c484bb /drivers/kvm | |
parent | 7807fa6ca5af2e5660a0eb3cd90276ca0c5bdfc8 (diff) |
KVM: Don't complain about cpu erratum AA15
It slows down Windows x64 horribly.
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'drivers/kvm')
-rw-r--r-- | drivers/kvm/vmx.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/kvm/vmx.c b/drivers/kvm/vmx.c index 10845b7ff297..d28c848138ce 100644 --- a/drivers/kvm/vmx.c +++ b/drivers/kvm/vmx.c | |||
@@ -1566,8 +1566,6 @@ static int handle_cr(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run) | |||
1566 | skip_emulated_instruction(vcpu); | 1566 | skip_emulated_instruction(vcpu); |
1567 | return 1; | 1567 | return 1; |
1568 | case 8: | 1568 | case 8: |
1569 | printk(KERN_DEBUG "handle_cr: read CR8 " | ||
1570 | "cpu erratum AA15\n"); | ||
1571 | vcpu_load_rsp_rip(vcpu); | 1569 | vcpu_load_rsp_rip(vcpu); |
1572 | vcpu->regs[reg] = vcpu->cr8; | 1570 | vcpu->regs[reg] = vcpu->cr8; |
1573 | vcpu_put_rsp_rip(vcpu); | 1571 | vcpu_put_rsp_rip(vcpu); |