Re: [PATCH v2] xen/arm, xen/common: Add Kconfig option to control Dom0 boot

2025-07-29 Thread dmkhn
On Tue, Jul 29, 2025 at 10:20:54AM +0200, Jan Beulich wrote: > On 28.07.2025 23:28, dm...@proton.me wrote: > > On Mon, Jul 28, 2025 at 05:07:30PM +, Oleksii Moisieiev wrote: > >> This commit introduces a new Kconfig option, `CONFIG_DOM0_BOOT`, to > >> allow for building Xen without support for

Re: [PATCH v2] xen/arm, xen/common: Add Kconfig option to control Dom0 boot

2025-07-29 Thread Jan Beulich
On 28.07.2025 23:28, dm...@proton.me wrote: > On Mon, Jul 28, 2025 at 05:07:30PM +, Oleksii Moisieiev wrote: >> This commit introduces a new Kconfig option, `CONFIG_DOM0_BOOT`, to >> allow for building Xen without support for booting a regular domain (Dom0). >> This functionality is primarily i

Re: [PATCH v2] xen/arm, xen/common: Add Kconfig option to control Dom0 boot

2025-07-29 Thread Jan Beulich
On 28.07.2025 19:07, Oleksii Moisieiev wrote: > This commit introduces a new Kconfig option, `CONFIG_DOM0_BOOT`, to > allow for building Xen without support for booting a regular domain (Dom0). > This functionality is primarily intended for the ARM architecture. > > A new Kconfig symbol, `HAS_DOM0

Re: [PATCH v2] xen/arm, xen/common: Add Kconfig option to control Dom0 boot

2025-07-29 Thread Orzel, Michal
On 28/07/2025 19:07, Oleksii Moisieiev wrote: > This commit introduces a new Kconfig option, `CONFIG_DOM0_BOOT`, to > allow for building Xen without support for booting a regular domain (Dom0). > This functionality is primarily intended for the ARM architecture. > > A new Kconfig symbol, `HAS_D

Re: [PATCH v2] xen/arm, xen/common: Add Kconfig option to control Dom0 boot

2025-07-28 Thread dmkhn
On Mon, Jul 28, 2025 at 05:07:30PM +, Oleksii Moisieiev wrote: > This commit introduces a new Kconfig option, `CONFIG_DOM0_BOOT`, to > allow for building Xen without support for booting a regular domain (Dom0). > This functionality is primarily intended for the ARM architecture. > > A new Kcon

[PATCH v2] xen/arm, xen/common: Add Kconfig option to control Dom0 boot

2025-07-28 Thread Oleksii Moisieiev
This commit introduces a new Kconfig option, `CONFIG_DOM0_BOOT`, to allow for building Xen without support for booting a regular domain (Dom0). This functionality is primarily intended for the ARM architecture. A new Kconfig symbol, `HAS_DOM0`, has been added and is selected by default for ARM and