From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Duffy Subject: Re: e1000 PXE breakage bisected down in kvm-userspace Date: Mon, 04 Aug 2008 17:00:55 -0500 Message-ID: References: <4897706A.8010206@codemonkey.ws> <489777F9.1080404@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: kvm@vger.kernel.org Return-path: Received: from main.gmane.org ([80.91.229.2]:60070 "EHLO ciao.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755683AbYHDWBN (ORCPT ); Mon, 4 Aug 2008 18:01:13 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KQ876-0000Uj-85 for kvm@vger.kernel.org; Mon, 04 Aug 2008 22:01:12 +0000 Received: from rrcs-71-41-149-67.sw.biz.rr.com ([71.41.149.67]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Aug 2008 22:01:12 +0000 Received: from Charles_Duffy by rrcs-71-41-149-67.sw.biz.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Aug 2008 22:01:12 +0000 In-Reply-To: <489777F9.1080404@codemonkey.ws> Sender: kvm-owner@vger.kernel.org List-ID: Anthony Liguori wrote: > Charles Duffy wrote: >> Anthony Liguori wrote: >>> Charles Duffy wrote: >>>> Per subject. "git bisect run" script (and libvirt xml helper) attached. >>> >>> Does the problem go away if you make the e1000_can_receive() function >>> always return 1? >> >> Yes. > > Presumably, this is the proper fix. Can you verify? That patch is already applied in 87b5ac; reversing it there does not resolve the issue. Applying the given patch on current HEAD (5c646) also does not resolve the issue.