mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-25 16:11:45 +00:00
KVM: Don't complain about cpu erratum AA15
It slows down Windows x64 horribly. Signed-off-by: Avi Kivity <avi@qumranet.com>
This commit is contained in:
parent
7807fa6ca5
commit
e0e5127d06
1 changed files with 0 additions and 2 deletions
|
@ -1566,8 +1566,6 @@ static int handle_cr(struct kvm_vcpu *vcpu, struct kvm_run *kvm_run)
|
||||||
skip_emulated_instruction(vcpu);
|
skip_emulated_instruction(vcpu);
|
||||||
return 1;
|
return 1;
|
||||||
case 8:
|
case 8:
|
||||||
printk(KERN_DEBUG "handle_cr: read CR8 "
|
|
||||||
"cpu erratum AA15\n");
|
|
||||||
vcpu_load_rsp_rip(vcpu);
|
vcpu_load_rsp_rip(vcpu);
|
||||||
vcpu->regs[reg] = vcpu->cr8;
|
vcpu->regs[reg] = vcpu->cr8;
|
||||||
vcpu_put_rsp_rip(vcpu);
|
vcpu_put_rsp_rip(vcpu);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue