hw/xen: Add xs_node_read() helper function
authorDavid Woodhouse <dwmw@amazon.co.uk>
Fri, 10 Jan 2025 09:35:30 +0000 (10:35 +0100)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Wed, 15 Jan 2025 17:05:56 +0000 (17:05 +0000)
commite6cdeee95990a2c6f5d6873d3afb3c90518aed5c
treedb44b698144e1181efd198ae2c36ae728de8e6b2
parent7433709a147706ad7d1956b15669279933d0f82b
hw/xen: Add xs_node_read() helper function

This returns the full contents of the node, having created the node path
from the printf-style format string provided in its arguments.

This will save various callers from having to do so for themselves (and
from using xs_node_scanf() with the non-portable %ms format string.

Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
[remove double newline and constify trace parameters]
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Anthony PERARD <anthony.perard@vates.tech>
hw/xen/trace-events
hw/xen/xen-bus-helper.c
include/hw/xen/xen-bus-helper.h