Re: [PATCH 0/2] KVM: VMX: Clean up of vmx_set_cr4()

From: Sean Christopherson
Date: Thu Jun 01 2023 - 21:26:51 EST


On Mon, 10 Apr 2023 08:50:15 -0400, Xiaoyao Li wrote:
> Two minor patches of vmx_set_cr4() during code inspection.
>
> Patch 1 gets rid of the direct accessing of vcpu->arch.cr4 to avoid
> stale value.
>
> Patch 2 moves the code comment to correct place.
>
> [...]

Applied to kvm-x86 vmx, thanks!

[1/2] KVM: VMX: Use kvm_read_cr4() to get cr4 value
https://github.com/kvm-x86/linux/commit/334006b78ca8
[2/2] KVM: VMX: Move the comment of CR4.MCE handling right above the code
https://github.com/kvm-x86/linux/commit/82dc11b82b00

--
https://github.com/kvm-x86/linux/tree/next
https://github.com/kvm-x86/linux/tree/fixes