mbox series

[0/3] Mini-OS: preparations for 9pfs in xenstore-stubdom

Message ID 20231101090024.28934-1-jgross@suse.com (mailing list archive)
Headers show
Series Mini-OS: preparations for 9pfs in xenstore-stubdom | expand

Message

Jürgen Groß Nov. 1, 2023, 9 a.m. UTC
This small patch series is doing some preparations for being able to
use 9pfs in Xenstore-stubdom.

Juergen Gross (3):
  Mini-OS: make xenstore_buf externally visible
  Mini-OS: don't crash if no shutdown node is available
  Mini-OS: fix 9pfs stat receive format

 9pfront.c        |  9 +++++----
 include/xenbus.h |  2 ++
 shutdown.c       | 12 ++++--------
 xenbus.c         |  2 +-
 4 files changed, 12 insertions(+), 13 deletions(-)