diff options
author | Sean Christopherson <seanjc@google.com> | 2025-08-05 22:05:26 +0300 |
---|---|---|
committer | Sean Christopherson <seanjc@google.com> | 2025-08-19 21:59:43 +0300 |
commit | 6c3d4b917995a17f515943ccd39ba11b81753b0d (patch) | |
tree | 2f9cae00847b25aab8909b7de6963b41933b3e19 /tools/docs/parse-headers.py | |
parent | 8bb8b60c95c55c13f9924f3f090232e14d035d43 (diff) | |
download | linux-6c3d4b917995a17f515943ccd39ba11b81753b0d.tar.xz |
KVM: x86: Add a fastpath handler for INVD
Add a fastpath handler for INVD so that the common fastpath logic can be
trivially tested on both Intel and AMD. Under KVM, INVD is always:
(a) intercepted, (b) available to the guest, and (c) emulated as a nop,
with no side effects. Combined with INVD not having any inputs or outputs,
i.e. no register constraints, INVD is the perfect instruction for
exercising KVM's fastpath as it can be inserted into practically any
guest-side code stream.
Link: https://lore.kernel.org/r/20250805190526.1453366-19-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