]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/loongarch: Move header file helper.h to directory tcg
authorBibo Mao <maobibo@loongson.cn>
Wed, 23 Apr 2025 08:04:09 +0000 (16:04 +0800)
committerSong Gao <gaosong@loongson.cn>
Thu, 24 Apr 2025 01:58:18 +0000 (09:58 +0800)
commit4ac7eecb7439f6a978b44a0504a446c95f1bcc76
tree2b564671dd61106fa95a1250b84fa38e8ad7fc81
parent9d7a951e352e7b99b8d96826ac9fdd384412137a
target/loongarch: Move header file helper.h to directory tcg

Header file helper.h is specified for tcg mode, move this file to
directory tcg. And create new file helper.h to include header
file in tcg mode.

Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20250423080417.3739809-2-maobibo@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>
target/loongarch/helper.h
target/loongarch/tcg/helper.h [new file with mode: 0644]