From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40074) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bq0Ob-0000qM-Hx for qemu-devel@nongnu.org; Fri, 30 Sep 2016 12:10:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bq0OW-0001Jy-8a for qemu-devel@nongnu.org; Fri, 30 Sep 2016 12:10:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42020) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bq0OV-0001JX-KM for qemu-devel@nongnu.org; Fri, 30 Sep 2016 12:10:39 -0400 From: =?UTF-8?q?Radim=20Kr=C4=8Dm=C3=A1=C5=99?= Date: Fri, 30 Sep 2016 18:10:05 +0200 Message-Id: <20160930161013.9832-1-rkrcmar@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v3 0/8] intel_iommu: fix EIM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Xu , Igor Mammedov , Paolo Bonzini , Richard Henderson , Eduardo Habkost , "Michael S. Tsirkin" v2: http://lists.nongnu.org/archive/html/qemu-devel/2016-09/msg07790.html The x2APIC mode works on >=3D2.8 machine types with this series and <2.7 remain compatible (aka broken). If the 2.7 compatibility layer, [7/8], is deemed acceptable, then it should be squashed into [6/8] to avoid a bisection breaker; see the discussion under [v2 7/7] for details (http://lists.nongnu.org/archive/html/qemu-devel/2016-09/msg07795.html). Radim Kr=C4=8Dm=C3=A1=C5=99 (8): apic: add global apic_get_class() apic: add send_msi() to APICCommonClass intel_iommu: pass whole remapped addresses to apic intel_iommu: redo configuraton check in realize intel_iommu: add OnOffAuto intr_eim as "eim" property intel_iommu: reject broken EIM intel_iommu: keep buggy EIM enabled in 2.7 machine type target-i386/kvm: cache the return value of kvm_enable_x2apic() hw/i386/intel_iommu.c | 82 ++++++++++++++++++++++++++++++-----= ------ hw/i386/kvm/apic.c | 19 +++++++--- hw/i386/pc_q35.c | 2 + hw/i386/xen/xen_apic.c | 6 +++ hw/intc/apic.c | 8 +++- hw/intc/apic_common.c | 1 + include/hw/i386/apic_internal.h | 6 +++ include/hw/i386/intel_iommu.h | 1 + include/hw/i386/pc.h | 2 + target-i386/cpu.c | 14 +++++-- target-i386/kvm-stub.c | 5 +++ target-i386/kvm.c | 30 +++++++++++++++ target-i386/kvm_i386.h | 1 + 13 files changed, 145 insertions(+), 32 deletions(-) --=20 2.10.0