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

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] 6+ messages in thread

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

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

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