From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2 4/6] gnttab: simplify page copying/clearing Date: Tue, 16 Jun 2015 09:49:14 +0100 Message-ID: <1434444554.13744.52.camel@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.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Z4mYc-000382-EV for xen-devel@lists.xenproject.org; Tue, 16 Jun 2015 08:49:22 +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 Cc: Keir Fraser , Stefano Stabellini , Tim Deegan , Ian Jackson , Andrew Cooper , xen-devel List-Id: xen-devel@lists.xenproject.org On Mon, 2015-06-15 at 13:27 +0100, Jan Beulich wrote: > ... by making {copy,clear}_domain_page() available also on other than > x86. > Signed-off-by: Jan Beulich Acked-by: Ian Campbell