On 1/4/23 13:58, Fabiano Rosas wrote:
This struct has no dependencies on TCG code and it is being used in
target/arm/ptw.c to simplify the passing around of page table walk
results. Those routines can be reached by KVM code via the gdbstub
breakpoint code, so take the structure out of CONFIG_TCG to make it
visible when building with --disable-tcg.

Signed-off-by: Fabiano Rosas<faro...@suse.de>
---
This is the least painful way I could figure out of doing this. Let me
know if there's a better way.
---
  include/exec/cpu-defs.h | 6 ++++++
  1 file changed, 6 insertions(+)

I take it back.

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>


r~

Reply via email to