From: Avi Kivity Date: Tue, 27 Sep 2011 14:26:23 +0000 (+0300) Subject: event_notifier: move to top-level directory X-Git-Tag: v1.0-rc0~3^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2284451019a796eb2a37d70544e19d686de7f8c0;p=thirdparty%2Fqemu.git event_notifier: move to top-level directory Has no business in hw/. Signed-off-by: Avi Kivity Signed-off-by: Anthony Liguori --- diff --git a/hw/event_notifier.c b/event_notifier.c similarity index 98% rename from hw/event_notifier.c rename to event_notifier.c index 13f36564600..2c735556a15 100644 --- a/hw/event_notifier.c +++ b/event_notifier.c @@ -10,7 +10,6 @@ * the COPYING file in the top-level directory. */ -#include "hw.h" #include "event_notifier.h" #ifdef CONFIG_EVENTFD #include diff --git a/hw/event_notifier.h b/event_notifier.h similarity index 100% rename from hw/event_notifier.h rename to event_notifier.h