diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2025-05-12 10:39:19 +0200 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2025-05-12 17:48:32 +0200 |
| commit | 428c0acd953a626dab55e2c07401ce99c2271119 (patch) | |
| tree | 48d0418a5f82e6c0e028933f223cc33b26e4f90f /linux-headers/linux/kvm.h | |
| parent | d521fdc73f6ec09fd3f7a37913a6344c86b6c32c (diff) | |
| download | focaccia-qemu-428c0acd953a626dab55e2c07401ce99c2271119.tar.gz focaccia-qemu-428c0acd953a626dab55e2c07401ce99c2271119.zip | |
linux-headers: update from 6.15 + kvm/next
This brings in the userspace TDX API. Reviewed-by: Xiaoyao Li <xiaoyao.li@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'linux-headers/linux/kvm.h')
| -rw-r--r-- | linux-headers/linux/kvm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-headers/linux/kvm.h b/linux-headers/linux/kvm.h index e5f3e8b5a0..99cc82a275 100644 --- a/linux-headers/linux/kvm.h +++ b/linux-headers/linux/kvm.h @@ -369,6 +369,7 @@ struct kvm_run { #define KVM_SYSTEM_EVENT_WAKEUP 4 #define KVM_SYSTEM_EVENT_SUSPEND 5 #define KVM_SYSTEM_EVENT_SEV_TERM 6 +#define KVM_SYSTEM_EVENT_TDX_FATAL 7 __u32 type; __u32 ndata; union { |