On Mon, 26 Sep 2016 11:47:38 +0200 Igor Mammedov <imamm...@redhat.com> wrote:
> On Thu, 22 Sep 2016 21:57:39 +0200 > Radim Krčmář <rkrc...@redhat.com> wrote: > > > 2016-09-22 16:36+0200, Paolo Bonzini: > > > On 22/09/2016 14:50, Igor Mammedov wrote: > > >> +#ifdef KVM_CAP_X2APIC_API > > >> + if (kvm_check_extension(s, KVM_CAP_X2APIC_API)) { > > >> + has_x2apic_ids = !kvm_vm_enable_cap(s, KVM_CAP_X2APIC_API, 0, > > >> + > > >> KVM_X2APIC_API_USE_32BIT_IDS); > > >> + } > > >> +#endif > > >> + > > > > > > Radim, whose patches are going to set > > > KVM_X2APIC_API_DISABLE_BROADCAST_QUIRK? > > > > I added kvm_enable_x2apic() helper for intel_iommu that enables both, > > because we really want to make sure that both are enabled before > > allowing EIM. (And then I didn't post those patches ... ameding that > > after a rebase and a quick retest.) I'll rebase these series on top of your EIM fixes