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

Patch 1 introduces new domid_{alloc,free} calls.
Patch 2 introduces some basic testing for domain ID allocator.
Patch 3 adjusts create_dom0() messages (use %pd).

Link to v12: https://lore.kernel.org/xen-devel/20250730033414.1614441-1-dmukhin@ford.com/
Link to CI: https://gitlab.com/xen-project/people/dmukhin/xen/-/pipelines/1957695581

Denis Mukhin (3):
  xen/domain: unify domain ID allocation
  tools/tests: introduce unit tests for domain ID allocator
  xen/domain: update create_dom0() messages

 tools/tests/Makefile                    |   2 +-
 tools/tests/domid/.gitignore            |   2 +
 tools/tests/domid/Makefile              |  48 +++++++++
 tools/tests/domid/include/xen/domain.h  | 126 ++++++++++++++++++++++++
 tools/tests/domid/test-domid.c          |  78 +++++++++++++++
 xen/arch/arm/domain_build.c             |  13 ++-
 xen/arch/x86/setup.c                    |  11 ++-
 xen/common/Makefile                     |   1 +
 xen/common/device-tree/dom0less-build.c |  15 +--
 xen/common/domain.c                     |   2 +
 xen/common/domctl.c                     |  42 +-------
 xen/common/domid.c                      |  94 ++++++++++++++++++
 xen/include/xen/domain.h                |   3 +
 13 files changed, 384 insertions(+), 53 deletions(-)
 create mode 100644 tools/tests/domid/.gitignore
 create mode 100644 tools/tests/domid/Makefile
 create mode 100644 tools/tests/domid/include/xen/domain.h
 create mode 100644 tools/tests/domid/test-domid.c
 create mode 100644 xen/common/domid.c

-- 
2.34.1




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

end of thread, other threads:[~2025-08-07  2:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-30 17:40 [PATCH v13 0/3] xen/domain: domain ID allocation dmkhn
2025-07-30 17:40 ` [PATCH v13 1/3] xen/domain: unify " dmkhn
2025-08-05 13:38   ` Roger Pau Monné
2025-08-07  1:16     ` dmkhn
2025-07-30 17:41 ` [PATCH v13 2/3] tools/tests: introduce unit tests for domain ID allocator dmkhn
2025-08-05 14:15   ` Roger Pau Monné
2025-08-07  2:12     ` dmkhn
2025-07-30 17:41 ` [PATCH v13 3/3] xen/domain: update create_dom0() messages 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.