From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LppXR-0005Qw-7r for qemu-devel@nongnu.org; Fri, 03 Apr 2009 15:58:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LppXM-0005PY-LI for qemu-devel@nongnu.org; Fri, 03 Apr 2009 15:58:52 -0400 Received: from [199.232.76.173] (port=39411 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LppXM-0005PR-E5 for qemu-devel@nongnu.org; Fri, 03 Apr 2009 15:58:48 -0400 Received: from mx2.redhat.com ([66.187.237.31]:59047) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LppXL-0007d1-Rn for qemu-devel@nongnu.org; Fri, 03 Apr 2009 15:58:48 -0400 Message-ID: <49D66A70.8010402@redhat.com> Date: Fri, 03 Apr 2009 21:58:40 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 01/10] xen: groundwork for xen support References: <1238621982-18333-1-git-send-email-kraxel@redhat.com> <1238621982-18333-2-git-send-email-kraxel@redhat.com> In-Reply-To: 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: Blue Swirl Cc: xen-devel@lists.xensource.com, qemu-devel@nongnu.org Blue Swirl wrote: > 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. Great, will drop this. > >> +/* >> + * Local variables: >> + * indent-tabs-mode: nil >> + * c-indent-level: 4 >> + * c-basic-offset: 4 >> + * tab-width: 4 >> + * End: >> + */ > > Please remove. Yep. cheers, Gerd