On Wed, 4 Mar 2026, Eric Auger wrote:
We want to remove AArch32 DBGDTRTX which was erroneously exposed. This was attempted by 655659a74a36b ("target/arm: Correct encoding of Debug Communications Channel registers") but it was discovered that the removal of this debug register broke forward migration on TCG. Now we have the cpreg migration tolerance infrastructure, we can declare one for the DBGDTRTX. This allow to revert the reinstate patch.Signed-off-by: Eric Auger <[email protected]>
Reviewed-by: Sebastian Ott <[email protected]>
