Patch 1 introduces new domid_{alloc,free} calls.
Patch 2 adjusts create_dom0() messages (use %pd).
Patch 3 replaces open-coded domain ID 0 with get_initial_domain_id() where
possible.
Link to v9: https://lore.kernel.org/all/20250528225030.2652166-2-dmukhin@ford.com/
Link to CI: https://gitlab.com/xen-project/people/dmukhin/xen/-/pipelines/1883539583
Denis Mukhin (3):
xen/domain: unify domain ID allocation
xen/domain: update create_dom0() messages
xen/domain: use get_initial_domain_id() instead of open-coded 0
xen/arch/arm/domain_build.c | 15 +++--
xen/arch/x86/setup.c | 11 ++--
xen/common/device-tree/dom0less-build.c | 17 +++---
xen/common/domain.c | 79 ++++++++++++++++++++++++-
xen/common/domctl.c | 42 ++-----------
xen/include/xen/domain.h | 3 +
6 files changed, 110 insertions(+), 57 deletions(-)
--
2.34.1