summary refs log tree commit diff stats
path: root/accel/accel-target.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* accel: Rename accel_init_ops_interfaces() to include 'system'Philippe Mathieu-Daudé2024-01-191-1/+1
| | | | | | | | | | | accel_init_ops_interfaces() is system specific, so rename it as accel_system_init_ops_interfaces() to ease navigating the code. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-ID: <20240111120221.35072-2-philmd@linaro.org>
* accel: Rename accel_softmmu* -> accel_system*Philippe Mathieu-Daudé2023-10-071-1/+1
| | | | | | | | | | | | Rename accel.softmmu -> accel.system in file paths and the register_types() method. Rename sysemu_stubs_ss -> system_stubs_ss in meson following the pattern used on other source set names. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20231004090629.37473-7-philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* accel: Rename accel-common.c -> accel-target.cPhilippe Mathieu-Daudé2023-10-041-0/+176
We use the '-common.c' suffix for target agnostic units. This file is target specific, rename it using the '-target' suffix. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Anton Johansson <anjo@rev.ng> Message-Id: <20230914185718.76241-6-philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>