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/hw/block
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>
6 days ago
..
dataplane include: Rename sysemu/ -> system/ 1 month ago
Kconfig hw/block: Remove ecc 3 months ago
block.c include: Rename sysemu/ -> system/ 1 month ago
cdrom.c Include qemu-common.h exactly where needed 6 years ago
fdc-internal.h hw/block/fdc-sysbus: Move iomem from FDCtrl to FDCtrlSysBus 11 months ago
fdc-isa.c Accel & Exec patch queue 1 month ago
fdc-sysbus.c include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST 1 month ago
fdc.c Accel & Exec patch queue 1 month ago
hd-geometry.c include: Rename sysemu/ -> system/ 1 month ago
m25p80.c Accel & Exec patch queue 1 month ago
m25p80_sfdp.c hw/block/m25p80: Add SFDP table for w25q80bl flash 3 months ago
m25p80_sfdp.h hw/block/m25p80: Add SFDP table for w25q80bl flash 3 months ago
meson.build hw/block: Remove ecc 3 months ago
nand.c Accel & Exec patch queue 1 month ago
pflash_cfi01.c Accel & Exec patch queue 1 month ago
pflash_cfi02.c Accel & Exec patch queue 1 month ago
swim.c Accel & Exec patch queue 1 month ago
trace-events hw/pflash: implement update buffer for block writes 1 year ago
trace.h trace: switch position of headers to what Meson requires 4 years ago
vhost-user-blk.c Accel & Exec patch queue 1 month ago
virtio-blk-common.c virtio-blk: add zoned storage emulation for zoned devices 2 years ago
virtio-blk.c hw/block/virtio-blk: Replaces request free function with g_free 3 weeks ago
xen-block.c xen: do not use '%ms' scanf specifier 6 days ago
xen_blkif.h xen: Import other xen/io/*.h 6 years ago