]> Git Repo - qemu.git/blobdiff - iohandler.c
exec.c: Use correct AddressSpace in watch_mem_read and watch_mem_write
[qemu.git] / iohandler.c
index 55f85015241d517871bd4d2422a24aecec43484e..eb680835597532279de2e2d7e1464d699b6fafee 100644 (file)
@@ -55,7 +55,8 @@ void qemu_set_fd_handler(int fd,
                          void *opaque)
 {
     iohandler_init();
-    aio_set_fd_handler(iohandler_ctx, fd, fd_read, fd_write, opaque);
+    aio_set_fd_handler(iohandler_ctx, fd, false,
+                       fd_read, fd_write, opaque);
 }
 
 /* reaping of zombies.  right now we're not passing the status to
This page took 0.02079 seconds and 4 git commands to generate.