search for: 6667042

Displaying 2 results from an estimated 2 matches for "6667042".

Did you mean: 66642
2013 Apr 04
1
[PATCH RFC] kvm: add PV MMIO EVENTFD
...+ include/linux/kvm_host.h | 1 + include/uapi/linux/kvm.h | 9 +++++++++ virt/kvm/eventfd.c | 47 ++++++++++++++++++++++++++++++++++++++++++----- virt/kvm/kvm_main.c | 1 + 6 files changed, 58 insertions(+), 5 deletions(-) diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index 6667042..cdaac9b 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c @@ -5127,6 +5127,10 @@ static int handle_ept_misconfig(struct kvm_vcpu *vcpu) gpa_t gpa; gpa = vmcs_read64(GUEST_PHYSICAL_ADDRESS); + if (!kvm_io_bus_write(vcpu->kvm, KVM_PV_MMIO_BUS, gpa, 0, NULL)) { + skip_emulated_instru...
2013 Apr 04
1
[PATCH RFC] kvm: add PV MMIO EVENTFD
...+ include/linux/kvm_host.h | 1 + include/uapi/linux/kvm.h | 9 +++++++++ virt/kvm/eventfd.c | 47 ++++++++++++++++++++++++++++++++++++++++++----- virt/kvm/kvm_main.c | 1 + 6 files changed, 58 insertions(+), 5 deletions(-) diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index 6667042..cdaac9b 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c @@ -5127,6 +5127,10 @@ static int handle_ept_misconfig(struct kvm_vcpu *vcpu) gpa_t gpa; gpa = vmcs_read64(GUEST_PHYSICAL_ADDRESS); + if (!kvm_io_bus_write(vcpu->kvm, KVM_PV_MMIO_BUS, gpa, 0, NULL)) { + skip_emulated_instru...