From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59889) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4yJ7-0006Dr-F5 for qemu-devel@nongnu.org; Wed, 09 Jul 2014 16:17:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X4yJ0-0003Ix-2U for qemu-devel@nongnu.org; Wed, 09 Jul 2014 16:17:37 -0400 Received: from smtp02.citrix.com ([66.165.176.63]:52927) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4yIz-0003HR-TN for qemu-devel@nongnu.org; Wed, 09 Jul 2014 16:17:29 -0400 Date: Wed, 9 Jul 2014 21:16:41 +0100 From: Stefano Stabellini In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Subject: Re: [Qemu-devel] [PATCH] prepend the include path of libvixl header files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefano Stabellini Cc: Peter Maydell , "xen-devel@lists.xensource.com Devel" , Ian Jackson , QEMU Developers , Ian Campbell On Tue, 8 Jul 2014, Stefano Stabellini wrote: > On Tue, 8 Jul 2014, Peter Maydell wrote: > > On 8 July 2014 12:55, Stefano Stabellini > > wrote: > > > Are you going to pick it up or do you want me to send a pull request? > > > > I'm going to put it in the target-arm pullreq I'm currently testing. > > Great, thanks! > Unfortunately I found another one of these issues: disas/arm-a64.o adds -Idisas/libvixl via arm-a64.o-cflags instead of QEMU_CFLAGS. I don't know how I missed it the first time. Probably I didn't properly clean the QEMU build directory. I'll send a separate patch for that. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Stabellini Subject: Re: [PATCH] prepend the include path of libvixl header files Date: Wed, 9 Jul 2014 21:16:41 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org To: Stefano Stabellini Cc: Peter Maydell , "xen-devel@lists.xensource.com Devel" , Ian Jackson , QEMU Developers , Ian Campbell List-Id: xen-devel@lists.xenproject.org On Tue, 8 Jul 2014, Stefano Stabellini wrote: > On Tue, 8 Jul 2014, Peter Maydell wrote: > > On 8 July 2014 12:55, Stefano Stabellini > > wrote: > > > Are you going to pick it up or do you want me to send a pull request? > > > > I'm going to put it in the target-arm pullreq I'm currently testing. > > Great, thanks! > Unfortunately I found another one of these issues: disas/arm-a64.o adds -Idisas/libvixl via arm-a64.o-cflags instead of QEMU_CFLAGS. I don't know how I missed it the first time. Probably I didn't properly clean the QEMU build directory. I'll send a separate patch for that.