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

2024-01-24 Thread Philippe Mathieu-Daudé
On 25/1/24 04:04, Ilya Leoshkevich wrote: On Thu, 2024-01-25 at 07:11 +1000, Richard Henderson wrote: On 1/24/24 17:56, Philippe Mathieu-Daudé wrote: From: 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.

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

2024-01-24 Thread Ilya Leoshkevich
On Thu, 2024-01-25 at 07:11 +1000, Richard Henderson wrote: > On 1/24/24 17:56, Philippe Mathieu-Daudé wrote: > > From: 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 o

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

2024-01-24 Thread Richard Henderson
On 1/24/24 17:56, Philippe Mathieu-Daudé wrote: From: 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: Phi

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

2024-01-23 Thread Philippe Mathieu-Daudé
From: 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 Leoshkevi