Re: [Qemu-devel] access the files on the Vm

2011-09-22 Thread Zhi Yong Wu
On Thu, Sep 22, 2011 at 5:43 PM, Stefan Hajnoczi wrote: > On Thu, Sep 22, 2011 at 10:20 AM, bala suru wrote: >> Hi, >> Actually I need to pass some binary files to the VM after it boots up . >> since VM is a very low foot print it doesnt support nfs . >> >> Is there a simple way to pass the file

Re: [Qemu-devel] access the files on the Vm

2011-09-22 Thread Stefan Hajnoczi
On Thu, Sep 22, 2011 at 10:20 AM, bala suru wrote: > Hi, > Actually I need to pass some binary files to the VM after it boots up . > since VM is a very low foot print it doesnt support nfs . > > Is there a simple way to pass the file when VM is booting ..? Please keep qemu-devel@nongnu.org CCed s

Re: [Qemu-devel] access the files on the Vm

2011-09-22 Thread Stefan Hajnoczi
On Thu, Sep 22, 2011 at 7:32 AM, bala suru wrote: > I need to share some file from the host OS to guest OS ..? > > when ever Vm boots up it looks for the file in some directory , If I do some > modification to the file host OS the guest (VM) also should can access that > ..? > > how to make this .

Re: [Qemu-devel] access the files on the Vm

2011-09-21 Thread bala suru
Hi, I need to share some file from the host OS to guest OS ..? when ever Vm boots up it looks for the file in some directory , If I do some modification to the file host OS the guest (VM) also should can access that ..? how to make this ..? regards Bala On Tue, Sep 13, 2011 at 11:57 AM, bala su