On 07.02.2025 22:33, [email protected] 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 <[email protected]> > --- > xen/arch/arm/vuart.c | 5 ++--- > xen/arch/x86/hvm/hvm.c | 5 ++--- > xen/drivers/char/console.c | 3 +-- > xen/include/xen/console.h | 6 ++++++ > 4 files changed, 11 insertions(+), 8 deletions(-)
Hmm, there being no revision log (nor a version number, btw), I can only guess that this addresses my earlier whitespace comment. You've also lost Stefano's R-b. Further please send patches To: the list, not individuals; maintainers want Cc-ing as appropriate. Jan
