]> git.proxmox.com Git - mirror_qemu.git/blobdiff - accel/accel-target.c
include/exec: Move cpu_*()/cpu_env() to common header
[mirror_qemu.git] / accel / accel-target.c
index 11d74b4ad711aa867ed72a8cd49c21337291cf40..08626c00c2d4c7b33ef0786dd8b401e751ff916b 100644 (file)
@@ -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 = {
@@ -104,7 +104,7 @@ static void accel_init_cpu_interfaces(AccelClass *ac)
 void accel_init_interfaces(AccelClass *ac)
 {
 #ifndef CONFIG_USER_ONLY
-    accel_init_ops_interfaces(ac);
+    accel_system_init_ops_interfaces(ac);
 #endif /* !CONFIG_USER_ONLY */
 
     accel_init_cpu_interfaces(ac);