summaryrefslogtreecommitdiff
path: root/main-loop.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2012-09-24 15:07:08 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2012-10-30 09:30:53 +0100
commit82cbbdc6a0958b49c77639a60906e30d02e6bb7b (patch)
tree5ba513939adc2e6db1bd60753d6df2fb64b5a0f9 /main-loop.h
parent7ed2b24ce17f8fb7e36e4e8d113f2a30cbea142f (diff)
downloadqemu-82cbbdc6a0958b49c77639a60906e30d02e6bb7b.tar.gz
main-loop: use GSource to poll AIO file descriptors
This lets us remove the hooks for the main loop in async.c. Reviewed-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'main-loop.h')
-rw-r--r--main-loop.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/main-loop.h b/main-loop.h
index 1d1a56b858..326c74269c 100644
--- a/main-loop.h
+++ b/main-loop.h
@@ -302,6 +302,5 @@ void qemu_iohandler_poll(fd_set *readfds, fd_set *writefds, fd_set *xfds, int rc
QEMUBH *qemu_bh_new(QEMUBHFunc *cb, void *opaque);
void qemu_bh_schedule_idle(QEMUBH *bh);
-int qemu_bh_poll(void);
#endif