All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] xen: error handling and FreeBSD compatibility fixes
@ 2025-01-07  9:31 Roger Pau Monne
  2025-01-07  9:31 ` [PATCH 1/2] xen/console: fix error handling in xen_console_device_create() Roger Pau Monne
  2025-01-07  9:31 ` [PATCH 2/2] xen: do not use '%ms' scanf specifier Roger Pau Monne
  0 siblings, 2 replies; 12+ messages in thread
From: Roger Pau Monne @ 2025-01-07  9:31 UTC (permalink / raw)
  To: qemu-devel
  Cc: Roger Pau Monne, Stefano Stabellini, Anthony PERARD, Paul Durrant,
	Edgar E. Iglesias, Marc-André Lureau, Paolo Bonzini,
	xen-devel

Hello,

First patch fixes some error handling paths that incorrectly used
error_prepend() in the Xen console driver.  Second patch removes usage
of the 'm' character in scanf directives, as it's not supported on
FreeBSD (see usages of "%ms").

Thanks, Roger.

Roger Pau Monné (2):
  xen/console: fix error handling in xen_console_device_create()
  xen: do not use '%ms' scanf specifier

 hw/char/xen_console.c | 15 +++++++++++----
 hw/xen/xen-bus.c      |  7 +++++--
 2 files changed, 16 insertions(+), 6 deletions(-)
-- 
2.46.0



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

end of thread, other threads:[~2025-01-10  8:23 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-07  9:31 [PATCH 0/2] xen: error handling and FreeBSD compatibility fixes Roger Pau Monne
2025-01-07  9:31 ` [PATCH 1/2] xen/console: fix error handling in xen_console_device_create() Roger Pau Monne
2025-01-09 10:13   ` Anthony PERARD
2025-01-09 16:06     ` Roger Pau Monné
2025-01-07  9:31 ` [PATCH 2/2] xen: do not use '%ms' scanf specifier Roger Pau Monne
2025-01-09 10:59   ` Anthony PERARD
2025-01-09 11:25     ` David Woodhouse
2025-01-09 16:55       ` Roger Pau Monné
2025-01-10  8:08         ` David Woodhouse
2025-01-10  8:16           ` Philippe Mathieu-Daudé
2025-01-10  8:21             ` David Woodhouse
2025-01-09 16:15     ` Roger Pau Monné

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.