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