[PATCH 0/2] KVM: x86: Advertise support for WRMSRNS

Sean Christopherson posted 2 patches 11 months, 2 weeks ago
arch/x86/include/asm/msr.h | 4 ++--
arch/x86/kvm/cpuid.c       | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
[PATCH 0/2] KVM: x86: Advertise support for WRMSRNS
Posted by Sean Christopherson 11 months, 2 weeks ago
Advertise support for WRMSRNS, which should be trivial, but is mildly
annoying due to a token pasting collision between the instruction macro
and KVM's CPUID feature bit shenanigans.

Sean Christopherson (2):
  x86/msr: Rename the WRMSRNS opcode macro to ASM_WRMSRNS (for KVM)
  KVM: x86: Advertise support for WRMSRNS

 arch/x86/include/asm/msr.h | 4 ++--
 arch/x86/kvm/cpuid.c       | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)


base-commit: fed48e2967f402f561d80075a20c5c9e16866e53
-- 
2.48.1.711.g2feabab25a-goog
Re: [PATCH 0/2] KVM: x86: Advertise support for WRMSRNS
Posted by Sean Christopherson 9 months, 2 weeks ago
On Wed, 26 Feb 2025 17:01:09 -0800, Sean Christopherson wrote:
> Advertise support for WRMSRNS, which should be trivial, but is mildly
> annoying due to a token pasting collision between the instruction macro
> and KVM's CPUID feature bit shenanigans.
> 
> Sean Christopherson (2):
>   x86/msr: Rename the WRMSRNS opcode macro to ASM_WRMSRNS (for KVM)
>   KVM: x86: Advertise support for WRMSRNS
> 
> [...]

Applied to kvm-x86 misc, thanks!

[1/2] x86/msr: Rename the WRMSRNS opcode macro to ASM_WRMSRNS (for KVM)
      commit: 3fa0fc95db6df904dc812fa806a55ea6bafa65c1
[2/2] KVM: x86: Advertise support for WRMSRNS
      commit: ead4dac16de22081956f7af1c795bfbebd2d5866

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