| Submitter | Paolo Bonzini |
|---|---|
| Date | Sept. 21, 2012, 2:52 p.m. |
| Message ID | <1348239169-25040-3-git-send-email-pbonzini@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/185760/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/block/iscsi.c b/block/iscsi.c index ea16609..fb001b9 100644 --- a/block/iscsi.c +++ b/block/iscsi.c @@ -167,12 +167,6 @@ iscsi_set_events(IscsiLun *iscsilun) } - /* If we just added an event, the callback might be delayed - * unless we call qemu_notify_event(). - */ - if (ev & ~iscsilun->events) { - qemu_notify_event(); - } iscsilun->events = ev; }