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",
> +
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
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
> > >
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
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
> @@ -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
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 ++--