Re: [Xen-devel] [PATCH v4 15/15] tools/xen-access: altp2m testcases

2015-07-10 Thread Razvan Cojocaru
On 07/10/2015 04:35 AM, Lengyel, Tamas wrote: > > @@ -546,6 +652,23 @@ int main(int argc, char *argv[]) > } > > break; > +case VM_EVENT_REASON_SINGLESTEP: > +printf("Singlestep: rip=%016"PRIx64", vcpu %d\n", > +

Re: [Xen-devel] [PATCH v4 15/15] tools/xen-access: altp2m testcases

2015-07-10 Thread Ian Campbell
On Fri, 2015-07-10 at 09:55 +0100, Wei Liu wrote: > On Fri, Jul 10, 2015 at 09:50:25AM +0100, Ian Campbell wrote: > > On Thu, 2015-07-09 at 17:52 -0700, Ed White wrote: > > > From: Tamas K Lengyel > > > > > > Working altp2m test-case. Extended the test tool to support singlestepping > > > to bett

Re: [Xen-devel] [PATCH v4 15/15] tools/xen-access: altp2m testcases

2015-07-10 Thread Wei Liu
On Fri, Jul 10, 2015 at 09:55:52AM +0100, Wei Liu wrote: > On Fri, Jul 10, 2015 at 09:50:25AM +0100, Ian Campbell wrote: > > On Thu, 2015-07-09 at 17:52 -0700, Ed White wrote: > > > From: Tamas K Lengyel > > > > > > Working altp2m test-case. Extended the test tool to support singlestepping > > >

Re: [Xen-devel] [PATCH v4 15/15] tools/xen-access: altp2m testcases

2015-07-10 Thread Wei Liu
On Fri, Jul 10, 2015 at 09:50:25AM +0100, Ian Campbell wrote: > On Thu, 2015-07-09 at 17:52 -0700, Ed White wrote: > > From: Tamas K Lengyel > > > > Working altp2m test-case. Extended the test tool to support singlestepping > > to better highlight the core feature of altp2m view switching. > > I

Re: [Xen-devel] [PATCH v4 15/15] tools/xen-access: altp2m testcases

2015-07-10 Thread Ian Campbell
On Thu, 2015-07-09 at 17:52 -0700, Ed White wrote: > From: Tamas K Lengyel > > Working altp2m test-case. Extended the test tool to support singlestepping > to better highlight the core feature of altp2m view switching. Is this the only higher level tool integration which is required for this fea

Re: [Xen-devel] [PATCH v4 15/15] tools/xen-access: altp2m testcases

2015-07-09 Thread Lengyel, Tamas
> @@ -546,6 +652,23 @@ int main(int argc, char *argv[]) > } > > break; > +case VM_EVENT_REASON_SINGLESTEP: > +printf("Singlestep: rip=%016"PRIx64", vcpu %d\n", > + req.regs.x86.rip, > + req.vcp

[Xen-devel] [PATCH v4 15/15] tools/xen-access: altp2m testcases

2015-07-09 Thread Ed White
From: Tamas K Lengyel Working altp2m test-case. Extended the test tool to support singlestepping to better highlight the core feature of altp2m view switching. Signed-off-by: Tamas K Lengyel Signed-off-by: Ed White --- tools/tests/xen-access/xen-access.c | 173 ++--