]> code.ossystems Code Review - openembedded-core.git/commit
unfs3: Add a NFSv3 user mode server for use with runqemu
authorJason Wessel <jason.wessel@windriver.com>
Thu, 23 Jan 2014 14:32:41 +0000 (08:32 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Jan 2014 00:48:27 +0000 (00:48 +0000)
commit24183f5ec9c71db936e75060387941463d30d962
tree56d0f61785a94fdb66be124d67bf74b19b74e4a5
parent56490921d267b784118df43cbd107925c8b94200
unfs3: Add a NFSv3 user mode server for use with runqemu

The user mode nfs server allows the use of runqemu without any root
privileges and may even be accelerated with kvm.

Example:

runqemu-extract-sdk tmp-eglibc/deploy/images/qemux86-64/core-image-minimal-qemux86-64.tar.bz2 rootfs

runqemu qemux86-64 `pwd`/rootfs nographic slirp kvm

[YOCTO #5639]

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/files/common-licenses/unfs3 [new file with mode: 0644]
meta/recipes-devtools/unfs3/unfs3/alternate_rpc_ports.patch [new file with mode: 0644]
meta/recipes-devtools/unfs3/unfs3/fix_compile_warning.patch [new file with mode: 0644]
meta/recipes-devtools/unfs3/unfs3/fix_pid_race_parent_writes_child_pid.patch [new file with mode: 0644]
meta/recipes-devtools/unfs3/unfs3/fix_warnings.patch [new file with mode: 0644]
meta/recipes-devtools/unfs3/unfs3/relative_max_socket_path_len.patch [new file with mode: 0644]
meta/recipes-devtools/unfs3/unfs3/rename_fh_cache.patch [new file with mode: 0644]
meta/recipes-devtools/unfs3/unfs3/tcp_no_delay.patch [new file with mode: 0644]
meta/recipes-devtools/unfs3/unfs3/unfs3_parallel_build.patch [new file with mode: 0644]
meta/recipes-devtools/unfs3/unfs3_0.9.22.r490.bb [new file with mode: 0644]