projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfa1aa8
)
hw/loongarch: Add `\n` to hint message
author
Greg Kurz
<groug@kaod.org>
Tue, 30 Jan 2024 16:37:40 +0000
(17:37 +0100)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Tue, 30 Jan 2024 18:20:20 +0000
(21:20 +0300)
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
patch
|
blob
|
history
diff --git
a/hw/loongarch/acpi-build.c
b/hw/loongarch/acpi-build.c
index 730bc4a748c487b766a1d3cccdf5a4e407a072ca..a1c419874123fd0a8c8ef290f7578ec0a1683fea 100644
(file)
--- 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);