You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/include/hw/xen
Roger Pau Monne 7a0b74d871 xen: do not use '%ms' scanf specifier
The 'm' parameter used to request auto-allocation of the destination variable
is not supported on FreeBSD, and as such leads to failures to parse.

What's more, the current usage of '%ms' with xs_node_scanf() is pointless, as
it just leads to a double allocation of the same string.  Instead use
xs_node_read() to read the whole xenstore node.

Fixes: a783f8ad4e ('xen: add a mechanism to automatically create XenDevice-s...')
Fixes: 9b77374690 ('hw/xen: update Xen console to XenDevice model')
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Reviewed-by: Anthony PERARD <anthony.perard@vates.tech>
7 days ago
..
interface
arch_hvm.h
start_info.h
xen-backend.h
xen-block.h
xen-bus-helper.h
xen-bus.h xen: do not use '%ms' scanf specifier 7 days ago
xen-hvm-common.h
xen-legacy-backend.h
xen-pvh-common.h
xen-x86.h
xen.h
xen_backend_ops.h
xen_igd.h
xen_native.h
xen_pvdev.h