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

2024-01-27 Thread Richard Henderson
On 1/25/24 15:46, Philippe Mathieu-Daudé wrote: Since v5: - Use v4 instead of v3... - Rebased on commit 53e8868d69 ("meson: remove OS definitions from config_targetos") Ilya Leoshkevich (4): accel/tcg: Make use of qemu_target_page_mask() in perf.c tcg: Make tb_cflags() usable from targe

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

2024-01-26 Thread Richard Henderson
On 1/25/24 15:46, Philippe Mathieu-Daudé wrote: Since v5: - Use v4 instead of v3... - Rebased on commit 53e8868d69 ("meson: remove OS definitions from config_targetos") Ilya Leoshkevich (4): accel/tcg: Make use of qemu_target_page_mask() in perf.c tcg: Make tb_cflags() usable from targe

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

2024-01-24 Thread Philippe Mathieu-Daudé
Since v5: - Use v4 instead of v3... - Rebased on commit 53e8868d69 ("meson: remove OS definitions from config_targetos") Ilya Leoshkevich (4): accel/tcg: Make use of qemu_target_page_mask() in perf.c tcg: Make tb_cflags() usable from target-agnostic code accel/tcg: Remove #ifdef TARGET_I38