Re: [Qemu-devel] Problem with the -serial option of qemu

2007-07-11 Thread Jan Marten Simons
The MoonSeeker schrieb: On my ubuntu I have qemu 0.9.0 And on my Gentoo I have 0.8.1. Now I don't know howto install qemu 0.9.0 on my gentoo with GCC4 and a 2.6.20 kernel. If I install GCC3, I have to change my kernel. Any idea to avoid this? And use GCC4 with qemu 9.0.x? Finally, I don't

Re: [Qemu-devel] Problem with the -serial option of qemu

2007-07-06 Thread The MoonSeeker
On my ubuntu I have qemu 0.9.0 And on my Gentoo I have 0.8.1. Now I don't know howto install qemu 0.9.0 on my gentoo with GCC4 and a 2.6.20 kernel. If I install GCC3, I have to change my kernel. Any idea to avoid this? And use GCC4 with qemu 9.0.x? Finally, I don't have anything on the port

[Qemu-devel] Problem with the -serial option of qemu

2007-07-05 Thread The MoonSeeker
Hi everyone, I'm on gentoo 2.6.20-gentoo-r8 and I'm trying to send the serial port of my linux guest to a tcp server. To do that, i use this command : qemu -hda linux.img -serial tcp::4000,server,nowait And I get this error : qemu: could not open serial device 'tcp::4000,server,nowait' I

Re: [Qemu-devel] Problem with the -serial option of qemu

2007-07-05 Thread Jason Wessel
The MoonSeeker wrote: Hi everyone, I'm on gentoo 2.6.20-gentoo-r8 and I'm trying to send the serial port of my linux guest to a tcp server. To do that, i use this command : qemu -hda linux.img -serial tcp::4000,server,nowait And I get this error : qemu: could not open serial device