Re: [Qemu-devel] [PATCH, MIPS64] Fix Status_rw_bitmask values

2007-06-08 Thread Aurelien Jarno
Thiemo Seufer a écrit : > Aurelien Jarno wrote: >> Hi all, >> >> The patch below fixes the Status_rw_bitmask values for 64-bit CPUs: >> - Reverse endianess is currently not implemented, the RE bit should >> not be writable. > > OTOH, those CPUs support RE, that's why I left the bit writable. >

Re: [Qemu-devel] [PATCH, MIPS64] Fix Status_rw_bitmask values

2007-06-08 Thread Thiemo Seufer
Aurelien Jarno wrote: [snip] > >> - 64-bit is implemented, the PX bit should be writable. > > > > The current version is correct, R4000 and 5K don't implement PX, the > > 20Kc and later CPUs do. > > I don't know about R4000, but the 5K manual (from www.mips.com) clearly > says that this bit is im

[Qemu-devel] [PATCH] Fix TLS support on x86

2007-06-08 Thread Alexander Graf
Hi, this patch is based on the NPTL/TLS patch, David Woodhouse sent to the list some months ago, which unfortulately did not work for me, so these are the fixes needed to get it working. After all there is a certain chance, that I got something wrong but basically it does the following: 1. Implem

[Qemu-devel] [PATCH] qemu-user mmap strange behavior on multi-threaded applications

2007-06-08 Thread Alexander Graf
Hi, when using multi-threading, the page table gets modified (I did not find the place where that happened though). Because of this the internal mmap() calculation (a static counter) does not work reliably, because it tries to map regions, which are already mapped onto (at least when taking a look

Re: [Qemu-devel] Sparc32 network problems

2007-06-08 Thread Blue Swirl
On 6/8/07, Andreas Färber <[EMAIL PROTECTED]> wrote: > Blue Swirl wrote: >> On 6/6/07, Andreas Färber <[EMAIL PROTECTED]> wrote: >>> I also made some local changes to tcx.c today to avoid having a >>> blue- >>> footed penguin on Intel. There's a TODO in that file saying the RGB >>> functions sho

[Qemu-devel] qemu vl.h hw/dma.c hw/ds1225y.c hw/pckbd.c hw/p...

2007-06-08 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/06/08 16:45:24 Modified files: . : vl.h hw : dma.c ds1225y.c pckbd.c pflash_cfi02.c ppc405.h ppc405_boards.c ppc405_uc.c serial.c Log message:

Re: [Qemu-devel] Sparc32 network problems

2007-06-08 Thread Thiemo Seufer
Blue Swirl wrote: [snip] > >I haven't been able to test the new patch yet. > > > >Q's patch and my adaptation for tcx just reversed the order of the > >colors, just like BlueSwirl's patch except that they used #if > >__LITTLE_ENDIAN__ in place of #ifdef WORDS_BIGENDIAN, and this worked > >for both

Re: [Qemu-devel] Sparc32 network problems

2007-06-08 Thread Blue Swirl
On 6/8/07, Thiemo Seufer <[EMAIL PROTECTED]> wrote: Blue Swirl wrote: [snip] > >I haven't been able to test the new patch yet. > > > >Q's patch and my adaptation for tcx just reversed the order of the > >colors, just like BlueSwirl's patch except that they used #if > >__LITTLE_ENDIAN__ in place o

Re: [Qemu-devel] Sparc32 network problems

2007-06-08 Thread Andreas Färber
Q's patch and my adaptation for tcx just reversed the order of the colors, just like BlueSwirl's patch except that they used #if __LITTLE_ENDIAN__ in place of #ifdef WORDS_BIGENDIAN, and this worked for both i386 and sparc32 guests on i386 host (but is not applied for ppc host). http://www

[Qemu-devel] Emulation Slower with Kqemu

2007-06-08 Thread RW
I run Windows 98SE with qemu on a FreeBSD 6.2 i386 host. If I load the kqemu kernel module, the emulation runs significantly slower that without it. What am I doing wrong?