Re: [Qemu-devel] patch for serial port support(linux host only)

2005-05-09 Thread Cai Qiang
Hi, On Monday 09 May 2005 07:04, Filip Navara wrote: > > Let me guess ... you're using GCC 3.4.x, right? To compile QEMU with > MinGW you need to use GCC 3.3.x, otherwise op.c will get overoptimized > and QEMU can't handle that... Oh, yes, I check and find my cross-tools i386-mingw32msvc is gcc

Re: [Qemu-devel] patch for serial port support(linux host only)

2005-05-09 Thread Filip Navara
Cai Qiang wrote: [snip] I has also worked on serial port support for windows host, but my build of qemu always crash, althrough I have tried different method: cross-compile using i386-mingw32msvc; mingw/msys. If anyone who has build qemu windows port can teach me about it, I will try to finish

[Qemu-devel] patch for serial port support(linux host only)

2005-05-08 Thread Cai Qiang
Hi, Here are patch for serial port support(partial; linux host only). You can invoke it by adding sth like "-serial /dev/ttyS0" in arguments to let qemu using host's serial port as its serial port. qemu will change host's serial port setting(baudrate, databits, stopbits, parity) when g