[PATCH v3 0/7] xen/evtchn: implement static event channel signaling

Rahul Singh posted 7 patches 1 year, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/cover.1662023183.git.rahul.singh@arm.com
Test gitlab-ci passed
There is a newer version of this series
docs/misc/arm/device-tree/booting.txt |  68 +++++++++++-
xen/arch/arm/domain_build.c           | 148 +++++++++++++++++++++++++-
xen/arch/arm/include/asm/kernel.h     |   3 +
xen/arch/arm/include/asm/setup.h      |   1 +
xen/arch/arm/setup.c                  |   2 +
xen/common/event_channel.c            | 121 +++++++++++++--------
xen/include/xen/device_tree.h         |  13 +++
xen/include/xen/event.h               |   8 +-
8 files changed, 313 insertions(+), 51 deletions(-)
[PATCH v3 0/7] xen/evtchn: implement static event channel signaling
Posted by Rahul Singh 1 year, 8 months ago
The purpose of this patch series is to add the static event channel signaling
support to Xen on Arm based on design doc [1].

[1] https://lists.xenproject.org/archives/html/xen-devel/2022-05/msg01160.html

Julien Grall (1):
  xen/evtchn: Make sure all buckets below d->valid_evtchns are allocated

Rahul Singh (6):
  xen/evtchn: Add an helper to reserve/allocate a port
  xen/evtchn: restrict the maximum number of evtchn supported for domUs
  xen/evtchn: modify evtchn_alloc_unbound to allocate specified port
  xen/evtchn: modify evtchn_bind_interdomain to support static evtchn
  xen/arm: introduce xen-evtchn dom0less property
  xen/arm: introduce new xen,enhanced property value

 docs/misc/arm/device-tree/booting.txt |  68 +++++++++++-
 xen/arch/arm/domain_build.c           | 148 +++++++++++++++++++++++++-
 xen/arch/arm/include/asm/kernel.h     |   3 +
 xen/arch/arm/include/asm/setup.h      |   1 +
 xen/arch/arm/setup.c                  |   2 +
 xen/common/event_channel.c            | 121 +++++++++++++--------
 xen/include/xen/device_tree.h         |  13 +++
 xen/include/xen/event.h               |   8 +-
 8 files changed, 313 insertions(+), 51 deletions(-)

-- 
2.25.1