[PATCH 0/4] RFC/WIP: KVM: separate injected and pending exception + few more fixes

From: Maxim Levitsky
Date: Thu Feb 25 2021 - 10:43:37 EST


clone of "kernel-starship-5.11"

Maxim Levitsky (4):
KVM: x86: determine if an exception has an error code only when
injecting it.
KVM: x86: mmu: initialize fault.async_page_fault in walk_addr_generic
KVM: x86: pending exception must be be injected even with an injected
event
kvm: WIP separation of injected and pending exception

arch/x86/include/asm/kvm_host.h | 23 +-
arch/x86/include/uapi/asm/kvm.h | 14 +-
arch/x86/kvm/mmu/paging_tmpl.h | 1 +
arch/x86/kvm/svm/nested.c | 57 +++--
arch/x86/kvm/svm/svm.c | 8 +-
arch/x86/kvm/vmx/nested.c | 109 +++++----
arch/x86/kvm/vmx/vmx.c | 14 +-
arch/x86/kvm/x86.c | 377 +++++++++++++++++++-------------
arch/x86/kvm/x86.h | 6 +-
include/uapi/linux/kvm.h | 1 +
10 files changed, 374 insertions(+), 236 deletions(-)

--
2.26.2