Re: [Xen-devel] [PATCH v3 6/9] tools/xen-access: add test-case for ARM SMC

2016-05-05 Thread Tamas K Lengyel
On May 5, 2016 10:29, "Jan Beulich" wrote: > > > i.A. Jan Beulich > Software Engineering Consultant > Attachmate Group > Nördlicher Zubringer 9-11 > 40470 Düsseldorf > jbeul...@suse.com > SUSE > > SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) > > >>>

Re: [Xen-devel] [PATCH v3 6/9] tools/xen-access: add test-case for ARM SMC

2016-05-05 Thread Jan Beulich
i.A. Jan Beulich Software Engineering Consultant Attachmate Group Nördlicher Zubringer 9-11 40470 Düsseldorf jbeul...@suse.com SUSE SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) >>> Tamas K Lengyel 05/04/16 7:18 PM >>> >On May 4, 2016 09:35, "Ja

Re: [Xen-devel] [PATCH v3 6/9] tools/xen-access: add test-case for ARM SMC

2016-05-05 Thread Razvan Cojocaru
On 05/04/2016 05:51 PM, Tamas K Lengyel wrote: > Signed-off-by: Tamas K Lengyel > --- > Cc: Razvan Cojocaru > Cc: Ian Jackson > Cc: Wei Liu > --- > tools/tests/xen-access/xen-access.c | 32 ++-- > 1 file changed, 30 insertions(+), 2 deletions(-) > > diff --git a/to

Re: [Xen-devel] [PATCH v3 6/9] tools/xen-access: add test-case for ARM SMC

2016-05-04 Thread Tamas K Lengyel
On May 4, 2016 11:34, "Wei Liu" wrote: > > On Wed, May 04, 2016 at 11:16:24AM -0600, Tamas K Lengyel wrote: > > On May 4, 2016 09:35, "Jan Beulich" wrote: > > > > > > >>> On 04.05.16 at 16:51, wrote: > > > > --- a/tools/tests/xen-access/xen-access.c > > > > +++ b/tools/tests/xen-access/xen-acces

Re: [Xen-devel] [PATCH v3 6/9] tools/xen-access: add test-case for ARM SMC

2016-05-04 Thread Wei Liu
On Wed, May 04, 2016 at 11:16:24AM -0600, Tamas K Lengyel wrote: > On May 4, 2016 09:35, "Jan Beulich" wrote: > > > > >>> On 04.05.16 at 16:51, wrote: > > > --- a/tools/tests/xen-access/xen-access.c > > > +++ b/tools/tests/xen-access/xen-access.c > > > @@ -1,4 +1,3 @@ > > > -/* This line -- you

Re: [Xen-devel] [PATCH v3 6/9] tools/xen-access: add test-case for ARM SMC

2016-05-04 Thread Tamas K Lengyel
On May 4, 2016 09:35, "Jan Beulich" wrote: > > >>> On 04.05.16 at 16:51, wrote: > > --- a/tools/tests/xen-access/xen-access.c > > +++ b/tools/tests/xen-access/xen-access.c > > @@ -1,4 +1,3 @@ > > -/* > > * xen-access.c > > * > > * Exercises the basic per-page access mechanisms > > Are you s

Re: [Xen-devel] [PATCH v3 6/9] tools/xen-access: add test-case for ARM SMC

2016-05-04 Thread Jan Beulich
>>> On 04.05.16 at 16:51, wrote: > --- a/tools/tests/xen-access/xen-access.c > +++ b/tools/tests/xen-access/xen-access.c > @@ -1,4 +1,3 @@ > -/* > * xen-access.c > * > * Exercises the basic per-page access mechanisms Are you saying this still builds with such a change? Jan __

[Xen-devel] [PATCH v3 6/9] tools/xen-access: add test-case for ARM SMC

2016-05-04 Thread Tamas K Lengyel
Signed-off-by: Tamas K Lengyel --- Cc: Razvan Cojocaru Cc: Ian Jackson Cc: Wei Liu --- tools/tests/xen-access/xen-access.c | 32 ++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/tools/tests/xen-access/xen-access.c b/tools/tests/xen-access/xen-acc