diff options
author | Paolo Bonzini <[email protected]> | 2017-03-30 11:55:28 +0200 |
---|---|---|
committer | Radim Krčmář <[email protected]> | 2017-04-07 16:49:00 +0200 |
commit | 004772313040ed5b78560de1fe5d51ea678977c7 (patch) | |
tree | 23c3de5f29910e735166aca41afeca2107c9486e /scripts/gdb/linux/proc.py | |
parent | 7db742654dd59fde90af79d77372c5439399a9e6 (diff) |
KVM: VMX: remove bogus check for invalid EPT violation
handle_ept_violation is checking for "guest-linear-address invalid" +
"not a paging-structure walk". However, _all_ EPT violations without
a valid guest linear address are paging structure walks, because those
EPT violations happen when loading the guest PDPTEs.
Therefore, the check can never be true, and even if it were, KVM doesn't
care about the guest linear address; it only uses the guest *physical*
address VMCS field. So, remove the check altogether.
Signed-off-by: Paolo Bonzini <[email protected]>
Reviewed-by: Jim Mattson <[email protected]>
Reviewed-by: David Hildenbrand <[email protected]>
Signed-off-by: Radim Krčmář <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/proc.py')
0 files changed, 0 insertions, 0 deletions