]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel: Move target-agnostic code from accel-target.c -> accel-common.c
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Sun, 23 Mar 2025 17:20:40 +0000 (18:20 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 25 Apr 2025 15:09:58 +0000 (17:09 +0200)
commit802c4daf331339085823f2fc81917967da4b4c12
treec05b68077d7d8a699bd8cac7d447b3a10c42a8e9
parent44246e717018b30ee40db45fe2dd34765df61c7f
accel: Move target-agnostic code from accel-target.c -> accel-common.c

Various methods of accel-target.c don't use any target-specific
knowledge at all and can be built once in the target-agnostic
accel-common.c file.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Message-Id: <20250417165430.58213-8-philmd@linaro.org>
accel/accel-common.c [new file with mode: 0644]
accel/accel-target.c
accel/meson.build