[RFC PATCH v1 3/5] linux-headers: sync kvm_para.h VBS VTL hypercalls
Sriram Nambakam <[email protected]> Wed, 5 Aug 2026 04:04:30 -0700
| Newsgroups | gmane.comp.emulators.qemu,gmane.comp.emulators.kvm.devel |
|---|---|
| Message-ID | <[email protected]> |
Import the two new VBS secure-plane hypercall numbers from the kernel UAPI: KVM_HC_VBS_VTL_RETURN (16) and KVM_HC_VBS_SET_MEM_ATTRS (17). Signed-off-by: Sriram Nambakam <[email protected]> (cherry picked from commit 92f71c68c2eb42588694ac23fb4a6a8ef8dfa12b) --- include/standard-headers/linux/kvm_para.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/standard-headers/linux/kvm_para.h b/include/standard-headers/linux/kvm_para.h index ad19aac9d0..def451c43c 100644 --- a/include/standard-headers/linux/kvm_para.h +++ b/include/standard-headers/linux/kvm_para.h @@ -33,6 +33,8 @@ #define KVM_HC_VM_PLANES_CONFIG 13 #define KVM_HC_VM_PLANES_ACTIVATE 14 #define KVM_HC_VBS_VTL_CALL 15 +#define KVM_HC_VBS_VTL_RETURN 16 +#define KVM_HC_VBS_SET_MEM_ATTRS 17 /* * hypercalls use architecture specific -- 2.55.0