On 07.02.2025 22:33, dm...@proton.me wrote:
> Add is_console_printable() to implement a common check for printable
> characters
> in the UART emulation and guest logging code.
>
> Signed-off-by: Denis Mukhin
> ---
> xen/arch/arm/vuart.c | 5 ++---
> xen/arch/x86/hvm/hvm.c | 5 ++---
>
Add is_console_printable() to implement a common check for printable characters
in the UART emulation and guest logging code.
Signed-off-by: Denis Mukhin
---
xen/arch/arm/vuart.c | 5 ++---
xen/arch/x86/hvm/hvm.c | 5 ++---
xen/drivers/char/console.c | 3 +--
xen/include/xen/console.h
On 07.02.2025 01:58, dm...@proton.me wrote:
> --- a/xen/include/xen/console.h
> +++ b/xen/include/xen/console.h
> @@ -8,6 +8,7 @@
> #define __CONSOLE_H__
>
> #include
> +#include
> #include
>
> struct xen_sysctl_readconsole;
> @@ -50,4 +51,9 @@ void console_serial_puts(const char *s, siz
On Fri, 7 Feb 2025, dm...@proton.me wrote:
> From: Denis Mukhin
>
> Add is_console_printable() to implement a common check for printable
> characters
> in the UART emulation and guest logging code.
>
> Signed-off-by: Denis Mukhin
Reviewed-by: Stefano Stabellini
From: Denis Mukhin
Add is_console_printable() to implement a common check for printable characters
in the UART emulation and guest logging code.
Signed-off-by: Denis Mukhin
---
Link to the original patch:
https://lore.kernel.org/xen-devel/20250103-vuart-ns8250-v3-v1-1-c5d36b31d...@ford.com/