]> git.proxmox.com Git - qemu.git/commit
iSCSI: We dont need to explicitely call qemu_notify_event() any more
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 30 Aug 2012 23:56:36 +0000 (16:56 -0700)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Fri, 12 Oct 2012 02:44:19 +0000 (21:44 -0500)
commit60088e5b8332fc523919a137231824e222730636
treeb9b919b04a2be81620f7dcfa0a59e63abc78f7ec
parentae06193d73534719cd3631ca06f1420d40e2d5fc
iSCSI: We dont need to explicitely call qemu_notify_event() any more

We no longer need to explicitely call qemu_notify_event() any more
since this is now done automatically any time the filehandles we listen
to change.

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
(cherry picked from commit 40a13ca8d28c21062e35b10d9b80e76b92405bdf)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
block/iscsi.c