From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50210) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPaJM-0007lu-Cj for qemu-devel@nongnu.org; Tue, 09 Apr 2013 11:18:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPaJK-0001ZO-Ok for qemu-devel@nongnu.org; Tue, 09 Apr 2013 11:18:16 -0400 Received: from e23smtp03.au.ibm.com ([202.81.31.145]:44751) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPaJK-0001YR-68 for qemu-devel@nongnu.org; Tue, 09 Apr 2013 11:18:14 -0400 Received: from /spool/local by e23smtp03.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 10 Apr 2013 01:10:49 +1000 Received: from d23relay04.au.ibm.com (d23relay04.au.ibm.com [9.190.234.120]) by d23dlp03.au.ibm.com (Postfix) with ESMTP id 022973578051 for ; Wed, 10 Apr 2013 01:18:05 +1000 (EST) Received: from d23av03.au.ibm.com (d23av03.au.ibm.com [9.190.234.97]) by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r39F4H4J983456 for ; Wed, 10 Apr 2013 01:04:17 +1000 Received: from d23av03.au.ibm.com (loopback [127.0.0.1]) by d23av03.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r39FHY3m003975 for ; Wed, 10 Apr 2013 01:17:34 +1000 From: Anthony Liguori In-Reply-To: <51642759.8090102@redhat.com> References: <1365517615-21621-1-git-send-email-peter.maydell@linaro.org> <51642759.8090102@redhat.com> Date: Tue, 09 Apr 2013 10:17:30 -0500 Message-ID: <877gkb7myd.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PATCH] Fix location of some include files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , Peter Maydell , qemu-devel Paolo Bonzini writes: > Il 09/04/2013 16:26, Peter Maydell ha scritto: >> The recent rearrangement of include files had some minor errors: >> devices.h is not ARM specific and should not be in arm/ >> arm.h should be in arm/ >> >> Move these two headers to correct this. >> >> Signed-off-by: Peter Maydell >> --- >> Curiously, both include files are exactly the same length... > > Thanks, I had the same patch---sorry for not making it clear I was going > to do it. > > I'll submit the final piece later this week, it fixes up a few other > misplacements (not in hw/, and not all introduced by me) that mst > noticed. So do you want to roll up Peter's changes into your tree then or should I apply this now? Regards, Anthony Liguori > > Paolo