target/i386: Move x86_cpu_exec_interrupt() under sysemu/ folder
commit0792e6c88d4af085f7b6adf5d573f018939becef
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 11 Sep 2021 16:54:21 +0000 (11 18:54 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 14 Sep 2021 19:00:21 +0000 (14 12:00 -0700)
tree3f78cecb0eda309db8c7e7934a7277c7fa8f5419
parent604664726f400ca3857a28d7169542596dd83dd0
target/i386: Move x86_cpu_exec_interrupt() under sysemu/ folder

Following the logic of commit 30493a030ff ("i386: split seg_helper
into user-only and sysemu parts"), move x86_cpu_exec_interrupt()
under sysemu/seg_helper.c.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-By: Warner Losh <imp@bsdimp.com>
Message-Id: <20210911165434.531552-12-f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/i386/tcg/seg_helper.c
target/i386/tcg/sysemu/seg_helper.c