projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e487d8
)
hw/arm: Add `\n` to hint message
author
Greg Kurz
<groug@kaod.org>
Tue, 30 Jan 2024 16:37:41 +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/arm/virt-acpi-build.c
patch
|
blob
|
history
diff --git
a/hw/arm/virt-acpi-build.c
b/hw/arm/virt-acpi-build.c
index 17aeec7a6f56c8f3afe4bb33fcf8a32a37ad72af..48febde1ccd166bd8e2aee04ba45726e6a9ca1c4 100644
(file)
--- a/
hw/arm/virt-acpi-build.c
+++ b/
hw/arm/virt-acpi-build.c
@@
-1008,7
+1008,7
@@
void virt_acpi_build(VirtMachineState *vms, AcpiBuildTables *tables)
" 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_blob, ACPI_BUILD_TABLE_SIZE);