summary refs log tree commit diff stats
path: root/accel/accel-system.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2024-01-10 10:00:53 +0100
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2024-01-19 12:28:59 +0100
commit463b00682d8651e1c4140dc439703e9d258ffdee (patch)
treeb12cf20a63d3d791c2eaa9fcf9c4ecb2ebb0a4e6 /accel/accel-system.c
parent0f9237f4e23e6fce6ccad4df23f6263c2f160e65 (diff)
downloadfocaccia-qemu-463b00682d8651e1c4140dc439703e9d258ffdee.tar.gz
focaccia-qemu-463b00682d8651e1c4140dc439703e9d258ffdee.zip
accel: Rename accel_init_ops_interfaces() to include 'system'
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>
Diffstat (limited to 'accel/accel-system.c')
-rw-r--r--accel/accel-system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/accel/accel-system.c b/accel/accel-system.c
index fa8f43757c..f6c947dd82 100644
--- a/accel/accel-system.c
+++ b/accel/accel-system.c
@@ -62,7 +62,7 @@ void accel_setup_post(MachineState *ms)
 }
 
 /* initialize the arch-independent accel operation interfaces */
-void accel_init_ops_interfaces(AccelClass *ac)
+void accel_system_init_ops_interfaces(AccelClass *ac)
 {
     const char *ac_name;
     char *ops_name;