[Qemu-devel] Qemu - samba share help

2010-05-05 Thread Arpit Patel
Hi All, I am trying to share files between host OS and guest OS, both are Ubuntu. Here is the command line that I am using to start guest OS *qemu -kernel kernelimage -initrd initrd.img /dev/zero -append "cmdline" -smb /tmp* * * After which I tried to *mount* /tmp on guest OS, using IP address of

[Qemu-devel] Qemu sharing files help

2010-04-13 Thread Arpit Patel
Hi, I have Ubuntu on my host system and I am using following command on it, to load kernel.. *qemu -kernel kernelimage -initrd initrd.img /dev/zero -append "cmdline" * Was wondering, how can I share/copy files from host Ubuntu system to the one with above command? Someone mentioned using sshfs,

Re: [Qemu-devel] Shared file help

2010-04-07 Thread Arpit Patel
#x27;t know how to add files into the kernel that I just build, so thought of sharing files, between real system and the virtual system that I booted using qemu. Thanks for help. On Wed, Apr 7, 2010 at 11:59 AM, Avi Kivity wrote: > On 04/07/2010 08:09 PM, Arpit Patel wrote: > >> Hi,

[Qemu-devel] Shared file help

2010-04-07 Thread Arpit Patel
Hi, Can anybody point me to good document, where I can share files between host system and Qemu system. i.e. I want to share files, between real system with Ubuntu running on it, and Qemu on same system with Ubuntu on it. Let me know if I didn't mentioned it clearly. Thanks, Arpit

Re: [Qemu-devel] Using Qemu

2010-04-01 Thread Arpit Patel
Tried that too. Same output. On Thu, Apr 1, 2010 at 8:41 PM, Mulyadi Santosa wrote: > Hi Arpit... > > On Thu, Apr 1, 2010 at 10:04, Arpit Patel wrote: > > Here is the command I issued > > > > "qemu -initrd initramfs.img -kernel vmlinux-2.6.24 /dev/zero -appen

Re: [Qemu-devel] Using Qemu

2010-03-31 Thread Arpit Patel
Here is the command I issued "*qemu -initrd initramfs.img -kernel vmlinux-2.6.24 /dev/zero -append "noapic rw root=/dev/ram*" Thanks for help. On Wed, Mar 31, 2010 at 7:26 PM, Mulyadi Santosa wrote: > On Thu, Apr 1, 2010 at 05:20, Arpit Patel wrote: > > Hi, > > &

[Qemu-devel] Using Qemu

2010-03-31 Thread Arpit Patel
Hi, I am trying to use Qemu, to boot kernel image I got, using the initramfs image that was build, when I build kernel But it only loads initramfs image, and gives me prompt with "(initramfs)_", and thus doesn't load kernel. Do you guys have any idea, what I am doing wrong. Thanks for your help