]> git.ipfire.org Git - thirdparty/qemu.git/commit
i386/tdx: Set value of <GetTdVmCallInfo> based on capabilities of both KVM and QEMU
authorXiaoyao Li <xiaoyao.li@intel.com>
Thu, 3 Jul 2025 02:40:19 +0000 (10:40 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 12 Jul 2025 13:28:20 +0000 (15:28 +0200)
commit55be385b10658a2372f944fa41aaba016e1e8433
tree6eff76bbbd0492322ac14ef9230b58b757796b8d
parent25c98a135001559be905a0399669e5cdb3b0a613
i386/tdx: Set value of <GetTdVmCallInfo> based on capabilities of both KVM and QEMU

KVM reports the supported TDVMCALL sub leafs in TDX capabilities.

one for kernel-supported
    TDVMCALLs (userspace can set those blindly) and one for user-supported
    TDVMCALLs (userspace can set those if it knows how to handle them)

Signed-off-by: Xiaoyao Li <xiaoyao.li@intel.com>
Link: https://lore.kernel.org/r/20250703024021.3559286-4-xiaoyao.li@intel.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/kvm/tdx.c