From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59133) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLMfZ-0007sr-5f for qemu-devel@nongnu.org; Tue, 01 Nov 2011 18:18:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLMfY-0008SN-AC for qemu-devel@nongnu.org; Tue, 01 Nov 2011 18:18:57 -0400 Received: from mail-yw0-f45.google.com ([209.85.213.45]:48452) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLMfY-0008SI-7p for qemu-devel@nongnu.org; Tue, 01 Nov 2011 18:18:56 -0400 Received: by ywb3 with SMTP id 3so9303505ywb.4 for ; Tue, 01 Nov 2011 15:18:56 -0700 (PDT) Message-ID: <4EB0704C.5000602@codemonkey.ws> Date: Tue, 01 Nov 2011 17:18:52 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1317133583-25212-1-git-send-email-avi@redhat.com> In-Reply-To: <1317133583-25212-1-git-send-email-avi@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] event_notifier: move to top-level directory List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: qemu-devel@nongnu.org On 09/27/2011 09:26 AM, Avi Kivity wrote: > Has no business in hw/. > > Signed-off-by: Avi Kivity Applied. Thanks. Regards, Anthony Liguori > --- > 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