]> Git Repo - qemu.git/blobdiff - stubs/cpu-get-icount.c
slirp: Propagate host TCP RST packet to the guest after socket disconnected
[qemu.git] / stubs / cpu-get-icount.c
index d68585965fd7ff390068090951925fa39b65c8ed..0b7239d72148160ff9c117ba859180eb907ca4c6 100644 (file)
@@ -1,5 +1,8 @@
+#include "qemu/osdep.h"
 #include "qemu-common.h"
 #include "qemu/timer.h"
+#include "sysemu/cpus.h"
+#include "qemu/main-loop.h"
 
 int use_icount;
 
@@ -7,3 +10,8 @@ int64_t cpu_get_icount(void)
 {
     abort();
 }
+
+void qemu_timer_notify_cb(void *opaque, QEMUClockType type)
+{
+    qemu_notify_event();
+}
This page took 0.019732 seconds and 4 git commands to generate.