Re: [Qemu-devel] [PATCH] prepend the include path of libvixl header files

2014-07-09 Thread Stefano Stabellini
On Tue, 8 Jul 2014, Peter Maydell wrote: On 7 July 2014 16:25, Stefano Stabellini stefano.stabell...@eu.citrix.com wrote: Currently the Makefile of disas/libvixl appends -I$(SRC_PATH)/disas/libvixl to QEMU_CFLAGS. As a consequence C++ files that #include utils.h, such as

Re: [Qemu-devel] [PATCH] prepend the include path of libvixl header files

2014-07-09 Thread Stefano Stabellini
On Tue, 8 Jul 2014, Stefano Stabellini wrote: On Tue, 8 Jul 2014, Peter Maydell wrote: On 8 July 2014 12:55, Stefano Stabellini stefano.stabell...@eu.citrix.com 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

Re: [Qemu-devel] [PATCH] prepend the include path of libvixl header files

2014-07-08 Thread Peter Maydell
On 7 July 2014 16:25, Stefano Stabellini stefano.stabell...@eu.citrix.com wrote: Currently the Makefile of disas/libvixl appends -I$(SRC_PATH)/disas/libvixl to QEMU_CFLAGS. As a consequence C++ files that #include utils.h, such as disas/libvixl/a64/instructions-a64.cc, are going to look for

Re: [Qemu-devel] [PATCH] prepend the include path of libvixl header files

2014-07-08 Thread Stefano Stabellini
On Tue, 8 Jul 2014, Peter Maydell wrote: On 8 July 2014 12:55, Stefano Stabellini stefano.stabell...@eu.citrix.com 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!

Re: [Qemu-devel] [PATCH] prepend the include path of libvixl header files

2014-07-08 Thread Peter Maydell
On 8 July 2014 12:55, Stefano Stabellini stefano.stabell...@eu.citrix.com 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. thanks -- PMM

[Qemu-devel] [PATCH] prepend the include path of libvixl header files

2014-07-07 Thread Stefano Stabellini
Currently the Makefile of disas/libvixl appends -I$(SRC_PATH)/disas/libvixl to QEMU_CFLAGS. As a consequence C++ files that #include utils.h, such as disas/libvixl/a64/instructions-a64.cc, are going to look for utils.h on all the other include paths first. When building QEMU as part of the Xen