Re: [Xen-devel] [PATCH] x86emul: force CLZERO feature flag in test harness

2017-04-19 Thread Julien Grall
On 04/18/2017 02:18 PM, Andrew Cooper wrote: On 18/04/17 14:16, Jan Beulich wrote: Commit b988e88cc0 ("x86/emul: Add feature check for clzero") added a feature check to the emulator, which breaks the harness without this flag being forced to true. Signed-off-by: Jan Beulich Reviewed-by: An

Re: [Xen-devel] [PATCH] x86emul: force CLZERO feature flag in test harness

2017-04-18 Thread Andrew Cooper
On 18/04/17 14:16, Jan Beulich wrote: > Commit b988e88cc0 ("x86/emul: Add feature check for clzero") added a > feature check to the emulator, which breaks the harness without this > flag being forced to true. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper

[Xen-devel] [PATCH] x86emul: force CLZERO feature flag in test harness

2017-04-18 Thread Jan Beulich
Commit b988e88cc0 ("x86/emul: Add feature check for clzero") added a feature check to the emulator, which breaks the harness without this flag being forced to true. Signed-off-by: Jan Beulich --- a/tools/tests/x86_emulator/x86_emulate.c +++ b/tools/tests/x86_emulator/x86_emulate.c @@ -89,6 +89,1