]> git.proxmox.com Git - mirror_qemu.git/blobdiff - accel/tcg/user-exec-stub.c
edk2: update submodule to edk2-stable202302
[mirror_qemu.git] / accel / tcg / user-exec-stub.c
index a32b4496afbd9cd6aae81c3afe809d5bca0c730c..874e1f1a20e67a37ec8c7144d443b4e9c097b21f 100644 (file)
@@ -1,8 +1,6 @@
 #include "qemu/osdep.h"
-#include "qemu-common.h"
-#include "qom/cpu.h"
-#include "sysemu/replay.h"
-#include "sysemu/sysemu.h"
+#include "hw/core/cpu.h"
+#include "exec/replay-core.h"
 
 bool enable_cpu_pm = false;
 
@@ -10,6 +8,10 @@ void cpu_resume(CPUState *cpu)
 {
 }
 
+void cpu_remove_sync(CPUState *cpu)
+{
+}
+
 void qemu_init_vcpu(CPUState *cpu)
 {
 }