All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/7] intel_iommu: fix EIM
@ 2016-09-29 11:23 Radim Krčmář
  2016-09-29 11:23 ` [Qemu-devel] [PATCH v2 1/7] apic: add global apic_get_class() Radim Krčmář
                   ` (6 more replies)
  0 siblings, 7 replies; 22+ messages in thread
From: Radim Krčmář @ 2016-09-29 11:23 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Xu, Igor Mammedov, Paolo Bonzini, Richard Henderson,
	Eduardo Habkost, Michael S. Tsirkin

v1: http://lists.nongnu.org/archive/html/qemu-devel/2016-09/msg05960.html

The x2APIC mode works on >=2.8 machine types with this series and <2.7
remain compatible (aka broken).

[4/7] and [5/7] can be squished.


Radim Krčmář (7):
  apic: add global apic_get_class()
  apic: add send_msi() to APICCommonClass
  intel_iommu: pass whole remapped addresses to apic
  intel-iommu: exit on invalid configuraton earlier
  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

 hw/i386/intel_iommu.c           | 76 +++++++++++++++++++++++++++++------------
 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           | 11 ++++++
 include/hw/i386/apic_internal.h |  7 ++++
 include/hw/i386/intel_iommu.h   |  1 +
 include/hw/i386/pc.h            |  2 ++
 target-i386/kvm-stub.c          |  5 +++
 target-i386/kvm.c               | 13 +++++++
 target-i386/kvm_i386.h          |  1 +
 12 files changed, 122 insertions(+), 29 deletions(-)

-- 
2.10.0

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2016-09-30 13:56 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-29 11:23 [Qemu-devel] [PATCH v2 0/7] intel_iommu: fix EIM Radim Krčmář
2016-09-29 11:23 ` [Qemu-devel] [PATCH v2 1/7] apic: add global apic_get_class() Radim Krčmář
2016-09-29 14:53   ` Eduardo Habkost
2016-09-29 15:58     ` Radim Krčmář
2016-09-29 11:23 ` [Qemu-devel] [PATCH v2 2/7] apic: add send_msi() to APICCommonClass Radim Krčmář
2016-09-29 11:23 ` [Qemu-devel] [PATCH v2 3/7] intel_iommu: pass whole remapped addresses to apic Radim Krčmář
2016-09-29 11:23 ` [Qemu-devel] [PATCH v2 4/7] intel-iommu: exit on invalid configuraton earlier Radim Krčmář
2016-09-29 11:23 ` [Qemu-devel] [PATCH v2 5/7] intel-iommu: add OnOffAuto intr_eim as "eim" property Radim Krčmář
2016-09-30  5:13   ` Peter Xu
2016-09-30 13:50     ` Radim Krčmář
2016-09-29 11:23 ` [Qemu-devel] [PATCH v2 6/7] intel_iommu: reject broken EIM Radim Krčmář
2016-09-29 13:18   ` Paolo Bonzini
2016-09-29 16:06     ` Igor Mammedov
2016-09-29 16:56       ` Radim Krčmář
2016-09-29 16:56         ` Paolo Bonzini
2016-09-29 15:53   ` Igor Mammedov
2016-09-29 11:23 ` [Qemu-devel] [PATCH v2 7/7] intel-iommu: keep buggy EIM enabled in 2.7 machine type Radim Krčmář
2016-09-29 13:19   ` Paolo Bonzini
2016-09-29 15:01   ` Eduardo Habkost
2016-09-29 16:49     ` Radim Krčmář
2016-09-30  5:40   ` Peter Xu
2016-09-30 13:55     ` Radim Krčmář

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.