From mboxrd@z Thu Jan 1 00:00:00 1970 From: Razvan Cojocaru Subject: Re: [PATCH v3 1/3] xen-access: minor fixes Date: Sat, 6 Feb 2016 13:13:00 +0200 Message-ID: <56B5D53C.8010904@bitdefender.com> References: <1454707342-14479-1-git-send-email-tlengyel@novetta.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aS0nZ-0004xh-CF for xen-devel@lists.xenproject.org; Sat, 06 Feb 2016 11:13:05 +0000 Received: from smtp03.buh.bitdefender.org (unknown [10.17.80.77]) by mx-sr.buh.bitdefender.com (Postfix) with ESMTP id 71A3C7FBD4 for ; Sat, 6 Feb 2016 13:13:01 +0200 (EET) In-Reply-To: <1454707342-14479-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.xenproject.org Cc: Wei Liu , Ian Jackson , Ian Campbell , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On 02/05/2016 11:22 PM, Tamas K Lengyel wrote: > Only copy the VCPU_PAUSED flag to the response. Copy the entire mem_access > struct which is useful and easily forgotten when also testing the emulate > response flags. Turn off singlestepping on the vCPUs once we are done > processing all events, as we might have turned on singlestep there and leave > the VM in an undesirable state. > > Signed-off-by: Tamas K Lengyel > Cc: Razvan Cojocaru > Cc: Ian Jackson > Cc: Stefano Stabellini > Cc: Ian Campbell > Cc: Wei Liu > --- > tools/tests/xen-access/xen-access.c | 46 ++++++++++++++++++++----------------- > 1 file changed, 25 insertions(+), 21 deletions(-) Acked-by: Razvan Cojocaru