summary refs log tree commit diff stats
path: root/linux-headers/linux/kvm.h
diff options
context:
space:
mode:
authorXiaoyao Li <xiaoyao.li@intel.com>2025-07-03 10:40:18 +0800
committerPaolo Bonzini <pbonzini@redhat.com>2025-07-12 15:28:20 +0200
commit25c98a135001559be905a0399669e5cdb3b0a613 (patch)
treeefbcab88f683578c4b825581fdf41ba441237e8f /linux-headers/linux/kvm.h
parentb57999bb258349fabe497c8ff70277b5e5b281e2 (diff)
downloadfocaccia-qemu-25c98a135001559be905a0399669e5cdb3b0a613.tar.gz
focaccia-qemu-25c98a135001559be905a0399669e5cdb3b0a613.zip
update Linux headers to KVM tree master
To fetch the update of TDX

Signed-off-by: Xiaoyao Li <xiaoyao.li@intel.com>
Link: https://lore.kernel.org/r/20250703024021.3559286-3-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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/linux-headers/linux/kvm.h b/linux-headers/linux/kvm.h
index 0690743944..32c5885a3c 100644
--- a/linux-headers/linux/kvm.h
+++ b/linux-headers/linux/kvm.h
@@ -459,6 +459,10 @@ struct kvm_run {
 					__u64 leaf;
 					__u64 r11, r12, r13, r14;
 				} get_tdvmcall_info;
+				struct {
+					__u64 ret;
+					__u64 vector;
+				} setup_event_notify;
 			};
 		} tdx;
 		/* Fix the size of the union. */