From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37909) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R8YcT-0001z1-EM for qemu-devel@nongnu.org; Tue, 27 Sep 2011 10:26:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R8YcL-0001qs-PO for qemu-devel@nongnu.org; Tue, 27 Sep 2011 10:26:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1990) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R8YcL-0001qn-H8 for qemu-devel@nongnu.org; Tue, 27 Sep 2011 10:26:41 -0400 From: Avi Kivity Date: Tue, 27 Sep 2011 17:26:23 +0300 Message-Id: <1317133583-25212-1-git-send-email-avi@redhat.com> Subject: [Qemu-devel] [PATCH] event_notifier: move to top-level directory List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori , qemu-devel@nongnu.org Has no business in hw/. Signed-off-by: Avi Kivity --- hw/event_notifier.c => event_notifier.c | 1 - hw/event_notifier.h => event_notifier.h | 0 2 files changed, 0 insertions(+), 1 deletions(-) rename hw/event_notifier.c => event_notifier.c (98%) rename hw/event_notifier.h => event_notifier.h (100%) 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 13f3656..2c73555 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 -- 1.7.6.3