--- accel/kvm/kvm-all.c | 2 +- linux-headers/linux/kvm.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/accel/kvm/kvm-all.c b/accel/kvm/kvm-all.c index 495f1c9d44..a8d63eb9fb 100644 --- a/accel/kvm/kvm-all.c +++ b/accel/kvm/kvm-all.c @@ -20,7 +20,7 @@ #include <linux/kvm.h> #ifndef KVM_CAP_ARM_HDBSS -#define KVM_CAP_ARM_HDBSS 252 +#define KVM_CAP_ARM_HDBSS 253 #endif #include "qemu/atomic.h" diff --git a/linux-headers/linux/kvm.h b/linux-headers/linux/kvm.h index 0ef9a8a6b5..22e63ab687 100644 --- a/linux-headers/linux/kvm.h +++ b/linux-headers/linux/kvm.h @@ -1243,7 +1243,8 @@ struct kvm_ppc_resize_hpt { /* support userspace to request management of CSV3 shared pages */ #define KVM_CAP_HYGON_COCO_EXT_CSV3_SP_MGR (1 << 4) -#define KVM_CAP_ARM_HDBSS_BUFFER_SIZE 251 +#define KVM_CAP_ARM_HDBSS_BUFFER_SIZE 252 +#define KVM_CAP_ARM_HDBSS 253 #define KVM_CAP_ARM_HW_DIRTY_STATE_TRACK 502 #define KVM_CAP_ARM_TLBIDOMAIN 503 -- 2.33.0