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 >> +++ b/tools/tests/x86_emulator/test_x86_emulator.c >> @@ -442,6 +442,21 @@ int

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 > @@ -442,6 +442,21 @@ int main(int argc, char **argv) > goto fa

[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 b/tools/tests/x86_emulator/test_x86_emulator.c index 7a8df41..850fba6 1