87c9b5e047 ^
3bc2f570ec ^
1de7afc984 ^
f4d248bdc3 ^
0bc12c4f7e ^
1
2
3
4
5 6 7 8
9 10 11
#include "qemu/osdep.h" #include "qemu-common.h" #include "qemu/main-loop.h" void qemu_set_fd_handler(int fd, IOHandler *fd_read, IOHandler *fd_write, void *opaque) { abort(); }