Re: [Xen-devel] [PATCH] tests: fix CPUID detection tests compilation failure

2016-06-13 Thread Jiri Denemark
On Mon, Jun 13, 2016 at 10:11:41 +0100, Wei Liu wrote: > In 3704b9003 ("tests: Add CPU detection tests"), a macro called > DO_TEST_CPUID_JSON is added. But it took only two arguments when QEMU > or YAJL is not set. > > Fix it by adding a third argument. Shouldn't have any effect because > that mac

[Xen-devel] [PATCH] tests: fix CPUID detection tests compilation failure

2016-06-13 Thread Wei Liu
In 3704b9003 ("tests: Add CPU detection tests"), a macro called DO_TEST_CPUID_JSON is added. But it took only two arguments when QEMU or YAJL is not set. Fix it by adding a third argument. Shouldn't have any effect because that macro compiles to nothing. Signed-off-by: Wei Liu --- Cc: Jiri Denem