Re: [RESEND v13 10/11] KVM: x86: Add #CP support in guest exception dispatch

2020-07-22 Thread Sean Christopherson
On Thu, Jul 16, 2020 at 11:16:26AM +0800, Yang Weijiang wrote: > CPU defined #CP(21) to handle CET induced exception, it's accompanied > with several error codes corresponding to different CET violation cases, > see SDM for detailed description. The exception is classified as a > contibutory

[RESEND v13 10/11] KVM: x86: Add #CP support in guest exception dispatch

2020-07-15 Thread Yang Weijiang
CPU defined #CP(21) to handle CET induced exception, it's accompanied with several error codes corresponding to different CET violation cases, see SDM for detailed description. The exception is classified as a contibutory exception w.r.t #DF. Signed-off-by: Yang Weijiang ---