From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: Re: [PATCH] xen: rename gntdev and evtdev modules to beless generic Date: Mon, 07 Dec 2009 16:47:18 -0800 Message-ID: <4B1DA216.2060300@goop.org> References: <1260097645-13477-1-git-send-email-ian.campbell@citrix.com> <4B1D9C13.1060603@goop.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: James Harper Cc: xen-devel@lists.xensource.com, Ian Campbell , Gerd Hoffmann List-Id: xen-devel@lists.xenproject.org On 12/07/09 16:29, James Harper wrote: >> I'm thinking of dropping gntdev; it doesn't work at present (ends up >> trying to take a mutex in a spinlock), and I don't think it has any >> > users. > >> > From memory I think that there is a glx passthrough project that makes > use of it > I don't think there's anything that can't be fixed; its just some locks got moved around. I'll mark it BROKEN for now. J