Re: [PATCH v3 15/24] xen/console: make console buffer size configurable

2025-01-28 Thread Jan Beulich
On 29.01.2025 04:04, Denis Mukhin wrote: > On Tuesday, January 28th, 2025 at 8:32 AM, Jan Beulich > wrote: >> On 04.01.2025 02:58, Denis Mukhin via B4 Relay wrote: >> >>> From: Denis Mukhin dmuk...@ford.com >>> >>> Add new CONRING_SIZE Kconfig parameter to specify the boot console buffer >>> siz

Re: [PATCH v3 15/24] xen/console: make console buffer size configurable

2025-01-28 Thread Denis Mukhin
On Tuesday, January 28th, 2025 at 8:32 AM, Jan Beulich wrote: > > > On 04.01.2025 02:58, Denis Mukhin via B4 Relay wrote: > > > From: Denis Mukhin dmuk...@ford.com > > > > Add new CONRING_SIZE Kconfig parameter to specify the boot console buffer > > size > > in bytes. The value is rounded t

Re: [PATCH v3 15/24] xen/console: make console buffer size configurable

2025-01-28 Thread Jan Beulich
On 04.01.2025 02:58, Denis Mukhin via B4 Relay wrote: > From: Denis Mukhin > > Add new CONRING_SIZE Kconfig parameter to specify the boot console buffer size > in bytes. The value is rounded to the nearest power of 2 to match existing > conring_size= behavior. > > The supported range is [16KiB..

[PATCH v3 15/24] xen/console: make console buffer size configurable

2025-01-03 Thread Denis Mukhin via B4 Relay
From: Denis Mukhin Add new CONRING_SIZE Kconfig parameter to specify the boot console buffer size in bytes. The value is rounded to the nearest power of 2 to match existing conring_size= behavior. The supported range is [16KiB..128MiB]. Bump default size to 32 KiB. Link: https://gitlab.com/xen