Re: [Qemu-devel] [PATCH] tests: Fix broken tcg test compilation

2016-09-01 Thread Eric Blake
On 09/01/2016 04:02 AM, Michal Privoznik wrote: > The first build error to be seen is that linux-test.c fails to > include cutils.h: > > linux-test.c:42:25: fatal error: qemu/cutils.h: No such file or directory > > This is because toplevel include/ dir is not put onto compiler's > command line. A

[Qemu-devel] [PATCH] tests: Fix broken tcg test compilation

2016-09-01 Thread Michal Privoznik
The first build error to be seen is that linux-test.c fails to include cutils.h: linux-test.c:42:25: fatal error: qemu/cutils.h: No such file or directory This is because toplevel include/ dir is not put onto compiler's command line. After that: qemu.git/include/qemu/cutils.h:171:1: error: unkno