Commit e8ef2a19 authored by Paolo Bonzini's avatar Paolo Bonzini

KVM: SVM: allow AVIC without split irqchip

SVM is now able to disable AVIC dynamically whenever the in-kernel PIT sets
up an ack notifier, so we can enable it even if in-kernel IOAPIC/PIC/PIT
are in use.
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent f458d039
......@@ -2073,7 +2073,7 @@ static int svm_vm_init(struct kvm *kvm)
return ret;
}
kvm_apicv_init(kvm, avic && irqchip_split(kvm));
kvm_apicv_init(kvm, avic);
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment