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 f7b20b417a3a..317da9bde728 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c | |||
@@ -5822,7 +5822,7 @@ static int handle_ept_misconfig(struct kvm_vcpu *vcpu) | |||
5822 | gpa_t gpa; | 5822 | gpa_t gpa; |
5823 | 5823 | ||
5824 | gpa = vmcs_read64(GUEST_PHYSICAL_ADDRESS); | 5824 | gpa = vmcs_read64(GUEST_PHYSICAL_ADDRESS); |
5825 | if (!kvm_io_bus_write(vcpu->kvm, KVM_FAST_MMIO_BUS, gpa, 0, NULL)) { | 5825 | if (!kvm_io_bus_write(vcpu, KVM_FAST_MMIO_BUS, gpa, 0, NULL)) { |
5826 | skip_emulated_instruction(vcpu); | 5826 | skip_emulated_instruction(vcpu); |
5827 | return 1; | 5827 | return 1; |
5828 | } | 5828 | } |