[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH, MIPS64] Implement per CPU SEGBITS value
From: |
Thiemo Seufer |
Subject: |
Re: [Qemu-devel] [PATCH, MIPS64] Implement per CPU SEGBITS value |
Date: |
Sat, 23 Jun 2007 09:41:11 +0100 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
Aurelien Jarno wrote:
> Hi!
>
> The current MIPS64 implementation assumes SEGBITS = 40 for all CPU. This
> is correct for most CPU, but wrong for example for the 5K one, which has
> SEGBITS = 42.
>
> This patch modifies the current code to use SEGBITS instead of an
> hardcoded value. Instead of recomputing the corresponding mask each time
> the value is computed in translate_init and stored in env.
Looks good, except that it breaks for me mips64el-softmmu...
It hangs at the startup of userland.
Thiemo