]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: move tcg backend files into accel/tcg/
authorYang Zhong <yang.zhong@intel.com>
Fri, 2 Jun 2017 06:06:45 +0000 (14:06 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 15 Jun 2017 09:04:06 +0000 (11:04 +0200)
commit244f144134d0dd182f1af8654e7f9a79fe770368
tree4d67a5fcf277ad4923855d4bc1c97825503892fc
parentd9bb58e51068dfc48746c6af0179926c8dc05bce
tcg: move tcg backend files into accel/tcg/

move tcg-runtime.c, translate-all.(ch) and translate-common.c into
accel/tcg/ subdirectory and updated related trace-events file.

Signed-off-by: Yang Zhong <yang.zhong@intel.com>
Message-Id: <1496383606-18060-4-git-send-email-yang.zhong@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
15 files changed:
Makefile.target
accel/tcg/Makefile.objs
accel/tcg/trace-events
accel/tcg/translate-all.c [new file with mode: 0644]
accel/tcg/translate-all.h [new file with mode: 0644]
accel/tcg/translate-common.c [new file with mode: 0644]
configure
tcg-runtime.c [deleted file]
tcg/tcg-runtime.c [new file with mode: 0644]
tcg/tci.c [new file with mode: 0644]
tci.c [deleted file]
trace-events
translate-all.c [deleted file]
translate-all.h [deleted file]
translate-common.c [deleted file]