mbox

[v4,0/8] dom0less device assignment

Message ID alpine.DEB.2.21.1908201838370.20094@sstabellini-ThinkPad-T480s (mailing list archive)
State New, archived
Headers show

Pull-request

http://xenbits.xenproject.org/git-http/people/sstabellini/xen-unstable.git dom0less-pt-4

Message

Stefano Stabellini Aug. 21, 2019, 3:53 a.m. UTC
Hi all,

This small patch series adds device assignment support to Dom0less.
The last patch is the documentation.

Cheers,

Stefano


The following changes since commit 2c19c7e8bb40c910c0105a08c0e56edd2ea0e5ed:

  xen/arm: unbreak arm64 build for older toolchains (2019-08-07 09:55:51 -0700)

are available in the Git repository at:

  http://xenbits.xenproject.org/git-http/people/sstabellini/xen-unstable.git dom0less-pt-4

for you to fetch changes up to 739f6f21f9ce075cfd5955e99464bc585acb562d:

  xen/arm: add dom0-less device assignment info to docs (2019-08-20 18:37:39 -0700)

----------------------------------------------------------------
Stefano Stabellini (8):
      xen/arm: introduce handle_device_interrupts
      xen/arm: export device_tree_get_reg and device_tree_get_u32
      xen/arm: introduce kinfo->guest_phandle_gic
      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: introduce nr_spis
      xen/arm: add dom0-less device assignment info to docs

 docs/misc/arm/device-tree/booting.txt |  44 ++++-
 docs/misc/arm/passthrough.txt         | 105 ++++++++++++
 xen/arch/arm/bootfdt.c                |  10 +-
 xen/arch/arm/domain_build.c           | 299 ++++++++++++++++++++++++++++------
 xen/arch/arm/kernel.c                 |  14 +-
 xen/arch/arm/setup.c                  |   1 +
 xen/include/asm-arm/kernel.h          |   5 +-
 xen/include/asm-arm/setup.h           |   1 +
 xen/include/xen/device_tree.h         |   6 +
 9 files changed, 427 insertions(+), 58 deletions(-)