Re: [Qemu-devel] [Consult] nfs-vsocks support

2018-04-16 Thread Roy, Arindam
Hi Jing, Busybox is a standalone statically linked bash env. You can download the source from here: https://busybox.net/downloads/ Or you can just download and copy it to your /usr/sbin : https://busybox.net/downloads/binaries/ The script is creating a runtime filesystem for your guest. Its linki

Re: [Qemu-devel] [Consult] nfs-vsocks support

2018-04-15 Thread Liu, Jing2
On 4/4/2018 5:45 PM, Stefan Hajnoczi wrote: On Wed, Mar 28, 2018 at 07:25:21PM +0800, Liu, Jing2 wrote: On 3/26/2018 6:12 PM, Liu, Jing2 wrote: Hi Stefan, Thank you very much for the response! It truly gave me much help. On 3/24/2018 12:02 AM, Stefan Hajnoczi wrote: [...] Could you give m

Re: [Qemu-devel] [Consult] nfs-vsocks support

2018-04-04 Thread Stefan Hajnoczi
On Wed, Mar 28, 2018 at 07:25:21PM +0800, Liu, Jing2 wrote: > On 3/26/2018 6:12 PM, Liu, Jing2 wrote: > > Hi Stefan, > > > > Thank you very much for the response! It truly gave me much help. > > > > On 3/24/2018 12:02 AM, Stefan Hajnoczi wrote: > [...] > > > > Could you give me some help and than

Re: [Qemu-devel] [Consult] nfs-vsocks support

2018-03-28 Thread Liu, Jing2
On 3/26/2018 6:12 PM, Liu, Jing2 wrote: Hi Stefan, Thank you very much for the response! It truly gave me much help. On 3/24/2018 12:02 AM, Stefan Hajnoczi wrote: [...] Could you give me some help and thanks in advance! Here is a script that launches nfsd and runs a guest: https://github.

Re: [Qemu-devel] [Consult] nfs-vsocks support

2018-03-26 Thread Liu, Jing2
Hi Stefan, Thank you very much for the response! It truly gave me much help. On 3/24/2018 12:02 AM, Stefan Hajnoczi wrote: On Fri, Mar 23, 2018 at 05:54:53PM +0800, Liu, Jing2 wrote: I am currently trying to use nfs-vsocks on x86 for vitural machine filesystem by some manuals on https://www.sp

Re: [Qemu-devel] [Consult] nfs-vsocks support

2018-03-23 Thread Stefan Hajnoczi
On Fri, Mar 23, 2018 at 05:54:53PM +0800, Liu, Jing2 wrote: > I am currently trying to use nfs-vsocks on x86 for vitural machine > filesystem by some manuals on > https://www.spinics.net/lists/linux-nfs/msg64563.html > and https://lwn.net/Articles/647516/ > > It tells the quickstart steps with the

[Qemu-devel] [Consult] nfs-vsocks support

2018-03-23 Thread Liu, Jing2
Hello, I am currently trying to use nfs-vsocks on x86 for vitural machine filesystem by some manuals on https://www.spinics.net/lists/linux-nfs/msg64563.html and https://lwn.net/Articles/647516/ It tells the quickstart steps with the following codes but I got some problems as listed. * Lin