[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 18/21] hw/loongarch: Add `\n` to hint message
From: |
Michael Tokarev |
Subject: |
[PULL 18/21] hw/loongarch: Add `\n` to hint message |
Date: |
Wed, 31 Jan 2024 14:55:46 +0300 |
From: Greg Kurz <groug@kaod.org>
error_printf() doesn't add newlines.
Signed-off-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Ani Sinha <anisinha@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
hw/loongarch/acpi-build.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/loongarch/acpi-build.c b/hw/loongarch/acpi-build.c
index 730bc4a748..a1c4198741 100644
--- a/hw/loongarch/acpi-build.c
+++ b/hw/loongarch/acpi-build.c
@@ -509,7 +509,7 @@ static void acpi_build(AcpiBuildTables *tables,
MachineState *machine)
" migration may not work",
tables_blob->len, ACPI_BUILD_TABLE_SIZE / 2);
error_printf("Try removing CPUs, NUMA nodes, memory slots"
- " or PCI bridges.");
+ " or PCI bridges.\n");
}
acpi_align_size(tables->linker->cmd_blob, ACPI_BUILD_ALIGN_SIZE);
--
2.39.2
- [PULL 09/21] aspeed: Clean up includes, (continued)
- [PULL 09/21] aspeed: Clean up includes, Michael Tokarev, 2024/01/31
- [PULL 10/21] acpi: Clean up includes, Michael Tokarev, 2024/01/31
- [PULL 11/21] m68k: Clean up includes, Michael Tokarev, 2024/01/31
- [PULL 07/21] hyperv: Clean up includes, Michael Tokarev, 2024/01/31
- [PULL 12/21] include: Clean up includes, Michael Tokarev, 2024/01/31
- [PULL 13/21] cxl: Clean up includes, Michael Tokarev, 2024/01/31
- [PULL 15/21] misc: Clean up includes, Michael Tokarev, 2024/01/31
- [PULL 14/21] riscv: Clean up includes, Michael Tokarev, 2024/01/31
- [PULL 16/21] backends/hostmem: Fix block comments style (checkpatch.pl warnings), Michael Tokarev, 2024/01/31
- [PULL 17/21] hw/i386: Add `\n` to hint message, Michael Tokarev, 2024/01/31
- [PULL 18/21] hw/loongarch: Add `\n` to hint message,
Michael Tokarev <=
- [PULL 19/21] hw/arm: Add `\n` to hint message, Michael Tokarev, 2024/01/31
- [PULL 20/21] hw/intc/xics: Include missing 'cpu.h' header, Michael Tokarev, 2024/01/31
- [PULL 21/21] hw/hyperv: Include missing headers, Michael Tokarev, 2024/01/31