All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v7 0/6] xen/arm: Add support for non-PCI passthrough
@ 2015-05-08 16:33 Julien Grall
  2015-05-08 16:33 ` [PATCH v7 1/6] tools/libxl: Check if fdt_{first, next}_subnode are present in libfdt Julien Grall
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Julien Grall @ 2015-05-08 16:33 UTC (permalink / raw)
  To: xen-devel; +Cc: Julien Grall, stefano.stabellini, tim, ian.campbell

Hello all,

This a resend of the last part of non-PCI passthrough after a build issue
spotted by Ian in "Check if fdt_{first,next}_subnode are present in libfdt".

Sincerely yours,

Julien Grall (6):
  tools/libxl: Check if fdt_{first,next}_subnode are present in libfdt
  tools/(lib)xl: Add partial device tree support for ARM
  tools/libxl: arm: Use an higher value for the GIC phandle
  libxl: Add support for Device Tree passthrough
  xl: Add new option dtdev
  docs/misc: arm: Add documentation about Device Tree passthrough

 docs/man/xl.cfg.pod.5             |  18 +++++
 docs/misc/arm/passthrough.txt     |  63 +++++++++++++++
 tools/configure.ac                |   6 ++
 tools/libxl/Makefile              |   2 +-
 tools/libxl/libxl.h               |   7 ++
 tools/libxl/libxl_arm.c           | 160 +++++++++++++++++++++++++++++++++++++-
 tools/libxl/libxl_create.c        |  32 ++++++++
 tools/libxl/libxl_internal.h      |   6 ++
 tools/libxl/libxl_libfdt_compat.c |  94 ++++++++++++++++++++++
 tools/libxl/libxl_types.idl       |  11 +++
 tools/libxl/xl_cmdimpl.c          |  23 +++++-
 11 files changed, 416 insertions(+), 6 deletions(-)
 create mode 100644 docs/misc/arm/passthrough.txt
 create mode 100644 tools/libxl/libxl_libfdt_compat.c

-- 
2.1.4

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

end of thread, other threads:[~2015-05-12 14:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-08 16:33 [PATCH v7 0/6] xen/arm: Add support for non-PCI passthrough Julien Grall
2015-05-08 16:33 ` [PATCH v7 1/6] tools/libxl: Check if fdt_{first, next}_subnode are present in libfdt Julien Grall
2015-05-08 16:33 ` [PATCH v7 2/6] tools/(lib)xl: Add partial device tree support for ARM Julien Grall
2015-05-08 16:33 ` [PATCH v7 3/6] tools/libxl: arm: Use an higher value for the GIC phandle Julien Grall
2015-05-08 16:33 ` [PATCH v7 4/6] libxl: Add support for Device Tree passthrough Julien Grall
2015-05-08 16:33 ` [PATCH v7 5/6] xl: Add new option dtdev Julien Grall
2015-05-08 16:33 ` [PATCH v7 6/6] docs/misc: arm: Add documentation about Device Tree passthrough Julien Grall
2015-05-12 13:46 ` [PATCH v7 0/6] xen/arm: Add support for non-PCI passthrough Andrii Anisov
2015-05-12 14:07   ` Julien Grall
2015-05-12 14:11     ` Andrii Anisov

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.