Re: [Qemu-devel] Dummy question for setting up a serial connection between host and guest

2015-03-13 Thread Markus Armbruster
Christopher Covington writes: > Hi Alex, > > On 03/10/2015 09:12 PM, Alex Sun wrote: >> I downloaded QEMU 2.2.0, and built a qemu-system-arm from there. >> I loaded a versatile kernel 2.6.32.5 and my own file system. >> >> #qemu-system-arm -pidfile /tmp/qemu_0_pids/0.pid -M versatilepb -option-r

Re: [Qemu-devel] Dummy question for setting up a serial connection between host and guest

2015-03-12 Thread Alex Sun
Thank you Chris! Your suggestion is really working!!! Awesome!!! I find in this way if I input "^C" in stdio I'm gonna kill the qemu process. But I think it's fine to me ;-). Did you managed to make serial communication between host (which holds QEMU client) and guest (QEMU client)? I tried to us

Re: [Qemu-devel] Dummy question for setting up a serial connection between host and guest

2015-03-12 Thread Christopher Covington
Hi Alex, On 03/10/2015 09:12 PM, Alex Sun wrote: > I downloaded QEMU 2.2.0, and built a qemu-system-arm from there. > I loaded a versatile kernel 2.6.32.5 and my own file system. > > #qemu-system-arm -pidfile /tmp/qemu_0_pids/0.pid -M versatilepb -option-rom > efi-rtl8139.rom -initrd newinitrd -k

[Qemu-devel] Dummy question for setting up a serial connection between host and guest

2015-03-11 Thread Alex Sun
I downloaded QEMU 2.2.0, and built a qemu-system-arm from there. I loaded a versatile kernel 2.6.32.5 and my own file system. #qemu-system-arm -pidfile /tmp/qemu_0_pids/0.pid -M versatilepb -option-rom efi-rtl8139.rom -initrd newinitrd -kernel vmlinuz-2.6.32-5-versatile -append "root=/dev/sda1 con