Re: [PATCH 1/3] KVM: SVM: fill in kvm_run->debug.arch.dr[67]

2020-05-06 Thread Sasha Levin
Hi [This is an automated email] This commit has been processed because it contains a "Fixes:" tag fixing commit: 42dbaa5a0577 ("KVM: x86: Virtualize debug registers"). The bot has tested the following trees: v5.6.10, v5.4.38, v4.19.120, v4.14.178, v4.9.221, v4.4.221. v5.6.10: Build OK! v5.4.38

[PATCH 1/3] KVM: SVM: fill in kvm_run->debug.arch.dr[67]

2020-05-04 Thread Paolo Bonzini
The corresponding code was added for VMX in commit 42dbaa5a057 ("KVM: x86: Virtualize debug registers, 2008-12-15) but never for AMD. Fix this. Cc: sta...@vger.kernel.org Fixes: 42dbaa5a057 ("KVM: x86: Virtualize debug registers") Signed-off-by: Paolo Bonzini --- arch/x86/kvm/svm/svm.c | 2 ++ 1