diff options
author | Yang Zhong | 2017-06-02 08:06:44 +0200 |
---|---|---|
committer | Paolo Bonzini | 2017-06-15 11:04:06 +0200 |
commit | d9bb58e51068dfc48746c6af0179926c8dc05bce (patch) | |
tree | bd0c3683d7acdf7b2f67ac38b7d7571dbd103694 /trace-events | |
parent | accel: split the tcg accelerator from accel.c file (diff) | |
download | qemu-d9bb58e51068dfc48746c6af0179926c8dc05bce.tar.gz qemu-d9bb58e51068dfc48746c6af0179926c8dc05bce.tar.xz qemu-d9bb58e51068dfc48746c6af0179926c8dc05bce.zip |
tcg: move tcg related files into accel/tcg/ subdirectory
move cputlb.c, cpu-exec-common.c and cpu-exec.c related tcg exec
file into accel/tcg/ subdirectory.
Signed-off-by: Yang Zhong <yang.zhong@intel.com>
Message-Id: <1496383606-18060-3-git-send-email-yang.zhong@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'trace-events')
-rw-r--r-- | trace-events | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/trace-events b/trace-events index fd83087e39..279aedee1f 100644 --- a/trace-events +++ b/trace-events @@ -69,11 +69,6 @@ kvm_irqchip_update_msi_route(int virq) "Updating MSI route virq=%d" kvm_irqchip_release_virq(int virq) "virq %d" # TCG related tracing (mostly disabled by default) -# cpu-exec.c -disable exec_tb(void *tb, uintptr_t pc) "tb:%p pc=0x%"PRIxPTR -disable exec_tb_nocache(void *tb, uintptr_t pc) "tb:%p pc=0x%"PRIxPTR -disable exec_tb_exit(void *last_tb, unsigned int flags) "tb:%p flags=%x" - # translate-all.c translate_block(void *tb, uintptr_t pc, uint8_t *tb_code) "tb:%p, pc:0x%"PRIxPTR", tb_code:%p" |