On Wednesday, March 5th, 2025 at 8:42 AM, Jan Beulich wrote:
>
>
> On 05.03.2025 02:12, dm...@proton.me wrote:
>
> > --- a/docs/misc/xen-command-line.pandoc
> > +++ b/docs/misc/xen-command-line.pandoc
> > @@ -425,10 +425,13 @@ The following are examples of correct specifications:
> > ### conri
On 05.03.2025 02:12, dm...@proton.me wrote:
> --- a/docs/misc/xen-command-line.pandoc
> +++ b/docs/misc/xen-command-line.pandoc
> @@ -425,10 +425,13 @@ The following are examples of correct specifications:
> ### conring_size
> > `= `
>
> -> Default: `conring_size=16k`
> +> Default: `conring_siz
Add new CONRING_SHIFT Kconfig parameter to specify the boot console buffer size
as a power of 2.
The supported range is [14..27] -> [16KiB..128MiB].
Set default to 15 (32 KiB).
Link: https://gitlab.com/xen-project/xen/-/issues/185
Signed-off-by: Denis Mukhin
---
Changes v1->v2:
- Switched to us