i386: move TCG accel files into tcg/
commit1b248f147ea692c1a3d0ff18245a1b02df8b1502
authorClaudio Fontana <cfontana@suse.de>
Sat, 12 Dec 2020 15:55:12 +0000 (12 16:55 +0100)
committerEduardo Habkost <ehabkost@redhat.com>
Wed, 16 Dec 2020 19:06:53 +0000 (16 14:06 -0500)
tree131a82ed4fd33d708132ea66ea8b0f292e04934b
parentdbe59a199118653241d95896fc724a50580d7e38
i386: move TCG accel files into tcg/

Signed-off-by: Claudio Fontana <cfontana@suse.de>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
[claudio: moved cc_helper_template.h to tcg/ too]

Signed-off-by: Claudio Fontana <cfontana@suse.de>
Message-Id: <20201212155530.23098-6-cfontana@suse.de>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
16 files changed:
target/i386/meson.build
target/i386/tcg/bpt_helper.c [moved from target/i386/bpt_helper.c with 100% similarity]
target/i386/tcg/cc_helper.c [moved from target/i386/cc_helper.c with 100% similarity]
target/i386/tcg/cc_helper_template.h [moved from target/i386/cc_helper_template.h with 100% similarity]
target/i386/tcg/excp_helper.c [moved from target/i386/excp_helper.c with 100% similarity]
target/i386/tcg/fpu_helper.c [moved from target/i386/fpu_helper.c with 100% similarity]
target/i386/tcg/int_helper.c [moved from target/i386/int_helper.c with 100% similarity]
target/i386/tcg/mem_helper.c [moved from target/i386/mem_helper.c with 100% similarity]
target/i386/tcg/meson.build [new file with mode: 0644]
target/i386/tcg/misc_helper.c [moved from target/i386/misc_helper.c with 100% similarity]
target/i386/tcg/mpx_helper.c [moved from target/i386/mpx_helper.c with 100% similarity]
target/i386/tcg/seg_helper.c [moved from target/i386/seg_helper.c with 100% similarity]
target/i386/tcg/smm_helper.c [moved from target/i386/smm_helper.c with 100% similarity]
target/i386/tcg/svm_helper.c [moved from target/i386/svm_helper.c with 100% similarity]
target/i386/tcg/tcg-stub.c [moved from target/i386/tcg-stub.c with 100% similarity]
target/i386/tcg/translate.c [moved from target/i386/translate.c with 100% similarity]