From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: Use xenbus API for mapping foreign pages Date: Wed, 14 Sep 2011 15:41:53 +0100 Message-ID: <4E70BD31.1090105@citrix.com> References: <1315911922-4855-1-git-send-email-david.vrabel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1315911922-4855-1-git-send-email-david.vrabel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 13/09/11 12:05, David Vrabel wrote: > Xenbus provides an API for mapping foreign pages. Make use of it in > the netback and blkback drivers so when the method for mapping foreign > pages is changed it only need to be updated in one place.ak Don't apply these. I've taken a different approach that obsoletes xenbus_map_ring_valloc() and xenbus_map_ring_vfree(). David