[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] xen: error handling and FreeBSD compatibility fixes
From: |
Roger Pau Monne |
Subject: |
[PATCH 0/2] xen: error handling and FreeBSD compatibility fixes |
Date: |
Tue, 7 Jan 2025 10:31:38 +0100 |
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
- [PATCH 0/2] xen: error handling and FreeBSD compatibility fixes,
Roger Pau Monne <=
- [PATCH 1/2] xen/console: fix error handling in xen_console_device_create(), Roger Pau Monne, 2025/01/07
- [PATCH 2/2] xen: do not use '%ms' scanf specifier, Roger Pau Monne, 2025/01/07
- Re: [PATCH 2/2] xen: do not use '%ms' scanf specifier, Anthony PERARD, 2025/01/09
- Re: [PATCH 2/2] xen: do not use '%ms' scanf specifier, David Woodhouse, 2025/01/09
- Re: [PATCH 2/2] xen: do not use '%ms' scanf specifier, Roger Pau Monné, 2025/01/09
- Re: [PATCH 2/2] xen: do not use '%ms' scanf specifier, David Woodhouse, 2025/01/10
- Re: [PATCH 2/2] xen: do not use '%ms' scanf specifier, Philippe Mathieu-Daudé, 2025/01/10
- Re: [PATCH 2/2] xen: do not use '%ms' scanf specifier, David Woodhouse, 2025/01/10