Re: [PATCH v2 6/9] KVM: nSVM: trap #DB and #BP to userspace if guest debugging is on

2020-05-07 Thread Peter Xu
On Thu, May 07, 2020 at 07:50:08AM -0400, Paolo Bonzini wrote: > Signed-off-by: Paolo Bonzini Reviewed-by: Peter Xu -- Peter Xu

[PATCH v2 6/9] KVM: nSVM: trap #DB and #BP to userspace if guest debugging is on

2020-05-07 Thread Paolo Bonzini
Signed-off-by: Paolo Bonzini --- arch/x86/kvm/svm/nested.c | 8 1 file changed, 8 insertions(+) diff --git a/arch/x86/kvm/svm/nested.c b/arch/x86/kvm/svm/nested.c index 90a1ca939627..adab5b1c5fe1 100644 --- a/arch/x86/kvm/svm/nested.c +++ b/arch/x86/kvm/svm/nested.c @@ -608,6 +608,11