Re: [Xen-devel] [PATCH v3] x86emul: fix test harness and fuzzer build dependencies

2019-09-09 Thread Ian Jackson
Jan Beulich writes ("Re: [PATCH v3] x86emul: fix test harness and fuzzer build dependencies"): > you had been particularly unhappy about the v2 approach. While > not strictly required for committing, I'd still prefer to have > your agreement with this approach (or, of course, suggestions > for imp

Re: [Xen-devel] [PATCH v3] x86emul: fix test harness and fuzzer build dependencies

2019-09-09 Thread Jan Beulich
On 09.09.2019 13:01, Andrew Cooper wrote: > On 05/09/2019 15:09, Jan Beulich wrote: >> Commit fd35f32b4b ("tools/x86emul: Use struct cpuid_policy in the >> userspace test harnesses") didn't account for the dependencies of >> cpuid-autogen.h to potentially change between incremental builds. In >> pa

Re: [Xen-devel] [PATCH v3] x86emul: fix test harness and fuzzer build dependencies

2019-09-09 Thread Jan Beulich
On 09.09.2019 13:01, Andrew Cooper wrote: > On 05/09/2019 15:09, Jan Beulich wrote: >> Commit fd35f32b4b ("tools/x86emul: Use struct cpuid_policy in the >> userspace test harnesses") didn't account for the dependencies of >> cpuid-autogen.h to potentially change between incremental builds. In >> pa

Re: [Xen-devel] [PATCH v3] x86emul: fix test harness and fuzzer build dependencies

2019-09-09 Thread Andrew Cooper
On 05/09/2019 15:09, Jan Beulich wrote: > Commit fd35f32b4b ("tools/x86emul: Use struct cpuid_policy in the > userspace test harnesses") didn't account for the dependencies of > cpuid-autogen.h to potentially change between incremental builds. In > particular the harness has a "run" goal which is s

[Xen-devel] [PATCH v3] x86emul: fix test harness and fuzzer build dependencies

2019-09-05 Thread Jan Beulich
Commit fd35f32b4b ("tools/x86emul: Use struct cpuid_policy in the userspace test harnesses") didn't account for the dependencies of cpuid-autogen.h to potentially change between incremental builds. In particular the harness has a "run" goal which is supposed to be usable independently of the rest o

Re: [Xen-devel] [PATCH v3] x86emul: fix test harness and fuzzer build dependencies

2019-08-14 Thread George Dunlap
On 8/9/19 4:40 PM, Jan Beulich wrote: > Commit fd35f32b4b ("tools/x86emul: Use struct cpuid_policy in the > userspace test harnesses") didn't account for the dependencies of > cpuid-autogen.h to potentially change between incremental builds. In > particular the harness has a "run" goal which is sup

[Xen-devel] [PATCH v3] x86emul: fix test harness and fuzzer build dependencies

2019-08-09 Thread Jan Beulich
Commit fd35f32b4b ("tools/x86emul: Use struct cpuid_policy in the userspace test harnesses") didn't account for the dependencies of cpuid-autogen.h to potentially change between incremental builds. In particular the harness has a "run" goal which is supposed to be usable independently of the rest