Re: [PATCH v2 02/29] tools: add a new xen logging daemon

2023-11-13 Thread Juergen Gross
On 13.11.23 18:36, Jason Andryuk wrote: On Fri, Nov 10, 2023 at 11:08 AM Juergen Gross wrote: Add "xen-9pfsd", a new logging daemon meant to support infrastructure domains (e.g. xenstore-stubdom) to access files in dom0. For now only add the code needed for starting the daemon and registering

Re: [PATCH v2 02/29] tools: add a new xen logging daemon

2023-11-13 Thread Jason Andryuk
On Fri, Nov 10, 2023 at 11:08 AM Juergen Gross wrote: > > Add "xen-9pfsd", a new logging daemon meant to support infrastructure > domains (e.g. xenstore-stubdom) to access files in dom0. > > For now only add the code needed for starting the daemon and > registering it with Xenstore via a new "libx

Re: [PATCH v2 02/29] tools: add a new xen logging daemon

2023-11-10 Thread Juergen Gross
On 10.11.23 17:13, Andrew Cooper wrote: Subject wants a log->9pfsd adjustment too On 10/11/2023 4:07 pm, Juergen Gross wrote: diff --git a/tools/xen-9pfsd/xen-9pfsd.c b/tools/xen-9pfsd/xen-9pfsd.c new file mode 100644 index 00..c365b35fe5 --- /dev/null +++ b/tools/xen-9pfsd/xen-9pfsd.c

Re: [PATCH v2 02/29] tools: add a new xen logging daemon

2023-11-10 Thread Andrew Cooper
Subject wants a log->9pfsd adjustment too On 10/11/2023 4:07 pm, Juergen Gross wrote: > diff --git a/tools/xen-9pfsd/xen-9pfsd.c b/tools/xen-9pfsd/xen-9pfsd.c > new file mode 100644 > index 00..c365b35fe5 > --- /dev/null > +++ b/tools/xen-9pfsd/xen-9pfsd.c > @@ -0,0 +1,145 @@ > +/* SPDX-Li

[PATCH v2 02/29] tools: add a new xen logging daemon

2023-11-10 Thread Juergen Gross
Add "xen-9pfsd", a new logging daemon meant to support infrastructure domains (e.g. xenstore-stubdom) to access files in dom0. For now only add the code needed for starting the daemon and registering it with Xenstore via a new "libxl/xen-9pfs/state" node by writing the "running" state to it. Sign