diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2025-06-20 13:28:08 -0400 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2025-06-20 14:09:50 -0400 |
| commit | 4580dbef5ce0f95a4bd8ac2d007bc4fbf1539332 (patch) | |
| tree | 3bc4b5360ebc673329d1c6823e928e5d8fa96dd6 /arch/x86/include/asm/shared | |
| parent | 25e8b1dd4883e6c251c3db5b347f3c8ae4ade921 (diff) | |
KVM: TDX: Exit to userspace for SetupEventNotifyInterrupt
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/include/asm/shared')
| -rw-r--r-- | arch/x86/include/asm/shared/tdx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/shared/tdx.h b/arch/x86/include/asm/shared/tdx.h index d8525e6ef50a..8bc074c8d7c6 100644 --- a/arch/x86/include/asm/shared/tdx.h +++ b/arch/x86/include/asm/shared/tdx.h @@ -72,6 +72,7 @@ #define TDVMCALL_MAP_GPA 0x10001 #define TDVMCALL_GET_QUOTE 0x10002 #define TDVMCALL_REPORT_FATAL_ERROR 0x10003 +#define TDVMCALL_SETUP_EVENT_NOTIFY_INTERRUPT 0x10004ULL /* * TDG.VP.VMCALL Status Codes (returned in R10) |
