Re: [Xen-devel] [PATCH] x86emul/test: fix 32-bit build

2017-02-10 Thread Andrew Cooper
On 10/02/17 07:38, Jan Beulich wrote: > Commit 7603eb256 ("x86emul: use eflags definitions in x86-defns.h") > removed the EFLG_* definitions without updating the use sites (which > - oddly enough - happen to all be in 32-bit only code paths). > > Signed-off-by: Jan Beulich

Re: [Xen-devel] [PATCH] x86emul/test: fix 32-bit build

2017-02-10 Thread Jan Beulich
>>> On 10.02.17 at 09:15, wrote: > On Fri, Feb 10, 2017 at 12:38:51AM -0700, Jan Beulich wrote: >> Commit 7603eb256 ("x86emul: use eflags definitions in x86-defns.h") >> removed the EFLG_* definitions without updating the use sites (which >> - oddly enough - happen to all be

Re: [Xen-devel] [PATCH] x86emul/test: fix 32-bit build

2017-02-10 Thread Wei Liu
On Fri, Feb 10, 2017 at 12:38:51AM -0700, Jan Beulich wrote: > Commit 7603eb256 ("x86emul: use eflags definitions in x86-defns.h") > removed the EFLG_* definitions without updating the use sites (which > - oddly enough - happen to all be in 32-bit only code paths). > > Signed-off-by: Jan Beulich

[Xen-devel] [PATCH] x86emul/test: fix 32-bit build

2017-02-10 Thread Jan Beulich
Commit 7603eb256 ("x86emul: use eflags definitions in x86-defns.h") removed the EFLG_* definitions without updating the use sites (which - oddly enough - happen to all be in 32-bit only code paths). Signed-off-by: Jan Beulich --- a/tools/tests/x86_emulator/test_x86_emulator.c