All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/2] xen/domain: domain ID allocation
@ 2025-05-16  2:04 dmkhn
  2025-05-16  2:04 ` [PATCH v6 1/2] xen/domain: unify " dmkhn
  2025-05-16  2:04 ` [PATCH v6 2/2] xen/domain: adjust domain ID allocation for Arm dmkhn
  0 siblings, 2 replies; 11+ messages in thread
From: dmkhn @ 2025-05-16  2:04 UTC (permalink / raw)
  To: xen-devel
  Cc: andrew.cooper3, anthony.perard, jbeulich, julien, michal.orzel,
	roger.pau, sstabellini, dmukhin

The patch series adds new library calls for allocating domain IDs.
Patch 1 introduces new domid_{init,alloc,free} calls.
Patch 2 adjusts hardware domain ID treatment on Arm.

Link to v5: https://lore.kernel.org/xen-devel/20250504135544.730906-1-dmukhin@ford.com/
Link to CI: https://gitlab.com/xen-project/people/dmukhin/xen/-/pipelines/1820251194

Denis Mukhin (2):
  xen/domain: unify domain ID allocation
  xen/domain: adjust domain ID allocation for Arm

 xen/arch/arm/domain_build.c             | 17 ++++--
 xen/arch/arm/setup.c                    |  2 +
 xen/arch/x86/setup.c                    | 13 +++--
 xen/common/device-tree/dom0less-build.c | 17 +++---
 xen/common/domain.c                     | 73 +++++++++++++++++++++++++
 xen/common/domctl.c                     | 41 ++------------
 xen/include/xen/domain.h                |  4 ++
 7 files changed, 112 insertions(+), 55 deletions(-)

-- 
2.34.1




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

end of thread, other threads:[~2025-05-19 19:31 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-16  2:04 [PATCH v6 0/2] xen/domain: domain ID allocation dmkhn
2025-05-16  2:04 ` [PATCH v6 1/2] xen/domain: unify " dmkhn
2025-05-16  8:43   ` Teddy Astie
2025-05-16 18:06     ` dmkhn
2025-05-16 20:35       ` Julien Grall
2025-05-16 21:14         ` dmkhn
2025-05-18  8:52   ` Jan Beulich
2025-05-19 19:31     ` dmkhn
2025-05-16  2:04 ` [PATCH v6 2/2] xen/domain: adjust domain ID allocation for Arm dmkhn
2025-05-18  8:57   ` Jan Beulich
2025-05-19 19:28     ` dmkhn

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.