linux/arch/x86/kvm
Paolo Bonzini d44e121223 KVM: x86: emulate: correct page fault error code for NoWrite instructions
NoWrite instructions (e.g. cmp or test) never set the "write access"
bit in the error code, even if one of the operands is treated as a
destination.

Fixes: c205fb7d7d
Cc: Nadav Amit <namit@cs.technion.ac.il>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2015-02-09 13:36:01 +01:00
..
assigned-dev.c
assigned-dev.h
cpuid.c
cpuid.h
emulate.c KVM: x86: emulate: correct page fault error code for NoWrite instructions 2015-02-09 13:36:01 +01:00
i8254.c
i8254.h
i8259.c
ioapic.c
ioapic.h KVM: x86: return bool from kvm_apic_match*() 2015-01-30 12:26:45 +01:00
iommu.c kvm: iommu: Add cond_resched to legacy device assignment code 2015-01-27 21:31:12 +01:00
irq.c
irq.h
irq_comm.c
Kconfig
kvm_cache_regs.h
lapic.c KVM: nVMX: Enable nested posted interrupt processing 2015-02-03 17:15:08 +01:00
lapic.h KVM: nVMX: Enable nested posted interrupt processing 2015-02-03 17:15:08 +01:00
Makefile
mmu.c KVM: x86: Add new dirty logging kvm_x86_ops for PML 2015-01-29 15:31:41 +01:00
mmu.h
mmu_audit.c
mmutrace.h
paging_tmpl.h
pmu.c
svm.c
trace.h KVM: VMX: Add PML support in VMX 2015-01-30 09:39:54 +01:00
tss.h
vmx.c KVM: nVMX: Enable nested posted interrupt processing 2015-02-03 17:15:08 +01:00
x86.c kvm: add halt_poll_ns module parameter 2015-02-06 13:08:37 +01:00
x86.h