CTSRD-CHERI / qemu

QEMU with support for CHERI
Other
52 stars 28 forks source link

Log changes to most Arm32 registers #253

Closed arichardson closed 3 months ago

arichardson commented 3 months ago

This does not include a full audit of all writes (helpers that directly modify registers are not included), but at least handles the common case where store_reg() is called.

bsdjhb commented 3 months ago

Is this for testing compat 32 support or the like?