From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LpPui-0003kA-Or for qemu-devel@nongnu.org; Thu, 02 Apr 2009 12:37:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LpPud-0003jl-VQ for qemu-devel@nongnu.org; Thu, 02 Apr 2009 12:37:12 -0400 Received: from [199.232.76.173] (port=39474 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LpPud-0003ji-O7 for qemu-devel@nongnu.org; Thu, 02 Apr 2009 12:37:07 -0400 Received: from mail-fx0-f169.google.com ([209.85.220.169]:44290) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LpPuc-0004Vt-VW for qemu-devel@nongnu.org; Thu, 02 Apr 2009 12:37:07 -0400 Received: by fxm17 with SMTP id 17so551945fxm.34 for ; Thu, 02 Apr 2009 09:37:06 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1238621982-18333-2-git-send-email-kraxel@redhat.com> References: <1238621982-18333-1-git-send-email-kraxel@redhat.com> <1238621982-18333-2-git-send-email-kraxel@redhat.com> Date: Thu, 2 Apr 2009 19:37:05 +0300 Message-ID: Subject: Re: [Qemu-devel] [PATCH 01/10] xen: groundwork for xen support From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: xen-devel@lists.xensource.com, Gerd Hoffmann On 4/2/09, Gerd Hoffmann wrote: > - configure script and build system changes. > - wind up new machine type. > - add -xen-* command line options. > > Signed-off-by: Gerd Hoffmann > + $(XEN_OBJS) : CFLAGS += -Wall -Wmissing-prototypes -Wstrict-prototypes This should not be necessary, we already use all these flags. > +/* > + * Local variables: > + * indent-tabs-mode: nil > + * c-indent-level: 4 > + * c-basic-offset: 4 > + * tab-width: 4 > + * End: > + */ Please remove.