xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/5] ARM: ACPI: ITS: Add ITS Support for ACPI hardware domain
@ 2017-09-05 17:14 mjaggi
  2017-09-05 17:14 ` [PATCH v3 1/5] ARM: ITS: Introduce common function add_to_host_its_list mjaggi
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: mjaggi @ 2017-09-05 17:14 UTC (permalink / raw)
  To: xen-devel; +Cc: Andre.Przywara, julien.grall, sstabellini, Manish Jaggi

From: Manish Jaggi <mjaggi@cavium.com>

This patch is split into 5 patches. First two add support for updating
host_its_list from ACPI MADT table.
The rest patches provide support to update the hardware domain MADT table
with ITS information.

Changes since v2:
- %s/u32/unsigned long
- %s/u64/paddr_t
- cleanup gicv3_its_make_hwdom_madt as per review comments
- remove gicv3_its_host_has_its() checks in patch 3
- removed gicv3_its_madt_generic_translator_size() 

Changes since v1:
- split patches into smaller ones
- removed translation_id


Manish Jaggi (5):
  ARM: ITS: Introduce common function add_to_host_its_list
  ARM: ITS: Populate host_its_list from ACPI MADT Table
  ARM: ITS: Deny hardware domain access to ITS
  ARM: Introduce get_hwdom_madt_size in gic_hw_operations
  ARM: ITS: Expose ITS in the MADT table

 xen/arch/arm/domain_build.c      |  7 +--
 xen/arch/arm/gic-v2.c            |  6 +++
 xen/arch/arm/gic-v3-its.c        | 97 ++++++++++++++++++++++++++++++++++++----
 xen/arch/arm/gic-v3.c            | 24 ++++++++++
 xen/arch/arm/gic.c               | 11 +++++
 xen/include/asm-arm/gic.h        |  3 ++
 xen/include/asm-arm/gic_v3_its.h | 26 +++++++++++
 7 files changed, 159 insertions(+), 15 deletions(-)

-- 
2.7.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

end of thread, other threads:[~2017-09-20  6:53 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-05 17:14 [PATCH v3 0/5] ARM: ACPI: ITS: Add ITS Support for ACPI hardware domain mjaggi
2017-09-05 17:14 ` [PATCH v3 1/5] ARM: ITS: Introduce common function add_to_host_its_list mjaggi
2017-09-07 16:56   ` Andre Przywara
2017-09-14 10:55   ` Julien Grall
2017-09-05 17:14 ` [PATCH v3 2/5] ARM: ITS: Populate host_its_list from ACPI MADT Table mjaggi
2017-09-07 16:56   ` Andre Przywara
2017-09-14 11:05     ` Julien Grall
2017-09-14 11:09   ` Julien Grall
2017-09-05 17:14 ` [PATCH v3 3/5] ARM: ITS: Deny hardware domain access to ITS mjaggi
2017-09-07 16:57   ` Andre Przywara
2017-09-14 11:16     ` Julien Grall
2017-09-20  6:53     ` Manish Jaggi
2017-09-05 17:14 ` [PATCH v3 4/5] ARM: Introduce get_hwdom_madt_size in gic_hw_operations mjaggi
2017-09-07 16:57   ` Andre Przywara
2017-09-14 11:21   ` Julien Grall
2017-09-05 17:15 ` [PATCH v3 5/5] ARM: ITS: Expose ITS in the MADT table mjaggi
2017-09-07 16:57   ` Andre Przywara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).