mbox series

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

Message ID 20240130155653.142283-1-groug@kaod.org
Headers show
Series acpi-build: Fix hint messages | expand

Message

Greg Kurz Jan. 30, 2024, 3:56 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'.

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(-)