diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2025-05-27 12:15:26 -0400 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2025-05-27 12:15:26 -0400 |
| commit | 3e0797f6dd78178758ea33c3e82fc079079cf772 (patch) | |
| tree | 08a9cc2296d579eb7a687ad00be37ec5c15f100d /tools/arch/x86/include/uapi | |
| parent | db44dcbdf814fa035a9c7a8d7485a963b8001578 (diff) | |
| parent | d166453ebd2925edde24872d9b8ac60065eb0618 (diff) | |
Merge tag 'kvm-x86-selftests-6.16' of https://github.com/kvm-x86/linux into HEAD
KVM selftests changes for 6.16:
- Add support for SNP to the various SEV selftests.
- Add a selftest to verify fastops instructions via forced emulation.
- Add MGLRU support to the access tracking perf test.
Diffstat (limited to 'tools/arch/x86/include/uapi')
| -rw-r--r-- | tools/arch/x86/include/uapi/asm/kvm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/arch/x86/include/uapi/asm/kvm.h b/tools/arch/x86/include/uapi/asm/kvm.h index 460306b35a4b..b663d916f162 100644 --- a/tools/arch/x86/include/uapi/asm/kvm.h +++ b/tools/arch/x86/include/uapi/asm/kvm.h @@ -844,6 +844,7 @@ struct kvm_sev_snp_launch_start { }; /* Kept in sync with firmware values for simplicity. */ +#define KVM_SEV_PAGE_TYPE_INVALID 0x0 #define KVM_SEV_SNP_PAGE_TYPE_NORMAL 0x1 #define KVM_SEV_SNP_PAGE_TYPE_ZERO 0x3 #define KVM_SEV_SNP_PAGE_TYPE_UNMEASURED 0x4 |
