mbox series

[v2,0/3] acpi-build: Fix hint messages

Message ID 20240130163741.145925-1-groug@kaod.org (mailing list archive)
Headers show
Series acpi-build: Fix hint messages | expand

Message

Greg Kurz Jan. 30, 2024, 4:37 p.m. UTC
ACPI build for ARM, i386 and Loongarch all have the
same warning report with a hint for the user. The
hint is printed with error_printf() as expected but
it lacks the terminating '\n'.

v2:
- s/error_fprintf/error_printf in commit logs (Ani)

Greg Kurz (3):
  hw/i386: Add `\n` to hint message
  hw/loongarch: Add `\n` to hint message
  hw/arm: Add `\n` to hint message

 hw/arm/virt-acpi-build.c  | 2 +-
 hw/i386/acpi-build.c      | 4 ++--
 hw/loongarch/acpi-build.c | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)