linux-headers/kvm: Bump KVM_CAP_MEMORY_ATTRIBUTES and KVM_CAP_VM_TYPES

... to align with kvm-upstream-workaround branch.

Signed-off-by: Xiaoyao Li <xiaoyao.li@intel.com>
This commit is contained in:
Xiaoyao Li
2022-05-06 16:13:23 +08:00
committed by Nikolay Borisov
parent 81fe2d0f16
commit dda4315b2a

View File

@@ -1253,8 +1253,9 @@ struct kvm_ppc_resize_hpt {
#define KVM_CAP_DIRTY_LOG_RING_ACQ_REL 223
#define KVM_CAP_S390_PROTECTED_ASYNC_DISABLE 224
#define KVM_CAP_MEMORY_ATTRIBUTES 225
#define KVM_CAP_VM_TYPES 226
/* TODO: remove this workaround to avoid CAP number conflict in the upstream. */
#define KVM_CAP_MEMORY_ATTRIBUTES 500
#define KVM_CAP_VM_TYPES 1000
#ifdef KVM_CAP_IRQ_ROUTING