From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NxFVK-0004XY-I5 for qemu-devel@nongnu.org; Thu, 01 Apr 2010 04:11:54 -0400 Received: from [140.186.70.92] (port=42002 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NxFVF-0004Qb-SJ for qemu-devel@nongnu.org; Thu, 01 Apr 2010 04:11:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NxFVD-0005z7-Dd for qemu-devel@nongnu.org; Thu, 01 Apr 2010 04:11:49 -0400 Received: from mail-ew0-f227.google.com ([209.85.219.227]:60649) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NxFVD-0005yr-96 for qemu-devel@nongnu.org; Thu, 01 Apr 2010 04:11:47 -0400 Received: by ewy27 with SMTP id 27so266492ewy.10 for ; Thu, 01 Apr 2010 01:11:45 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4BB4553D.3030201@redhat.com> Date: Thu, 01 Apr 2010 10:11:41 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1270047363-12627-1-git-send-email-pbonzini@redhat.com> <1270049157-29784-2-git-send-email-pbonzini@redhat.com> In-Reply-To: <1270049157-29784-2-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 5/3] compile balloon.c once List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 03/31/2010 05:25 PM, Paolo Bonzini wrote: > balloon.c contained some code from monitor.c, so it was compiled > once per target. Fix this. This patch is wrong just like Blue Swirl's vl.c patch. The other 4 are fine though. Paolo