As we now have the header file in our repository, we can safely follow the recommendation in kvm.c and remove the hack adding the KVM_CAP_MAX_VCPUS macro. Signed-off-by: Andre Przywara <andre.przywara@xxxxxxx> --- kvm.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/kvm.c b/kvm.c index 5222e1e..53e5c6b 100644 --- a/kvm.c +++ b/kvm.c @@ -223,14 +223,6 @@ int kvm__recommended_cpus(struct kvm *kvm) return ret; } -/* - * The following hack should be removed once 'x86: Raise the hard - * VCPU count limit' makes it's way into the mainline. - */ -#ifndef KVM_CAP_MAX_VCPUS -#define KVM_CAP_MAX_VCPUS 66 -#endif - int kvm__max_cpus(struct kvm *kvm) { int ret; -- 2.3.5 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html