Hello, First patch from David introduces a new helper to fetch xenstore nodes, while second patch removes the usage of scanf related functions with the "%ms" format specifier, as it's not supported by the FreeBSD scanf libc implementation.
Thanks, Roger. David Woodhouse (1): hw/xen: Add xs_node_read() helper function Roger Pau Monné (1): xen: do not use '%ms' scanf specifier hw/block/xen-block.c | 3 ++- hw/char/xen_console.c | 14 ++++++++------ hw/xen/trace-events | 1 + hw/xen/xen-bus-helper.c | 22 ++++++++++++++++++++++ hw/xen/xen-bus.c | 14 ++++++++++++-- include/hw/xen/xen-bus-helper.h | 4 ++++ include/hw/xen/xen-bus.h | 1 + 7 files changed, 50 insertions(+), 9 deletions(-) -- 2.46.0