Mention missing CPU save/restore.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4381 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
b5e817eac1
commit
bec19c0932
|
@ -29,6 +29,7 @@ General
|
||||||
To cope with these differences, Qemu currently flushes the TLB at
|
To cope with these differences, Qemu currently flushes the TLB at
|
||||||
each ASID change. Using the MMU modes to implement ASIDs hinges on
|
each ASID change. Using the MMU modes to implement ASIDs hinges on
|
||||||
implementing the global bit efficiently.
|
implementing the global bit efficiently.
|
||||||
|
- save/restore of the CPU state is not implemented (see machine.c).
|
||||||
|
|
||||||
MIPS64
|
MIPS64
|
||||||
------
|
------
|
||||||
|
|
Loading…
Reference in New Issue