Re: [Xen-devel] [PATCH v4 05/12] x86emul/test: use x86-vendors.h

2017-02-03 Thread Jan Beulich
>>> On 03.02.17 at 12:53, wrote: > --- a/tools/fuzz/x86_instruction_emulator/Makefile > +++ b/tools/fuzz/x86_instruction_emulator/Makefile > @@ -11,16 +11,20 @@ endif > x86_emulate/x86_emulate.c x86_emulate/x86_emulate.h: > [ -L x86_emulate ] || ln -sf $(XEN_ROOT)/xen/arch/x86/x86_emulate .

[Xen-devel] [PATCH v4 05/12] x86emul/test: use x86-vendors.h

2017-02-03 Thread Wei Liu
No functional change. Signed-off-by: Wei Liu --- Cc: Jan Beulich Cc: Andrew Cooper V4: introduce x86.h macro V3: link asm-x86 to working directory --- tools/fuzz/x86_instruction_emulator/Makefile | 12 tools/tests/x86_emulator/Makefile| 12 tools/tests/x