From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Dunlap Subject: Re: [PATCH v2 2/2] vm_event: consolidate hvm_event_fill_regs and p2m_vm_event_fill_regs Date: Mon, 15 Feb 2016 14:17:55 +0000 Message-ID: <56C1DE13.9070205@citrix.com> References: <1455236525-14866-1-git-send-email-tlengyel@novetta.com> <1455236525-14866-2-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.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aVJyb-0008TR-K3 for xen-devel@lists.xenproject.org; Mon, 15 Feb 2016 14:18:09 +0000 In-Reply-To: <1455236525-14866-2-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: George Dunlap , Andrew Cooper , Keir Fraser , Jan Beulich , Razvan Cojocaru List-Id: xen-devel@lists.xenproject.org On 12/02/16 00:22, Tamas K Lengyel wrote: > Currently the registers saved in the request depend on which type of event > is filling in the registers. In this patch we consolidate the two versions > of register filling function as to return a fix set of registers irrespective > of the underlying event. > > Signed-off-by: Tamas K Lengyel This isn't p2m code per se; but insofar as it's necessary, this patch or any future version of the patch which is just removing p2m_vm_event_fill_regs() elsewhere and renaming it can have: Acked-by: George Dunlap for the p2m.c change