aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kvm/x86.c')
-rw-r--r--arch/x86/kvm/x86.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c
index 1aa7e6d91d4f..c0e942747b0f 100644
--- a/arch/x86/kvm/x86.c
+++ b/arch/x86/kvm/x86.c
@@ -2759,7 +2759,7 @@ int emulate_instruction(struct kvm_vcpu *vcpu,
2759 kvm_clear_exception_queue(vcpu); 2759 kvm_clear_exception_queue(vcpu);
2760 vcpu->arch.mmio_fault_cr2 = cr2; 2760 vcpu->arch.mmio_fault_cr2 = cr2;
2761 /* 2761 /*
2762 * TODO: fix x86_emulate.c to use guest_read/write_register 2762 * TODO: fix emulate.c to use guest_read/write_register
2763 * instead of direct ->regs accesses, can save hundred cycles 2763 * instead of direct ->regs accesses, can save hundred cycles
2764 * on Intel for instructions that don't read/change RSP, for 2764 * on Intel for instructions that don't read/change RSP, for
2765 * for example. 2765 * for example.