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