]> git.proxmox.com Git - mirror_qemu.git/blobdiff - stubs/set-fd-handler.c
i386: Update new x86_apicid parsing rules with die_offset support
[mirror_qemu.git] / stubs / set-fd-handler.c
index acbe65c1da7f94e0802467467acf11d0b6d975f4..bff7e0a45a6562d41d6d5c57ef89cec0b028a80c 100644 (file)
@@ -1,5 +1,4 @@
 #include "qemu/osdep.h"
-#include "qemu-common.h"
 #include "qemu/main-loop.h"
 
 void qemu_set_fd_handler(int fd,
@@ -9,14 +8,3 @@ void qemu_set_fd_handler(int fd,
 {
     abort();
 }
-
-void aio_set_fd_handler(AioContext *ctx,
-                        int fd,
-                        bool is_external,
-                        IOHandler *io_read,
-                        IOHandler *io_write,
-                        AioPollFn *io_poll,
-                        void *opaque)
-{
-    abort();
-}