Hi all, This small patch series adds device assignment support to Dom0less. The last patch is the documentation.
Cheers, Stefano Main changes in v2: - add a note about the code coming from libxl in the commit message - copy /aliases - rename "path" to "xen,path" - introduce and parse xen,reg - support more than one interrupt per device - specify only the GIC is supported Stefano Stabellini (5): xen/arm: copy dtb fragment to guest dtb xen/arm: assign devices to boot domains xen/arm: handle "multiboot,device-tree" compatible nodes xen/arm: use the physical number of gic lines for boot domains xen/arm: add dom0less device assignment info to docs docs/misc/arm/device-tree/booting.txt | 118 +++++++++++++++++++++ xen/arch/arm/bootfdt.c | 6 +- xen/arch/arm/domain_build.c | 190 +++++++++++++++++++++++++++++++++- xen/arch/arm/kernel.c | 12 ++- xen/arch/arm/setup.c | 1 + xen/include/asm-arm/kernel.h | 2 +- xen/include/asm-arm/setup.h | 1 + xen/include/xen/device_tree.h | 2 + 8 files changed, 325 insertions(+), 7 deletions(-) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel