mbox series

[v2,0/5] Mini-OS: preparations for 9pfs in xenstore-stubdom

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

Message

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

Changes in V2:
- added patches 2 and 5

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

 9pfront.c        | 13 ++++++++-----
 events.c         | 32 ++++++++++++++++++++++++++++++++
 include/events.h |  2 ++
 include/xenbus.h |  2 ++
 shutdown.c       | 12 ++++--------
 xenbus.c         |  2 +-
 6 files changed, 49 insertions(+), 14 deletions(-)