[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [BUG] QEMU crash during cpu reset (MIPS regression)
From: |
Paul Brook |
Subject: |
Re: [Qemu-devel] [BUG] QEMU crash during cpu reset (MIPS regression) |
Date: |
Fri, 4 May 2007 21:27:20 +0100 |
User-agent: |
KMail/1.9.6 |
> We can either re-arrange the entries in CPUMIPSState
> (move those which must not be zero'ed to the end), or
> cpu_reset must call cpu_mips_register.
>
> Which solution is better?
ARM uses the latter solution.
IMHO it's better to do that than try and extend the hacks were some fields are
left untouched by a reset.
Paul