WSL2-Linux-Kernel/arch/x86/include
Nadav Amit 82b32774c2 KVM: x86: Breakpoints do not consider CS.base
x86 debug registers hold a linear address. Therefore, breakpoints detection
should consider CS.base, and check whether instruction linear address equals
(CS.base + RIP). This patch introduces a function to evaluate RIP linear
address and uses it for breakpoints detection.

Signed-off-by: Nadav Amit <namit@cs.technion.ac.il>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2014-11-07 15:44:04 +01:00
..
asm KVM: x86: Breakpoints do not consider CS.base 2014-11-07 15:44:04 +01:00
uapi/asm kvm: vmx: handle invvpid vm exit gracefully 2014-10-24 13:21:17 +02:00