| Submitter | David Gibson |
|---|---|
| Date | Aug. 22, 2012, 3:01 a.m. |
| Message ID | <1345604494-24778-1-git-send-email-david@gibson.dropbear.id.au> |
| Download | mbox | patch |
| Permalink | /patch/179223/ |
| 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; }