From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= Subject: Re: sources of freebsd with xen-4.2 kernel updates Date: Mon, 30 Dec 2013 09:10:05 +0100 Message-ID: <52C12A5D.3030409@citrix.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Igor Kozhukhov , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 29/12/13 18:54, Igor Kozhukhov wrote: > Hi All, > > could you please help me try to find sources of FreeBSD with xen-4.x > kernel updates ? > i'm interested in grant-table realization with v1 and v2. Hello, You can find FreeBSD grant table related code here: http://svnweb.freebsd.org/base/head/sys/xen/gnttab.c?view=co It contains support for both HVM and PV guests, but only version 1. Roger.