From 463b00682d8651e1c4140dc439703e9d258ffdee Mon Sep 17 00:00:00 2001 From: Philippe Mathieu-Daudé Date: Wed, 10 Jan 2024 10:00:53 +0100 Subject: accel: Rename accel_init_ops_interfaces() to include 'system' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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é Reviewed-by: Daniel Henrique Barboza Reviewed-by: Alistair Francis Message-ID: <20240111120221.35072-2-philmd@linaro.org> --- accel/accel-system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accel/accel-system.c') 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; -- cgit 1.4.1