summaryrefslogtreecommitdiffstats
path: root/contrib/libs/linux-headers/linux/kvm_powerpc.h
diff options
context:
space:
mode:
authorrobot-contrib <[email protected]>2025-02-12 19:57:42 +0300
committerrobot-contrib <[email protected]>2025-02-12 20:15:57 +0300
commit67fd8aea0244391fdda4240c7e97bd03a8edf6e5 (patch)
tree389d1d49b49ef6d9293f0ae0b37483ee846cce7c /contrib/libs/linux-headers/linux/kvm_powerpc.h
parent7314685e5b1ce3a1fdcc7bcac50905535d5cc90e (diff)
Update contrib/libs/linux-headers to 6.6.7
commit_hash:495eaa25d72e8f80b0e4624c328677f50a736233
Diffstat (limited to 'contrib/libs/linux-headers/linux/kvm_powerpc.h')
-rw-r--r--contrib/libs/linux-headers/linux/kvm_powerpc.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/contrib/libs/linux-headers/linux/kvm_powerpc.h b/contrib/libs/linux-headers/linux/kvm_powerpc.h
index 1f3f3333a4d..0d74ee999aa 100644
--- a/contrib/libs/linux-headers/linux/kvm_powerpc.h
+++ b/contrib/libs/linux-headers/linux/kvm_powerpc.h
@@ -1414,9 +1414,16 @@ struct kvm_device_attr {
__u64 addr; /* userspace address of attr data */
};
-#define KVM_DEV_VFIO_GROUP 1
-#define KVM_DEV_VFIO_GROUP_ADD 1
-#define KVM_DEV_VFIO_GROUP_DEL 2
+#define KVM_DEV_VFIO_FILE 1
+
+#define KVM_DEV_VFIO_FILE_ADD 1
+#define KVM_DEV_VFIO_FILE_DEL 2
+
+/* KVM_DEV_VFIO_GROUP aliases are for compile time uapi compatibility */
+#define KVM_DEV_VFIO_GROUP KVM_DEV_VFIO_FILE
+
+#define KVM_DEV_VFIO_GROUP_ADD KVM_DEV_VFIO_FILE_ADD
+#define KVM_DEV_VFIO_GROUP_DEL KVM_DEV_VFIO_FILE_DEL
#define KVM_DEV_VFIO_GROUP_SET_SPAPR_TCE 3
enum kvm_device_type {