qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] acpi-build: Fix hint messages
@ 2024-01-30 16:37 Greg Kurz
  2024-01-30 16:37 ` [PATCH v2 1/3] hw/i386: Add `\n` to hint message Greg Kurz
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Greg Kurz @ 2024-01-30 16:37 UTC (permalink / raw)
  To: qemu-devel
  Cc: Paolo Bonzini, Peter Maydell, Marcel Apfelbaum,
	Michael S. Tsirkin, qemu-trivial, Igor Mammedov, Eduardo Habkost,
	Shannon Zhao, Ani Sinha, qemu-arm, Song Gao, Richard Henderson,
	Greg Kurz

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'.

v2:
- s/error_fprintf/error_printf in commit logs (Ani)

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




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-01-30 17:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-30 16:37 [PATCH v2 0/3] acpi-build: Fix hint messages Greg Kurz
2024-01-30 16:37 ` [PATCH v2 1/3] hw/i386: Add `\n` to hint message Greg Kurz
2024-01-30 17:10   ` Ani Sinha
2024-01-30 16:37 ` [PATCH v2 2/3] hw/loongarch: " Greg Kurz
2024-01-30 17:11   ` Ani Sinha
2024-01-30 16:37 ` [PATCH v2 3/3] hw/arm: " Greg Kurz
2024-01-30 17:10   ` Ani Sinha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).