From mboxrd@z Thu Jan 1 00:00:00 1970 From: Razvan Cojocaru Subject: Re: [PATCH] x86/vm_event: toggle singlestep from vm_event response Date: Mon, 29 Jun 2015 16:17:56 +0300 Message-ID: <55914584.9020800@bitdefender.com> References: <1435582737-12053-1-git-send-email-tlengyel@novetta.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1435582737-12053-1-git-send-email-tlengyel@novetta.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Tamas K Lengyel , xen-devel@lists.xen.org Cc: andrew.cooper3@citrix.com, stefano.stabellini@citrix.com, keir@xen.org, ian.campbell@citrix.com, jbeulich@suse.com List-Id: xen-devel@lists.xenproject.org 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 ++++++++ > xen/arch/x86/vm_event.c | 41 +++++++++++++++++++++++++++++++++++++++++ > xen/common/vm_event.c | 8 +++++++- > xen/include/asm-arm/vm_event.h | 29 +++++++++++++++++++++++++++++ > xen/include/asm-x86/hvm/hvm.h | 3 +++ > xen/include/asm-x86/vm_event.h | 25 +++++++++++++++++++++++++ > xen/include/public/vm_event.h | 11 ++++++++--- > 9 files changed, 123 insertions(+), 4 deletions(-) > create mode 100644 xen/arch/x86/vm_event.c > create mode 100644 xen/include/asm-arm/vm_event.h > create mode 100644 xen/include/asm-x86/vm_event.h Looks good, and it definitely sounds useful. Acked-by: Razvan Cojocaru Cheers, Razvan