On 08.02.24 01:52, Andrew Cooper wrote:
On 05/02/2024 10:49 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.
I was still expecting for "logging" to disappear from this.
In both cases it could just be deleted the sentences still work,
although the subject ought to gain a xen-9pfsd part.
Happy to fix on commit.
tools/Makefile | 1 +
tools/xen-9pfsd/.gitignore | 1 +
tools/xen-9pfsd/Makefile | 38 ++++++++++
tools/xen-9pfsd/xen-9pfsd.c | 147 ++++++++++++++++++++++++++++++++++++
Asking just in case... Do we really want the "xen-" in the directory?
tools/9pfsd is still perfectly descriptive, and more amenable to tab
completion given what else is in tools/
I'll change it.
Juergen