From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPZen-0001xB-Op for qemu-devel@nongnu.org; Tue, 09 Apr 2013 10:36:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPZei-0001qR-T9 for qemu-devel@nongnu.org; Tue, 09 Apr 2013 10:36:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38827) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPZei-0001qK-M9 for qemu-devel@nongnu.org; Tue, 09 Apr 2013 10:36:16 -0400 Message-ID: <51642759.8090102@redhat.com> Date: Tue, 09 Apr 2013 16:36:09 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1365517615-21621-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1365517615-21621-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Fix location of some include files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel , Anthony Liguori 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. Paolo