Re: [PATCH v3 4/4] accel/tcg: Move perf and debuginfo support to tcg

2023-12-11 Thread Richard Henderson
On 12/7/23 16:35, Ilya Leoshkevich wrote: --- a/accel/tcg/translate-all.c +++ b/accel/tcg/translate-all.c @@ -63,7 +63,7 @@ #include "tb-context.h" #include "internal-common.h" #include "internal-target.h" -#include "perf.h" +#include "tcg/perf.h" #include "tcg/insn-start-words.h" Becau

[PATCH v3 4/4] accel/tcg: Move perf and debuginfo support to tcg

2023-12-07 Thread Ilya Leoshkevich
tcg/ should not depend on accel/tcg/, but perf and debuginfo support provided by the latter are being used by tcg/tcg.c. Since that's the only user, move both to tcg/. Suggested-by: Philippe Mathieu-Daudé Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Ilya Leoshkevich --- accel/tcg/meson.