Re: [PATCH v2 11/29] tools/xenlogd: add 9pfs create request support

2023-11-28 Thread Jason Andryuk
On Fri, Nov 10, 2023 at 12:14 PM Juergen Gross wrote: > > Add the create request of the 9pfs protocol. > > Signed-off-by: Juergen Gross Reviewed-by: Jason Andryuk

[PATCH v2 11/29] tools/xenlogd: add 9pfs create request support

2023-11-10 Thread Juergen Gross
Add the create request of the 9pfs protocol. Signed-off-by: Juergen Gross --- V2: - set permissions correctly (Jason Andryuk) --- tools/xen-9pfsd/io.c | 159 +++ 1 file changed, 159 insertions(+) diff --git a/tools/xen-9pfsd/io.c b/tools/xen-9pfsd/io.c in