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

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




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

end of thread, other threads:[~2025-07-22 23:46 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-23 18:27 [PATCH v10 0/3] xen/domain: domain ID allocation dmkhn
2025-06-23 18:28 ` [PATCH v10 1/3] xen/domain: unify " dmkhn
2025-06-24  5:58   ` Jan Beulich
2025-07-17 10:27   ` Alejandro Vallejo
2025-07-22 23:17     ` dmkhn
2025-06-23 18:28 ` [PATCH v10 2/3] xen/domain: update create_dom0() messages dmkhn
2025-07-17 10:34   ` Alejandro Vallejo
2025-07-22 23:19     ` dmkhn
2025-07-17 12:58   ` Grygorii Strashko
2025-07-17 13:03     ` Jan Beulich
2025-07-18 11:20       ` Grygorii Strashko
2025-06-23 18:28 ` [PATCH v10 3/3] xen/domain: use get_initial_domain_id() instead of open-coded 0 dmkhn
2025-06-24  6:07   ` Jan Beulich
2025-07-22 23:24     ` dmkhn
2025-07-17 10:59   ` Alejandro Vallejo
2025-07-22 23:46     ` 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.