diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2024-05-07 11:45:35 -0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-05-10 13:18:36 -0400 |
commit | 1e21b53825bd5cd388d745d8c95a2c5aef33e96f (patch) | |
tree | 672e96b1d0f573b1685a04f2ceab16c0255e9b1e /include | |
parent | 40269c03fdbff2171af246795a4c639cb0cf1ed5 (diff) | |
parent | 8131cf5b4fd8c58f30a01b906a86a77a33b0293a (diff) |
Merge branch 'kvm-vmx-ve' into HEAD
Allow a non-zero value for non-present SPTE and removed SPTE,
so that TDX can set the "suppress VE" bit.
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/kvm_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kvm_types.h b/include/linux/kvm_types.h index d93f6522b2c3..827ecc0b7e10 100644 --- a/include/linux/kvm_types.h +++ b/include/linux/kvm_types.h @@ -86,6 +86,7 @@ struct gfn_to_pfn_cache { struct kvm_mmu_memory_cache { gfp_t gfp_zero; gfp_t gfp_custom; + u64 init_value; struct kmem_cache *kmem_cache; int capacity; int nobjs; |