On 18/07/2025 1:11 pm, Frediano Ziglio wrote: > The function is similar to PrintStr with an implicit newline > added to the string. > In Xen this is not a common pattern and this is used in EFI > ARM code only making it not much coherent with X86 code > so use PrintStr directly to make the code more coherent. > > Signed-off-by: Frediano Ziglio <frediano.zig...@cloud.com> > --- > Changes since v1: > - reuse PrintStr instead of reusing PrintMessage. > ---
FWIW, Reviewed-by: Andrew Cooper <andrew.coop...@citrix.com>