TEMU 4.6.7
TEMU 4.6.7 was released on 2026-02-26.
TEMU 4.6.7 is a bugfix release.
Bugs
The following bugs have been fixed:
-
GDB server was having problems with multi-board systems as it treated each CPU as a separate thread. This has been addressed with a mask parameter to the
GdbServer.newcommand. Processors are indexed by their global ID. To ensure only CPU 0 is controlled by the server setmask=1, while control over CPU 2 and 3 would be defined bymask=0b1100. -
e500 MMU state was not exposed to snapshotting.