From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60654) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqQm8-00084q-Cm for qemu-devel@nongnu.org; Thu, 26 Jan 2012 09:58:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RqQm2-0006ai-Kg for qemu-devel@nongnu.org; Thu, 26 Jan 2012 09:58:08 -0500 Received: from moutng.kundenserver.de ([212.227.126.187]:63277) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqQm2-0006ac-BP for qemu-devel@nongnu.org; Thu, 26 Jan 2012 09:58:02 -0500 Message-ID: <4F2169F8.1030307@rdsoftware.de> Date: Thu, 26 Jan 2012 15:58:00 +0100 From: Erik Rull MIME-Version: 1.0 References: <0NTI34-1SCBjI0PXD-00UWfd@icpu819.kundenserver.de> <20120125112808.GA30469@redhat.com> <4F206F02.2050100@rdsoftware.de> <20120126063805.GD30469@redhat.com> <4F212430.7090407@suse.de> <4F212BB3.30402@siemens.com> <4F212D34.5020004@suse.de> In-Reply-To: <4F212D34.5020004@suse.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] commit 67feec6ed854b3618b37ccf050b90192cbb96e0f breaks compilation of hw/pci.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Andreas_F=E4rber?= Cc: Jan Kiszka , qemu-devel@nongnu.org, Gleb Natapov Andreas F=E4rber wrote: > Am 26.01.2012 11:32, schrieb Jan Kiszka: >> On 2012-01-26 11:00, Andreas F=E4rber wrote: >>> Am 26.01.2012 07:38, schrieb Gleb Natapov: >>>> On Wed, Jan 25, 2012 at 10:07:14PM +0100, Erik Rull wrote: >>>>> Is it possible that you provide this patch? Or was it already >>>>> applied somewhere? >>>>> >>>> No patch needed. Just do "rm x86_64-softmmu/qmp-commands.h". >>> >>> Or for earlier versions "rm qmp-commands.h"; possibly also qapi-types= =2Eh >>> and a third one. >>> >>> When in doubt, use a clean checkup and a dedicated build dir. Then yo= u >>> can just rm -rf *&& ../qemu/configure&& make -jx for each bisect st= ep. >> >> make distclean also worked for me in those annoying cases. > > Usually yes. I recently had to submit > dcfa486817c12ea41165265cfaaa236d11968626 to make that work (again?) for= > those files. > > Andreas > make distclean fixes that from my side. I was not aware of this option, I= =20 thought that make clean would be sufficient. Thanks for pointing to that. Best regards, Erik