From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MVkFS-0001RA-G4 for qemu-devel@nongnu.org; Tue, 28 Jul 2009 06:49:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MVkFQ-0001Qm-8V for qemu-devel@nongnu.org; Tue, 28 Jul 2009 06:49:33 -0400 Received: from [199.232.76.173] (port=53796 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVkFP-0001Qg-UV for qemu-devel@nongnu.org; Tue, 28 Jul 2009 06:49:31 -0400 Received: from mx2.redhat.com ([66.187.237.31]:39599) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MVkFP-0002ia-BH for qemu-devel@nongnu.org; Tue, 28 Jul 2009 06:49:31 -0400 Message-ID: <4A6ED80D.3010801@redhat.com> Date: Tue, 28 Jul 2009 13:50:53 +0300 From: Naphtali Sprei MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] call ide_reset when resetting the piix References: <4A6DD8F0.5060606@redhat.com> <20090727171724.GS21912@us.ibm.com> In-Reply-To: <20090727171724.GS21912@us.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ryan Harper Cc: qemu-devel@nongnu.org Ryan Harper wrote: > Does this fix any particular bugs? Is this a candidate for stable > branch? Yes, it fixes a particular bug, bug #508664 in redhat's bugzilla. It's a case where the Sysmark 2007 on MS windows xp, starts running, initializes stuff and does a restart. It fails occasionally. Naphtali