Re: [Xen-devel] [PATCH v5 p2 17/19] libxl: Add support for Device Tree passthrough

2015-04-16 Thread Ian Campbell
On Thu, 2015-04-09 at 16:09 +0100, Julien Grall wrote: > From: Julien Grall > > On ARM, every non-PCI device are described in the device tree. Each of > them can be found via a path. > > This patch introduces a very basic support, only the IOMMU will be set > up correctly. The user will have to:

Re: [Xen-devel] [PATCH v5 p2 17/19] libxl: Add support for Device Tree passthrough

2015-04-09 Thread Ian Jackson
Julien Grall writes ("[PATCH v5 p2 17/19] libxl: Add support for Device Tree passthrough"): > From: Julien Grall > > On ARM, every non-PCI device are described in the device tree. Each of > them can be found via a path. > > This patch introduces a very basic support, only the IOMMU will be set

[Xen-devel] [PATCH v5 p2 17/19] libxl: Add support for Device Tree passthrough

2015-04-09 Thread Julien Grall
From: Julien Grall On ARM, every non-PCI device are described in the device tree. Each of them can be found via a path. This patch introduces a very basic support, only the IOMMU will be set up correctly. The user will have to: - Describe the device in the partial device tree - Map manua