[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH v3 0/7] xen/evtchn: implement static event channel signaling
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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |