diff options
Diffstat (limited to 'iohandler.c')
-rw-r--r-- | iohandler.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iohandler.c b/iohandler.c index 3c74de612b..dea43552d2 100644 --- a/iohandler.c +++ b/iohandler.c @@ -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; } |