Re: [PATCH] xen/efi: Reuse PrintMessage function

2025-07-18 Thread Andrew Cooper
On 18/07/2025 1:00 pm, Frediano Ziglio wrote: > On Fri, Jul 18, 2025 at 12:12 PM Andrew Cooper > wrote: >> On 18/07/2025 10:41 am, Frediano Ziglio wrote: >>> PrintMessage function print a message string followed by a >>> new line. >>> Move the function from ARM specific code to common code. >>> Re

Re: [PATCH] xen/efi: Reuse PrintMessage function

2025-07-18 Thread Frediano Ziglio
On Fri, Jul 18, 2025 at 12:12 PM Andrew Cooper wrote: > > On 18/07/2025 10:41 am, Frediano Ziglio wrote: > > PrintMessage function print a message string followed by a > > new line. > > Move the function from ARM specific code to common code. > > Reuse it in EFI code. > > No functional changes. >

Re: [PATCH] xen/efi: Reuse PrintMessage function

2025-07-18 Thread Andrew Cooper
On 18/07/2025 10:41 am, Frediano Ziglio wrote: > PrintMessage function print a message string followed by a > new line. > Move the function from ARM specific code to common code. > Reuse it in EFI code. > No functional changes. > > Signed-off-by: Frediano Ziglio Please no. Hiding \n (or \r\n) in

[PATCH] xen/efi: Reuse PrintMessage function

2025-07-18 Thread Frediano Ziglio
PrintMessage function print a message string followed by a new line. Move the function from ARM specific code to common code. Reuse it in EFI code. No functional changes. Signed-off-by: Frediano Ziglio --- xen/arch/arm/efi/efi-boot.h | 7 --- xen/arch/x86/efi/efi-boot.h | 2 +- xen/common/