From 0017c64e1ce298796caee2d38bde9d7fc59a1510 Mon Sep 17 00:00:00 2001 From: Philippe Mathieu-Daudé Date: Wed, 4 Oct 2023 11:06:21 +0200 Subject: accel: Rename accel_softmmu* -> accel_system* MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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é Message-ID: <20231004090629.37473-7-philmd@linaro.org> Signed-off-by: Paolo Bonzini --- accel/accel-target.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accel/accel-target.c') diff --git a/accel/accel-target.c b/accel/accel-target.c index 11d74b4ad7..7e3cbde5df 100644 --- a/accel/accel-target.c +++ b/accel/accel-target.c @@ -30,7 +30,7 @@ #include "hw/core/accel-cpu.h" #ifndef CONFIG_USER_ONLY -#include "accel-softmmu.h" +#include "accel-system.h" #endif /* !CONFIG_USER_ONLY */ static const TypeInfo accel_type = { -- cgit 1.4.1