Re: [PATCH v2] arm/vuart: move vpl011-related code to vpl011 emulator

2025-02-12 Thread Stefano Stabellini
On Wed, 12 Feb 2025, dm...@proton.me wrote: > Xen console driver has vpl011-related logic which shall belong vpl011 emulator > code (Arm port). Move vpl011-related code from arch-independent console driver > to Arm's vpl011.c. > > Use rate-limiting guest_printk() for error logging in console drive

[PATCH v2] arm/vuart: move vpl011-related code to vpl011 emulator

2025-02-12 Thread dmkhn
Xen console driver has vpl011-related logic which shall belong vpl011 emulator code (Arm port). Move vpl011-related code from arch-independent console driver to Arm's vpl011.c. Use rate-limiting guest_printk() for error logging in console driver in case vpl011 cannot handle the console input. Sig