Re: [PATCH v3 03/33] tools: add a new xen logging daemon

2024-01-05 Thread Andrew Cooper
Subject s/logging/9pfs/ On 04/01/2024 9:00 am, 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..22cfff0c4e > --- /dev/null > +++ b/tools/xen-9pfsd/xen-9pfsd.c > @@ -0,0 +1,145 @@ > +/* SPDX-License-Identifier:

[PATCH v3 03/33] tools: add a new xen logging daemon

2024-01-04 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.