diff options
author | Xin Li <xin@zytor.com> | 2025-08-05 23:22:23 +0300 |
---|---|---|
committer | Sean Christopherson <seanjc@google.com> | 2025-08-19 21:59:46 +0300 |
commit | ec93675a325191c95bc322a4471c2f194f7211fc (patch) | |
tree | 035c7e421b61d1b1fe56c4e544b4373545910a2b /tools/docs/parse-headers.py | |
parent | 885df2d2109a60f84d84639ce6d95a91045f6c45 (diff) | |
download | linux-ec93675a325191c95bc322a4471c2f194f7211fc.tar.xz |
KVM: VMX: Support the immediate form of WRMSRNS in the VM-Exit fastpath
Add support for handling "WRMSRNS with an immediate" VM-Exits in KVM's
fastpath. On Intel, all writes to the x2APIC ICR and to the TSC Deadline
MSR are non-serializing, i.e. it's highly likely guest kernels will switch
to using WRMSRNS when possible. And in general, any MSR written via
WRMSRNS is probably worth handling in the fastpath, as the entire point of
WRMSRNS is to shave cycles in hot paths.
Signed-off-by: Xin Li (Intel) <xin@zytor.com>
[sean: rewrite changelog, split rename to separate patch]
Link: https://lore.kernel.org/r/20250805202224.1475590-6-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
Diffstat (limited to 'tools/docs/parse-headers.py')
0 files changed, 0 insertions, 0 deletions