diff options
Diffstat (limited to 'arch/x86/kvm/vmx.c')
-rw-r--r-- | arch/x86/kvm/vmx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index 0caaf56eb459..b5a6425d8d97 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c | |||
@@ -5824,7 +5824,7 @@ static int handle_ept_misconfig(struct kvm_vcpu *vcpu) | |||
5824 | gpa_t gpa; | 5824 | gpa_t gpa; |
5825 | 5825 | ||
5826 | gpa = vmcs_read64(GUEST_PHYSICAL_ADDRESS); | 5826 | gpa = vmcs_read64(GUEST_PHYSICAL_ADDRESS); |
5827 | if (!kvm_io_bus_write(vcpu->kvm, KVM_FAST_MMIO_BUS, gpa, 0, NULL)) { | 5827 | if (!kvm_io_bus_write(vcpu, KVM_FAST_MMIO_BUS, gpa, 0, NULL)) { |
5828 | skip_emulated_instruction(vcpu); | 5828 | skip_emulated_instruction(vcpu); |
5829 | return 1; | 5829 | return 1; |
5830 | } | 5830 | } |