mbox series

[0/2] xen: error handling and FreeBSD compatibility fixes

Message ID 20250107093140.86180-1-roger.pau@citrix.com (mailing list archive)
Headers show
Series xen: error handling and FreeBSD compatibility fixes | expand

Message

Roger Pau Monné Jan. 7, 2025, 9:31 a.m. UTC
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(-)