Skip to content

Commit

Permalink
hw/loongarch: Add \n to hint message
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
gkurz authored and Michael Tokarev committed Jan 30, 2024
1 parent dfa1aa8 commit 7e487d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/loongarch/acpi-build.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7e487d8

Please sign in to comment.