diff options
author | Avi Kivity <avi@redhat.com> | 2011-09-27 17:26:23 +0300 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-11-01 16:52:08 -0500 |
commit | 2284451019a796eb2a37d70544e19d686de7f8c0 (patch) | |
tree | fed9234c5c05fa324053d3f6df0d7c2ab0b81cd2 | |
parent | 443916d1d9f1094a43d28c6b8cc60e3e7e27eb36 (diff) |
event_notifier: move to top-level directory
Has no business in hw/.
Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
-rw-r--r-- | event_notifier.c (renamed from hw/event_notifier.c) | 1 | ||||
-rw-r--r-- | event_notifier.h (renamed from hw/event_notifier.h) | 0 |
2 files changed, 0 insertions, 1 deletions
diff --git a/hw/event_notifier.c b/event_notifier.c index 13f3656460..2c735556a1 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 <sys/eventfd.h> diff --git a/hw/event_notifier.h b/event_notifier.h index 24117ea97b..24117ea97b 100644 --- a/hw/event_notifier.h +++ b/event_notifier.h |