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

Hello all,

This a resend of the last part of non-PCI passthrough after Andrii spotted
that I forgot to include the new header libxl_libfdt_compat.h.

I hope this will be the last build error found.

Regards,

Cc: Andrii Anisov <andrii.anisov@globallogic.com>

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_libfdt_compat.h |  80 +++++++++++++++++++
 tools/libxl/libxl_types.idl       |  11 +++
 tools/libxl/xl_cmdimpl.c          |  23 +++++-
 12 files changed, 496 insertions(+), 6 deletions(-)
 create mode 100644 docs/misc/arm/passthrough.txt
 create mode 100644 tools/libxl/libxl_libfdt_compat.c
 create mode 100644 tools/libxl/libxl_libfdt_compat.h

-- 
2.1.4

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

end of thread, other threads:[~2015-05-13 16:11 UTC | newest]

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

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.