mirror of https://gitee.com/openkylin/qemu.git
target/mips: Move TCG trace events to tcg/ sub directory
Commit a2b0a27d33
("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>
This commit is contained in:
parent
05d9d0359e
commit
34b8ff25db
|
@ -1882,7 +1882,7 @@ if have_system or have_user
|
||||||
'target/hppa',
|
'target/hppa',
|
||||||
'target/i386',
|
'target/i386',
|
||||||
'target/i386/kvm',
|
'target/i386/kvm',
|
||||||
'target/mips',
|
'target/mips/tcg',
|
||||||
'target/ppc',
|
'target/ppc',
|
||||||
'target/riscv',
|
'target/riscv',
|
||||||
'target/s390x',
|
'target/s390x',
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
#include "trace/trace-target_mips_tcg.h"
|
|
@ -31,7 +31,7 @@
|
||||||
#include "exec/helper-gen.h"
|
#include "exec/helper-gen.h"
|
||||||
#include "semihosting/semihost.h"
|
#include "semihosting/semihost.h"
|
||||||
|
|
||||||
#include "target/mips/trace.h"
|
#include "trace.h"
|
||||||
#include "trace-tcg.h"
|
#include "trace-tcg.h"
|
||||||
#include "exec/translator.h"
|
#include "exec/translator.h"
|
||||||
#include "exec/log.h"
|
#include "exec/log.h"
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
#include "trace/trace-target_mips.h"
|
|
Loading…
Reference in New Issue