]> xenbits.xensource.com Git - mini-os.git/commit
Mini-OS: add 9pfs frontend
authorJuergen Gross <jgross@suse.com>
Mon, 13 Feb 2023 08:44:09 +0000 (09:44 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 20 Feb 2023 15:17:35 +0000 (15:17 +0000)
commit82ac70d7c35264028f19faa0c9207c48ede6bcb1
tree9ea59fb7a57aabdf53360d0a6eaaa818dce15ef0
parentcb9df0df37815851a2c25b3b60d14140397d88f1
Mini-OS: add 9pfs frontend

Add a frontend for the 9pfs PV device. For now add only the code needed
to connect to the backend and the related disconnect functionality. The
9pfs protocol support will be added later.

Due to its nature (ability to access files) the whole code is guarded
by "#ifdef HAVE_LIBC".

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
9pfront.c [new file with mode: 0644]
Config.mk
Makefile
arch/x86/testbuild/all-no
arch/x86/testbuild/all-yes
arch/x86/testbuild/newxen-yes
include/9pfront.h [new file with mode: 0644]