Re: [PATCH 2/2] tests/tcg/x86_64: add vsyscall smoke test

2021-05-17 Thread Ilya Leoshkevich
On Mon, 2021-05-17 at 14:52 +0200, Cornelia Huck wrote: > On Wed, 12 May 2021 06:02:50 +0200 > Ilya Leoshkevich wrote: > > > Having a small test will prevent trivial regressions in the future. > > > > Signed-off-by: Ilya Leoshkevich > > --- > >  tests/tcg/x86_64/Makefile.target |  6 +- > >

Re: [PATCH 2/2] tests/tcg/x86_64: add vsyscall smoke test

2021-05-17 Thread Cornelia Huck
On Wed, 12 May 2021 06:02:50 +0200 Ilya Leoshkevich wrote: > Having a small test will prevent trivial regressions in the future. > > Signed-off-by: Ilya Leoshkevich > --- > tests/tcg/x86_64/Makefile.target | 6 +- > tests/tcg/x86_64/vsyscall.c | 11 +++ > 2 files changed, 16

Re: [PATCH 2/2] tests/tcg/x86_64: add vsyscall smoke test

2021-05-14 Thread Richard Henderson
On 5/11/21 11:02 PM, Ilya Leoshkevich wrote: Having a small test will prevent trivial regressions in the future. Signed-off-by: Ilya Leoshkevich --- tests/tcg/x86_64/Makefile.target | 6 +- tests/tcg/x86_64/vsyscall.c | 11 +++ 2 files changed, 16 insertions(+), 1

[PATCH 2/2] tests/tcg/x86_64: add vsyscall smoke test

2021-05-11 Thread Ilya Leoshkevich
Having a small test will prevent trivial regressions in the future. Signed-off-by: Ilya Leoshkevich --- tests/tcg/x86_64/Makefile.target | 6 +- tests/tcg/x86_64/vsyscall.c | 11 +++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644