Re: [PATCH v2 23/23] kvm: x86: Disable RDMSR interception of IA32_XFD_ERR

From: Paolo Bonzini
Date: Tue Dec 21 2021 - 04:05:29 EST


On 12/21/21 10:00, Liu, Jing2 wrote:
Thanks Paolo.

BTW do we want to put this together into patch 13 or 14, I guess you were saying patch 14 😊
[PATCH v2 13/23] kvm: x86: Intercept #NM for saving IA32_XFD_ERR
[PATCH v2 14/23] kvm: x86: Emulate IA32_XFD_ERR for guest

No, I meant patch 13 because it is where xfd_err is added to struct kvm_vcpu and the wrmsr is added on vmentry.

But really it is not a big deal. You might as well keep it a separate patch ("patch 14.5") so we don't have to argue.

Paolo