From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: dmidecode doesn't work under xen 4.1.1 on certain hardware Date: Wed, 5 Oct 2011 11:16:01 -0400 Message-ID: <20111005151601.GA5223@phenom.oracle.com> References: <20110923133200.GC19579@phenom.oracle.com> <4E7C9C8B.2010108@overnetdata.com> <20110926141322.GD4102@phenom.oracle.com> <4E8090D4.2090009@overnetdata.com> <20110926193732.GA10007@phenom.oracle.com> <4E82E429.2080600@overnetdata.com> <20110928132815.GE10270@phenom.oracle.com> <4E83462B.9080002@overnetdata.com> <4E835324.30902@citrix.com> <4E8AF9BA.3000906@overnetdata.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <4E8AF9BA.3000906@overnetdata.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Anthony Wright Cc: "xen-devel@lists.xensource.com" , David Vrabel List-Id: xen-devel@lists.xenproject.org On Tue, Oct 04, 2011 at 01:19:06PM +0100, Anthony Wright wrote: > On 28/09/2011 18:02, David Vrabel wrote: > > On 28/09/11 17:07, Anthony Wright wrote: > >> On 28/09/2011 14:28, Konrad Rzeszutek Wilk wrote: > >>> Would you be up for testing a different variant of that patch just to make > >>> sure? > >> Not a problem, ship me the patch when you're ready. I'm running 3.0.4 at > >> the moment and would prefer to stick with 3.0.x for now, so hope that > >> won't be a problem. > > I've just posted an updated patch series that should include a fix for > > your dmidecode problem. > > > > http://lists.xensource.com/archives/html/xen-devel/2011-09/msg01621.html > > > > If you running 3.0.4 you will also need the first two patches from > > > > http://lists.xensource.com/archives/html/xen-devel/2011-09/msg00817.html > > > > Please give these a try and let me know if they work. > > > > Thanks. > > > > David > I've tried to apply these patches by cutting and pasting them from the > URL, but there's seven of them, I'm having to manually edit them due to > the browser truncating them, and then most don't apply even when I relax > the fuzzing. > > Could you email me a single patch that applies to 3.0.4? Anthony, If you feel adventours you could use the oss.oracle.com/git/kwilk/xen.git tree. Mainly the #linux-next or #testing branch. They both have David's new e820 code. The way to get it is: git clone oss.oracle.com/git/kwilk/xen.git cd xen git checkout origin/linux-next make -j90