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

Juergen Gross posted 5 patches 5 months, 1 week ago
Failed in applying to current master (apply log)
9pfront.c        | 13 ++++++++-----
events.c         | 33 +++++++++++++++++++++++++++++++++
include/lib.h    |  3 +++
include/xenbus.h |  2 ++
shutdown.c       | 12 ++++--------
xenbus.c         |  2 +-
6 files changed, 51 insertions(+), 14 deletions(-)
[PATCH v3 0/5] Mini-OS: preparations for 9pfs in xenstore-stubdom
Posted by Juergen Gross 5 months, 1 week ago
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

Changes in V3:
- rename function to get own domid (patch 2)

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         | 33 +++++++++++++++++++++++++++++++++
 include/lib.h    |  3 +++
 include/xenbus.h |  2 ++
 shutdown.c       | 12 ++++--------
 xenbus.c         |  2 +-
 6 files changed, 51 insertions(+), 14 deletions(-)

-- 
2.35.3
Re: [PATCH v3 0/5] Mini-OS: preparations for 9pfs in xenstore-stubdom
Posted by Andrew Cooper 5 months, 1 week ago
On 21/11/2023 9:49 am, Juergen Gross wrote:
> 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
>
> Changes in V3:
> - rename function to get own domid (patch 2)
>
> 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

Committed.

I guess you want to patch xen.git to use minios master now?

~Andrew