On 12.02.2025 23:31, [email protected] wrote:
> --- a/xen/drivers/char/Kconfig
> +++ b/xen/drivers/char/Kconfig
> @@ -96,6 +96,18 @@ config SERIAL_TX_BUFSIZE
>  
>         Default value is 32768 (32KiB).
>  
> +config CONRING_SIZE
> +     int "Console buffer size"
> +     default 32768
> +     range 16384 134217728
> +     help
> +       Select the boot console buffer size (in bytes).

Why in bytes when ...

> +       Note, the value provided will be rounded down to the nearest power of 
> 2.

... this rounding is done anyway? Why have people type in complicated numbers?
A granularity of 1k would already be an improvement; yet better would be if
this was a power-of-two value altogether.

Jan

Reply via email to