| Submitter | Alexey Kardashevskiy |
|---|---|
| Date | July 26, 2012, 4:30 a.m. |
| Message ID | <1343277057-20838-1-git-send-email-aik@ozlabs.ru> |
| Download | mbox | patch |
| Permalink | /patch/173328/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/iohandler.c b/iohandler.c index 3c74de6..dea4355 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; }