From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Xen 4.0 downloads the latest PV-OPS, which means dev/xen/evtchn and dev/xen/gnttab are not visible for Xen. Date: Wed, 30 Jun 2010 16:49:33 -0400 Message-ID: <20100630204933.GA27731@phenom.dumpdata.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline 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, Jeremy Fitzhardinge List-Id: xen-devel@lists.xenproject.org If a user gets the 4.0 sources from: http://www.xen.org/products/xen_source.html And runs the make process it fetches the latest pv-ops. Which is a bit of a problem since the latest pv-ops has these two commits: 9d85e25edbcb8a684db8470119077475ac4d90b5 (xen/gnttab: use proper device name for gntdev) and 376d908f52427591cef4acd172db9c3ef28676ec (xen/evtchn: Fix name of Xen event-channel device) which are incompatible with Xen 4.0. Any thoughts on how to fix this? Perhaps tagging right before the those two commits and making the master point to that branch?