From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: [PATCH v8 0/6] xen/arm: Add support for non-PCI passthrough Date: Tue, 12 May 2015 15:33:06 +0100 Message-ID: <1431441192-27897-1-git-send-email-julien.grall@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YsBFu-0002GM-6k for xen-devel@lists.xenproject.org; Tue, 12 May 2015 14:33:58 +0000 List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org Cc: Julien Grall , stefano.stabellini@citrix.com, tim@xen.org, ian.campbell@citrix.com, Andrii Anisov List-Id: xen-devel@lists.xenproject.org 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 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