diff options
| author | Daniel Henrique Barboza <dbarboza@ventanamicro.com> | 2025-02-21 12:37:56 -0300 |
|---|---|---|
| committer | Alistair Francis <alistair.francis@wdc.com> | 2025-03-04 15:42:54 +1000 |
| commit | 421ee1ec6f0de0b0fd96b262bda18b97e54263b4 (patch) | |
| tree | a82ef160301efaa2fc870be98a569d275e39bc96 /linux-headers/asm-x86/kvm.h | |
| parent | 2c1b42144018ec5ab097e003b974e3a094d73b2f (diff) | |
| download | focaccia-qemu-421ee1ec6f0de0b0fd96b262bda18b97e54263b4.tar.gz focaccia-qemu-421ee1ec6f0de0b0fd96b262bda18b97e54263b4.zip | |
linux-headers: Update to Linux v6.14-rc3
Update headers to retrieve the latest KVM caps for RISC-V. Signed-off-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com> Message-ID: <20250221153758.652078-2-dbarboza@ventanamicro.com> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Diffstat (limited to 'linux-headers/asm-x86/kvm.h')
| -rw-r--r-- | linux-headers/asm-x86/kvm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-headers/asm-x86/kvm.h b/linux-headers/asm-x86/kvm.h index 96589490c4..86f2c34e7a 100644 --- a/linux-headers/asm-x86/kvm.h +++ b/linux-headers/asm-x86/kvm.h @@ -923,5 +923,6 @@ struct kvm_hyperv_eventfd { #define KVM_X86_SEV_VM 2 #define KVM_X86_SEV_ES_VM 3 #define KVM_X86_SNP_VM 4 +#define KVM_X86_TDX_VM 5 #endif /* _ASM_X86_KVM_H */ |