]> xenbits.xensource.com Git - mini-os.git/commit
Mini-OS: xenbus: add support for reading node from directory
authorJuergen Gross <jgross@suse.com>
Mon, 13 Feb 2023 08:44:06 +0000 (09:44 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 20 Feb 2023 15:17:35 +0000 (15:17 +0000)
commit17a0d062c23026f4768c51c793c1ab35f501ad78
tree7d137a4136660b6dec9cb828aaae49307969cd53
parent5ff9d4afa5fbed083f8e6c10a5f29b62423e7db8
Mini-OS: xenbus: add support for reading node from directory

Especially PV device drivers often need to read multiple Xenstore
nodes from a common directory. Add support for reading a string or an
unsigned value by specifying the directory and the node.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
include/xenbus.h
xenbus.c