]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel: Implement accel_init_ops_interfaces() for both system/user mode
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Sun, 23 Mar 2025 17:17:15 +0000 (18:17 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 25 Apr 2025 15:09:58 +0000 (17:09 +0200)
commit64cbcf1d9782c340cf59868a1be97f0054c4ec44
tree239ea5f03860a0eeb3ac784389c09eeaefcfd8ea
parent2492008d0de0380ee910730dc10159a8e29b13a9
accel: Implement accel_init_ops_interfaces() for both system/user mode

We want to build more common code, moving objects from meson's
specific_ss[] set to common_ss[]. Since the CONFIG_USER_ONLY
definitions isn't applied on the common_ss[] set, it is simpler
to add an empty accel_init_ops_interfaces() stub on user emulation,
removing any CONFIG_USER_ONLY use in accel-target.c.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20250417165430.58213-5-philmd@linaro.org>
MAINTAINERS
accel/accel-internal.h [moved from accel/accel-system.h with 56% similarity]
accel/accel-system.c
accel/accel-target.c
accel/accel-user.c