summaryrefslogtreecommitdiff
path: root/include/qemu
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2018-01-24 19:11:47 +0200
committerMichael S. Tsirkin <mst@redhat.com>2018-01-24 19:20:19 +0200
commite044c0f8dd028ea296396ad8066ba436e9acf350 (patch)
treeae3dd5b9ce48276ff36f871777d77f55a3b57a35 /include/qemu
parent1ef8185a0613dd2ed24f8d401f14da047d678589 (diff)
downloadqemu-e044c0f8dd028ea296396ad8066ba436e9acf350.tar.gz
Revert "qemu: add a cleanup callback function to EventNotifier"
This reverts commit f87d72f5c5bff0837d409a56bd34f439a90119ca as that is part of a patchset reported to break cleanup and migration. Cc: Gal Hammer <ghammer@redhat.com> Cc: Sitong Liu <siliu@redhat.com> Cc: Xiaoling Gao <xiagao@redhat.com> Suggested-by: Greg Kurz <groug@kaod.org> Suggested-by: Paolo Bonzini <pbonzini@redhat.com> Reported-by: Jose Ricardo Ziviani <joserz@linux.vnet.ibm.com> Reported-by: Daniel Henrique Barboza <danielhb@linux.vnet.ibm.com>
Diffstat (limited to 'include/qemu')
-rw-r--r--include/qemu/event_notifier.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/qemu/event_notifier.h b/include/qemu/event_notifier.h
index b30a45474f..599c99f1a5 100644
--- a/include/qemu/event_notifier.h
+++ b/include/qemu/event_notifier.h
@@ -26,7 +26,6 @@ struct EventNotifier {
int rfd;
int wfd;
#endif
- void (*cleanup)(EventNotifier *);
};
typedef void EventNotifierHandler(EventNotifier *);