All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] dom0less device assignment
@ 2018-12-05 17:28 Stefano Stabellini
  2018-12-05 17:28 ` [PATCH 1/5] xen/arm: copy dtb fragment to guest dtb Stefano Stabellini
                   ` (4 more replies)
  0 siblings, 5 replies; 22+ messages in thread
From: Stefano Stabellini @ 2018-12-05 17:28 UTC (permalink / raw)
  To: julien.grall; +Cc: Achin.Gupta, sstabellini, andrii_anisov, xen-devel

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 70739427f55d595ad1c575c47fef00c81881e9a2:

  pci: apply workaround for Intel errata HSE43 and BDF2/BDX2 (2018-12-04 14:04:54 +0100)

are available in the git repository at:

  http://xenbits.xenproject.org/git-http/people/sstabellini/xen-unstable.git dom0less-assignement-1

for you to fetch changes up to a62cd6de9c202db70dae1d761f4e575b5b67dafb:

  xen/arm: add dom0less device assignment info to docs (2018-12-05 09:22:23 -0800)

----------------------------------------------------------------
Stefano Stabellini (5):
      xen/arm: copy dtb fragment to guest dtb
      xen/arm: assign devices to boot domains
      xen/arm: handle "multiboot,dtb" 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 | 108 ++++++++++++++++++++++
 xen/arch/arm/bootfdt.c                |   6 +-
 xen/arch/arm/domain_build.c           | 166 +++++++++++++++++++++++++++++++++-
 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, 291 insertions(+), 7 deletions(-)

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2019-01-15 13:03 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-05 17:28 [PATCH 0/5] dom0less device assignment Stefano Stabellini
2018-12-05 17:28 ` [PATCH 1/5] xen/arm: copy dtb fragment to guest dtb Stefano Stabellini
2018-12-24 11:17   ` Julien Grall
2019-01-02 12:22     ` Wei Liu
2019-01-02 23:25     ` Stefano Stabellini
2018-12-05 17:28 ` [PATCH 2/5] xen/arm: assign devices to boot domains Stefano Stabellini
2018-12-24 13:55   ` Julien Grall
2019-01-03 22:07     ` Stefano Stabellini
2019-01-15 12:50       ` Julien Grall
2018-12-05 17:28 ` [PATCH 3/5] xen/arm: handle "multiboot, dtb" compatible nodes Stefano Stabellini
2018-12-24 13:58   ` Julien Grall
2019-01-02 23:28     ` Stefano Stabellini
2018-12-05 17:28 ` [PATCH 4/5] xen/arm: use the physical number of gic lines for boot domains Stefano Stabellini
2018-12-24 14:01   ` Julien Grall
2019-01-03 19:07     ` Stefano Stabellini
2019-01-15 12:56       ` Julien Grall
2018-12-05 17:28 ` [PATCH 5/5] xen/arm: add dom0less device assignment info to docs Stefano Stabellini
2018-12-24 14:06   ` Julien Grall
2019-01-03 22:07     ` Stefano Stabellini
2019-01-03 23:31       ` Stefano Stabellini
2019-01-15 13:03         ` Julien Grall
2019-01-15 13:02       ` Julien Grall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.