Re: [Xen-devel] [PATCH v2 1/4] x86/emul: Introduce a test covering legacy byte ops

2018-01-31 Thread Andrew Cooper
On 31/01/18 11:06, Jan Beulich wrote: On 30.01.18 at 16:56, wrote: >> Signed-off-by: Andrew Cooper > Reviewed-by: Jan Beulich > with one cosmetic remark: > >> --- a/tools/tests/x86_emulator/test_x86_emulator.c >> +++

Re: [Xen-devel] [PATCH v2 1/4] x86/emul: Introduce a test covering legacy byte ops

2018-01-31 Thread Jan Beulich
>>> On 30.01.18 at 16:56, wrote: > Signed-off-by: Andrew Cooper Reviewed-by: Jan Beulich with one cosmetic remark: > --- a/tools/tests/x86_emulator/test_x86_emulator.c > +++ b/tools/tests/x86_emulator/test_x86_emulator.c

[Xen-devel] [PATCH v2 1/4] x86/emul: Introduce a test covering legacy byte ops

2018-01-30 Thread Andrew Cooper
Signed-off-by: Andrew Cooper --- CC: Jan Beulich v2: * New --- tools/tests/x86_emulator/test_x86_emulator.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/tools/tests/x86_emulator/test_x86_emulator.c