From e044c0f8dd028ea296396ad8066ba436e9acf350 Mon Sep 17 00:00:00 2001 From: Michael S. Tsirkin Date: Wed, 24 Jan 2018 19:11:47 +0200 Subject: 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 Cc: Sitong Liu Cc: Xiaoling Gao Suggested-by: Greg Kurz Suggested-by: Paolo Bonzini Reported-by: Jose Ricardo Ziviani Reported-by: Daniel Henrique Barboza --- include/qemu/event_notifier.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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 *); -- cgit v1.2.3-55-g7522