Re: [PATCH v2 26/35] xen/console: make console buffer size configurable

2025-01-03 Thread Denis Mukhin
On Thursday, December 12th, 2024 at 4:47 AM, Roger Pau Monné wrote: > > > On Thu, Dec 05, 2024 at 08:41:56PM -0800, Denis Mukhin via B4 Relay wrote: > > > From: Denis Mukhin dmuk...@ford.com > > > > Add new CONRING_LOG_SHIFT Kconfig parameter to specify the boot console > > buffer > > size as a

Re: [PATCH v2 26/35] xen/console: make console buffer size configurable

2024-12-12 Thread Roger Pau Monné
On Thu, Dec 05, 2024 at 08:41:56PM -0800, Denis Mukhin via B4 Relay wrote: > From: Denis Mukhin > > Add new CONRING_LOG_SHIFT Kconfig parameter to specify the boot console buffer > size as a power of 2. > > Bump default size to 32 KiB. > > Link: https://gitlab.com/xen-project/xen/-/issues/185 >