From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KR8lN-0001mP-Dk for qemu-devel@nongnu.org; Thu, 07 Aug 2008 12:54:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KR8lM-0001kl-Ci for qemu-devel@nongnu.org; Thu, 07 Aug 2008 12:54:56 -0400 Received: from [199.232.76.173] (port=33242 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KR8lL-0001kR-RQ for qemu-devel@nongnu.org; Thu, 07 Aug 2008 12:54:55 -0400 Received: from smtp.eu.citrix.com ([62.200.22.115]:44063) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KR8lL-0003MM-Fq for qemu-devel@nongnu.org; Thu, 07 Aug 2008 12:54:55 -0400 Date: Thu, 7 Aug 2008 17:54:54 +0100 From: Samuel Thibault Subject: Re: [Xen-devel] Re: [Qemu-devel] [PATCH 0/7] merge some xen bits into qemu Message-ID: <20080807165454.GS6604@implementation.uk.xensource.com> References: <20080806140132.GL4448@implementation.uk.xensource.com> <4899B06F.2090101@redhat.com> <20080806142526.GN4448@implementation.uk.xensource.com> <20080806221047.GE4486@implementation> <489AA532.7040006@redhat.com> <20080807105352.GC6604@implementation.uk.xensource.com> <489AE6E2.2040500@redhat.com> <20080807125402.GF6604@implementation.uk.xensource.com> <489B2023.8030101@redhat.com> <20080807164843.GR6604@implementation.uk.xensource.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20080807164843.GR6604@implementation.uk.xensource.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , Markus Armbruster , Anthony Liguori , qemu-devel@nongnu.org, xen-devel@lists.xensource.com, Ian Jackson Samuel Thibault, le Thu 07 Aug 2008 17:48:43 +0100, a écrit : > > OBJS += exec-dm.o > > These aren't really xen-specific, that's why they don't have a xen or > xen_ prefix. Except this one of course since it's the way it's supposed to be called. Samuel