Re: [PATCH v9 3/3] xen/domain: introduce CONFIG_MAX_DOMID

2025-06-02 Thread Jan Beulich
On 29.05.2025 00:50, dm...@proton.me wrote: > From: Denis Mukhin > > From: Denis Mukhin > > Embedded deployments of Xen do not need to have support for more than dozen of > domains. > > Introduce build-time configuration option to limit the number of domains > during > run-time. > > Suggeste

Re: [PATCH v9 3/3] xen/domain: introduce CONFIG_MAX_DOMID

2025-05-29 Thread Stefano Stabellini
On Wed, 28 May 2025, dm...@proton.me wrote: > From: Denis Mukhin > > From: Denis Mukhin > > Embedded deployments of Xen do not need to have support for more than dozen of > domains. > > Introduce build-time configuration option to limit the number of domains > during > run-time. > > Suggeste

[PATCH v9 3/3] xen/domain: introduce CONFIG_MAX_DOMID

2025-05-28 Thread dmkhn
From: Denis Mukhin From: Denis Mukhin Embedded deployments of Xen do not need to have support for more than dozen of domains. Introduce build-time configuration option to limit the number of domains during run-time. Suggested-by: Julien Grall Signed-off-by: Denis Mukhin --- Changes since v8