]> git.proxmox.com Git - mirror_qemu.git/commit - meson.build
target/mips: Move TCG trace events to tcg/ sub directory
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 30 May 2021 07:02:16 +0000 (09:02 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 24 Jun 2021 14:48:07 +0000 (16:48 +0200)
commit34b8ff25db3eff9c8c02371ac976b16389d0fcb7
treea8b019be97aeeff8ff05be4c2fb136cce517bf33
parent05d9d0359e6da7dc8255712d745d079a04fa5ae5
target/mips: Move TCG trace events to tcg/ sub directory

Commit a2b0a27d33e ("target/mips: Move TCG source files under
tcg/ sub directory") forgot to move the trace-event file.
As it only contains TCG events, move it for consistency.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210617174323.2900831-4-f4bug@amsat.org>
meson.build
target/mips/tcg/trace-events [new file with mode: 0644]
target/mips/tcg/trace.h [new file with mode: 0644]
target/mips/tcg/translate.c
target/mips/trace-events [deleted file]
target/mips/trace.h [deleted file]