From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Use xenbus API for mapping foreign pages Date: Tue, 13 Sep 2011 12:05:20 +0100 Message-ID: <1315911922-4855-1-git-send-email-david.vrabel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: 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 Cc: Konrad Rzeszutek Wilk List-Id: xen-devel@lists.xenproject.org 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. David