All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-arm] [PATCH v2 0/2] ACPI IORT generation for ITS support
@ 2016-10-14  8:54 Eric Auger
  2016-10-14  8:54 ` [Qemu-arm] [PATCH v2 1/2] ACPI: Add IORT Structure definition Eric Auger
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Eric Auger @ 2016-10-14  8:54 UTC (permalink / raw)
  To: eric.auger.pro, eric.auger, prem.mallappa, peter.maydell,
	qemu-arm, qemu-devel, shannon.zhao
  Cc: tn, drjones, christoffer.dall

This series completes the support of MSIs for ACPI guest featuring an ITS.

It generates an ACPI IORT table which describes the IO relationship between
the root complex and the ITS. This typically enables vhost-net support on
such guest.

The series applies on top of Drew's series:
[PATCH 0/2] couple ITS support fixups, which is now on target-arm.next.

Original contribution was sent by Prem Mallapa in
[PATCH v2 9/9] [optional] arm: smmu-v3: ACPI IORT initial support,
part of [PATCH v2 0/9] SMMUv3 Emulation support.
https://lists.gnu.org/archive/html/qemu-devel/2016-08/msg04350.html

Prem's 1st integration targetted Root Complex - vSMMU relationship
description whereas this series targets RC - ITS description.

This was tested with a v4.8 guest + rebased Tomasz' series:
- [PATCH V11 0/8] Introduce ACPI world to ITS,
  https://lkml.org/lkml/2016/9/12/926

History:
v1 -> v2:
- addressed Drew's comments, see individual patches

Prem's version -> v1:
- split into 2 separate patches
- iort struct field names match include/acpi/actbl2.h 's ones
- added ITS node
- added ID mapping in RC node
- removed smmu mode


Prem Mallappa (2):
  ACPI: Add IORT Structure definition
  ARM: Virt: ACPI: Build an IORT table with RC and ITS nodes

 hw/arm/virt-acpi-build.c    | 73 ++++++++++++++++++++++++++++++++++++++-------
 include/hw/acpi/acpi-defs.h | 68 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 130 insertions(+), 11 deletions(-)

-- 
2.5.5


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

end of thread, other threads:[~2016-10-14 14:03 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-14  8:54 [Qemu-arm] [PATCH v2 0/2] ACPI IORT generation for ITS support Eric Auger
2016-10-14  8:54 ` [Qemu-arm] [PATCH v2 1/2] ACPI: Add IORT Structure definition Eric Auger
2016-10-14 11:30   ` Andrew Jones
2016-10-14 11:59     ` Auger Eric
2016-10-14 12:42   ` [Qemu-arm] [Qemu-devel] " Igor Mammedov
2016-10-14 13:32     ` Andrew Jones
2016-10-14 14:03       ` [Qemu-arm] " Auger Eric
2016-10-14  8:54 ` [Qemu-arm] [PATCH v2 2/2] ARM: Virt: ACPI: Build an IORT table with RC and ITS nodes Eric Auger
2016-10-14 11:57   ` [Qemu-arm] [Qemu-devel] " Andrew Jones
2016-10-14 12:03     ` Auger Eric
2016-10-14 12:41   ` Igor Mammedov
2016-10-14 13:51     ` Auger Eric
2016-10-14  9:02 ` [Qemu-arm] [Qemu-devel] [PATCH v2 0/2] ACPI IORT generation for ITS support no-reply

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.