-
- Downloads
KVM: x86: Push potential exception error code on task switches
When a fault triggers a task switch, the error code, if existent, has to be pushed on the new task's stack. Implement the missing bits. Signed-off-by:Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by:
Marcelo Tosatti <mtosatti@redhat.com>
Showing
- arch/x86/include/asm/kvm_emulate.h 2 additions, 1 deletionarch/x86/include/asm/kvm_emulate.h
- arch/x86/include/asm/kvm_host.h 2 additions, 1 deletionarch/x86/include/asm/kvm_host.h
- arch/x86/include/asm/svm.h 1 addition, 0 deletionsarch/x86/include/asm/svm.h
- arch/x86/kvm/emulate.c 18 additions, 4 deletionsarch/x86/kvm/emulate.c
- arch/x86/kvm/svm.c 10 additions, 1 deletionarch/x86/kvm/svm.c
- arch/x86/kvm/vmx.c 11 additions, 1 deletionarch/x86/kvm/vmx.c
- arch/x86/kvm/x86.c 4 additions, 2 deletionsarch/x86/kvm/x86.c
Loading
Please register or sign in to comment