Re: [RFC PATCH 27/27] target/arm: don't access TCG code when debugging with KVM

2023-01-04 Thread Richard Henderson
On 1/4/23 13:58, Fabiano Rosas wrote: When TCG is disabled this part of the code should not be reachable, so wrap it with an ifdef for now. This allows us to start using CONFIG_TCG=n (--disable-tcg in the configure line). Signed-off-by: Fabiano Rosas --- As I understand it, only a small part of

[RFC PATCH 27/27] target/arm: don't access TCG code when debugging with KVM

2023-01-04 Thread Fabiano Rosas
When TCG is disabled this part of the code should not be reachable, so wrap it with an ifdef for now. This allows us to start using CONFIG_TCG=n (--disable-tcg in the configure line). Signed-off-by: Fabiano Rosas --- As I understand it, only a small part of the ptw routines should be necessary f