From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Justin T. Gibbs" Subject: Re: [PATCH 0 of 5] Add support for mapping grant references into HVM guests (+ some cleanup) Date: Fri, 18 Dec 2009 08:26:33 -0700 Message-ID: <4B2B9F29.30804@scsiguy.com> Reply-To: gibbs@scsiguy.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 List-Id: xen-devel@lists.xenproject.org Was any consensus reached on how to cleanly allow an HVM guest to map grant references? I'm in need of this feature for a FreeBSD x86_64 HVM driver domain. FreeBSD x86_64 does not support full PV, and I need the ability to run backends in these domains for my application. The patches from this thread would likely work for me, but like the author of them, I'd rather use a publicly supported Xen interface than to have a locally maintained solution. -- Justin