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.
>
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
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
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
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
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:
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
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
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
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?
10 matches
Mail list logo