Re: [Xen-devel] [PATCH] x86/vm_event: toggle singlestep from vm_event response

2015-06-29 Thread Andrew Cooper
On 29/06/15 15:17, Lengyel, Tamas wrote: > > > On Mon, Jun 29, 2015 at 10:09 AM, Lengyel, Tamas > wrote: > > > > On Mon, Jun 29, 2015 at 9:55 AM, Andrew Cooper > mailto:andrew.coop...@citrix.com>> wrote: > > On 29/06/15 14:42, Lengyel, Tamas wrote: >> >

Re: [Xen-devel] [PATCH] x86/vm_event: toggle singlestep from vm_event response

2015-06-29 Thread Lengyel, Tamas
On Mon, Jun 29, 2015 at 10:09 AM, Lengyel, Tamas wrote: > > > On Mon, Jun 29, 2015 at 9:55 AM, Andrew Cooper > wrote: > >> On 29/06/15 14:42, Lengyel, Tamas wrote: >> >> >> >> > --- a/xen/arch/x86/hvm/hvm.c >>> > +++ b/xen/arch/x86/hvm/hvm.c >>> > @@ -6431,6 +6431,14 @@ int hvm_debug_op(struc

Re: [Xen-devel] [PATCH] x86/vm_event: toggle singlestep from vm_event response

2015-06-29 Thread Lengyel, Tamas
On Mon, Jun 29, 2015 at 9:55 AM, Andrew Cooper wrote: > On 29/06/15 14:42, Lengyel, Tamas wrote: > > > > > --- a/xen/arch/x86/hvm/hvm.c >> > +++ b/xen/arch/x86/hvm/hvm.c >> > @@ -6431,6 +6431,14 @@ int hvm_debug_op(struct vcpu *v, int32_t op) >> > return rc; >> > } >> > >> > +void hvm_to

Re: [Xen-devel] [PATCH] x86/vm_event: toggle singlestep from vm_event response

2015-06-29 Thread Andrew Cooper
On 29/06/15 14:42, Lengyel, Tamas wrote: > > > > --- a/xen/arch/x86/hvm/hvm.c > > +++ b/xen/arch/x86/hvm/hvm.c > > @@ -6431,6 +6431,14 @@ int hvm_debug_op(struct vcpu *v, int32_t op) > > return rc; > > } > > > > +void hvm_toggle_singlestep(struct vcpu *v) > > +

Re: [Xen-devel] [PATCH] x86/vm_event: toggle singlestep from vm_event response

2015-06-29 Thread Lengyel, Tamas
On Mon, Jun 29, 2015 at 9:35 AM, Andrew Cooper wrote: > On 29/06/15 13:58, Tamas K Lengyel wrote: > > Add an option to the vm_event response to toggle singlestepping on the > vCPU. > > > > Singed-off-by: Tamas K Lengyel > > --- > > MAINTAINERS| 1 + > > xen/arch/x86/Makefil

Re: [Xen-devel] [PATCH] x86/vm_event: toggle singlestep from vm_event response

2015-06-29 Thread Andrew Cooper
On 29/06/15 13:58, Tamas K Lengyel wrote: > Add an option to the vm_event response to toggle singlestepping on the vCPU. > > Singed-off-by: Tamas K Lengyel > --- > MAINTAINERS| 1 + > xen/arch/x86/Makefile | 1 + > xen/arch/x86/hvm/hvm.c | 8 > xen

Re: [Xen-devel] [PATCH] x86/vm_event: toggle singlestep from vm_event response

2015-06-29 Thread Razvan Cojocaru
On 06/29/2015 03:58 PM, Tamas K Lengyel wrote: > Add an option to the vm_event response to toggle singlestepping on the vCPU. > > Singed-off-by: Tamas K Lengyel > --- > MAINTAINERS| 1 + > xen/arch/x86/Makefile | 1 + > xen/arch/x86/hvm/hvm.c | 8