]> git.proxmox.com Git - qemu.git/blobdiff - iohandler.c
mips-linux-user: Always support rdhwr.
[qemu.git] / iohandler.c
index 3c74de612b2c647b47b081f57d959e896da08e85..dea43552d2a37fd4d52cd58a8332694aeaf98d9f 100644 (file)
@@ -77,6 +77,7 @@ int qemu_set_fd_handler2(int fd,
         ioh->fd_write = fd_write;
         ioh->opaque = opaque;
         ioh->deleted = 0;
+        qemu_notify_event();
     }
     return 0;
 }