| Submitter | Michael Roth |
|---|---|
| Date | Jan. 14, 2013, 7:55 p.m. |
| Message ID | <1358193312-15960-4-git-send-email-mdroth@linux.vnet.ibm.com> |
| Download | mbox | patch |
| Permalink | /patch/211879/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/qga/main.c b/qga/main.c index bd70ead..e8a9a9e 100644 --- a/qga/main.c +++ b/qga/main.c @@ -618,6 +618,7 @@ static gboolean channel_event_cb(GIOCondition condition, gpointer data) if (!s->virtio) { return false; } + /* fall through */ case G_IO_STATUS_AGAIN: /* virtio causes us to spin here when no process is attached to * host-side chardev. sleep a bit to mitigate this