From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50009) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9fGQ-0006PR-9F for qemu-devel@nongnu.org; Mon, 19 Mar 2012 12:17:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S9fGL-0007bZ-9H for qemu-devel@nongnu.org; Mon, 19 Mar 2012 12:16:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:15450) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9fGL-0007bO-17 for qemu-devel@nongnu.org; Mon, 19 Mar 2012 12:16:49 -0400 Date: Mon, 19 Mar 2012 13:16:44 -0300 From: Luiz Capitulino Message-ID: <20120319131644.03a02c65@doriath.home> In-Reply-To: References: <4F660A78.4040409@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Breakage List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: malc Cc: Avi Kivity , qemu-devel@nongnu.org On Sun, 18 Mar 2012 20:21:45 +0400 (MSK) malc wrote: > On Sun, 18 Mar 2012, Avi Kivity wrote: > > > On 03/18/2012 06:12 PM, malc wrote: > > > 97161e177b4ea2730dff13c4df01475762ab6048 broke booting of a DOS image > > > i've been using for years, the VM stalls at "Booting from hard disk" > > > BIOS message never making any progress. > > > > Can you post an image that exhibits the problem? > > It's 400+MB > > > > > Also, try the attached patch. > > Boots with the patch. I was just bisecting a problem during win95 install that seems to be caused by the same commit. The attached patch fixes it too.