Re: [Qemu-devel] [PATCH] qemu/hw mips_malta.c mips_pica61.c mips_r4k.c

2007-05-03 Thread Stefan Weil
This workaround fixes the problems with QEMU and Linux FPU emulation (at least in my tests): Index: target-mips/helper.c === RCS file: /sources/qemu/qemu/target-mips/helper.c,v retrieving revision 1.34 diff -u -b -B -r1.34 helper.c --

Re: [Qemu-devel][PATCH] qemu/hw mips_malta.c

2007-02-21 Thread Thiemo Seufer
Stefan Weil wrote: > With your change, both serial ports are connected to > the same virtual console which results in a funny > but unwanted behaviour. > > My patch fixes this. Thanks. I expanded it slightly ... > The patch also modifies the BIOS check. It is now > possible to load a BIOS with l

Re: [Qemu-devel][PATCH] qemu/hw mips_malta.c

2007-02-21 Thread Stefan Weil
With your change, both serial ports are connected to the same virtual console which results in a funny but unwanted behaviour. My patch fixes this. The patch also modifies the BIOS check. It is now possible to load a BIOS with less than 4 MiB. What about my patch for EEPROM 24C01 / 24C02 emulati