mbox

[v9,0/8] dom0less device assignment

Message ID alpine.DEB.2.21.1910031812380.30844@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-v9

Message

Stefano Stabellini Oct. 4, 2019, 1:14 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 7a4e6711114905b3cbbe48e81c3222361a7f3579:

  xen/sched: move struct task_slice into struct sched_unit (2019-09-27 16:03:31 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 7660f03ca8ddcfde325864ed0bbf80f8e0c20e6c:

  xen/arm: add dom0-less device assignment info to docs (2019-10-03 10:35:41 -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->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         | 106 ++++++++
 xen/arch/arm/bootfdt.c                |  10 +-
 xen/arch/arm/domain_build.c           | 459 +++++++++++++++++++++++++++++-----
 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           |   7 +
 8 files changed, 579 insertions(+), 67 deletions(-)

Comments

Stefano Stabellini Oct. 4, 2019, 1:31 a.m. UTC | #1
I actually adding Juergen.

On Thu, 3 Oct 2019, Stefano Stabellini wrote:
> 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 7a4e6711114905b3cbbe48e81c3222361a7f3579:
> 
>   xen/sched: move struct task_slice into struct sched_unit (2019-09-27 16:03:31 +0200)
> 
> are available in the Git repository at:
> 
>   http://xenbits.xenproject.org/git-http/people/sstabellini/xen-unstable.git dom0less-pt-v9
> 
> for you to fetch changes up to 7660f03ca8ddcfde325864ed0bbf80f8e0c20e6c:
> 
>   xen/arm: add dom0-less device assignment info to docs (2019-10-03 10:35:41 -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->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         | 106 ++++++++
>  xen/arch/arm/bootfdt.c                |  10 +-
>  xen/arch/arm/domain_build.c           | 459 +++++++++++++++++++++++++++++-----
>  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           |   7 +
>  8 files changed, 579 insertions(+), 67 deletions(-)
>