In linux 6.16, there is a new KVM_EXIT type defined in include/uapi/linux/kvm.h: `#define KVM_EXIT_TDX 40` We need this exit type to implement a TDX VM, so is it possible to add the implementation in VcpuExit?
In linux 6.16, there is a new KVM_EXIT type defined in include/uapi/linux/kvm.h:
#define KVM_EXIT_TDX 40We need this exit type to implement a TDX VM, so is it possible to add the implementation in VcpuExit?