1 #include "qemu/osdep.h"
2 #include "qemu/main-loop.h"
3 
qemu_notify_event(void)4 void qemu_notify_event(void)
5 {
6 }
7