From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NxkxV-00039a-S8 for qemu-devel@nongnu.org; Fri, 02 Apr 2010 13:47:05 -0400 Received: from [140.186.70.92] (port=34205 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NxkxU-00033A-3W for qemu-devel@nongnu.org; Fri, 02 Apr 2010 13:47:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NxkxS-0005b5-Po for qemu-devel@nongnu.org; Fri, 02 Apr 2010 13:47:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4551) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NxkxS-0005az-FW for qemu-devel@nongnu.org; Fri, 02 Apr 2010 13:47:02 -0400 Message-ID: <4BB62D92.7040707@redhat.com> Date: Fri, 02 Apr 2010 19:46:58 +0200 From: Paolo Bonzini MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] provide opaque CPUState to files that are compiled once References: <1270219540-30027-1-git-send-email-pbonzini@redhat.com> <4BB60BB9.2050301@codemonkey.ws> <4BB610A7.8010006@redhat.com> <4BB61A21.20008@codemonkey.ws> <4BB61E96.90906@redhat.com> <4BB62B2D.2020403@codemonkey.ws> In-Reply-To: <4BB62B2D.2020403@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org On 04/02/2010 07:36 PM, Anthony Liguori wrote: > On 04/02/2010 11:43 AM, Paolo Bonzini wrote: >> On 04/02/2010 06:24 PM, Anthony Liguori wrote: >>> >>> I'd rather things be compiled per-target than adding a bunch of crud >>> everywhere. >> >> Well, this patch in particular removes more lines than it adds. :-P >> >> Anyway---me too, given how hairy it's coming out. Maybe (or without >> maybe) this work should have been done on a branch. > > What files need to be compiled per-target to fix qemu-kvm? With this patch, pci.o/i8254.o/acpi.o. Without, also pcspk.o and acpi.o then I stopped. Paolo