From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH v2 4/6] gnttab: simplify page copying/clearing Date: Mon, 15 Jun 2015 14:34:27 +0100 Message-ID: <557ED463.2090500@citrix.com> References: <557EDDDD0200007800084C94@mail.emea.novell.com> <557EE0D60200007800084CDD@mail.emea.novell.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 1Z4UX4-0000Bg-2T for xen-devel@lists.xenproject.org; Mon, 15 Jun 2015 13:34:34 +0000 In-Reply-To: <557EE0D60200007800084CDD@mail.emea.novell.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: Jan Beulich , xen-devel Cc: Ian Campbell , Keir Fraser , Tim Deegan , Ian Jackson , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On 15/06/15 13:27, Jan Beulich wrote: > ... by making {copy,clear}_domain_page() available also on other than > x86. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper