]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Move hflags code into the tcg directory
authorFabiano Rosas <farosas@suse.de>
Fri, 17 Feb 2023 20:11:33 +0000 (17:11 -0300)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 27 Feb 2023 13:27:04 +0000 (13:27 +0000)
commit671efad16a242b3fb5fb5111e9981d56887f7755
tree79cdb858746cb7a12baa5af45561e9230b386ce1
parent2b77ad4de615542dd8f6b9886a816e744b0abffd
target/arm: Move hflags code into the tcg directory

The hflags are used only for TCG code, so introduce a new file
hflags.c to keep that code.

Signed-off-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.c
target/arm/internals.h
target/arm/tcg-stubs.c
target/arm/tcg/hflags.c [new file with mode: 0644]
target/arm/tcg/meson.build