TEMU 4.4.1
TEMU 4.4.1 was released on 2025-06-05.
TEMU 4.4.1 is a bug-fix release.
Bugs
The following bugs have been fixed:
-
GDB RSP
s
command was not implemented as it was not issued by tested GDB versions. Thes
command is now handled, enabling more GDB version and architecture combinations to work.
Enhancements
-
Added ability to validate dynamically generated code to assist with isolating end user application memory corruptions. Feature is enabled for generated code blocks by running:
cpu0.enable-cfm-crc
. This need to be done for all processors in the system. To check the CRCs, the memory system validation needs to be run:mem0.validate-cfm-crc
-
Added ability to validate static SPARC processor data (setup during processor initialization) to identify potential memory corruptions. This can be run using
cpu0.validate
(this feature will work without any explicit enabling). -
Added more logging to the snapshot mechanism, that can be used to find incorrectly snapshotted properties in user models. This snapshot debug mechanism can be enabled by setting the environment variable
TEMU_DEBUG_SNAPSHOTS=1
before launching TEMU.