From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M4FtH-0007d2-40 for qemu-devel@nongnu.org; Wed, 13 May 2009 10:57:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M4FtC-0007c6-OF for qemu-devel@nongnu.org; Wed, 13 May 2009 10:57:02 -0400 Received: from [199.232.76.173] (port=47677 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M4FtC-0007c3-G9 for qemu-devel@nongnu.org; Wed, 13 May 2009 10:56:58 -0400 Received: from mx2.redhat.com ([66.187.237.31]:40021) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M4FtC-0002nF-0X for qemu-devel@nongnu.org; Wed, 13 May 2009 10:56:58 -0400 Date: Wed, 13 May 2009 12:01:45 -0300 From: Glauber Costa Message-ID: <20090513150145.GC27295@poweredge.glommer> References: <1242225826-15384-1-git-send-email-aliguori@us.ibm.com> <1242225826-15384-3-git-send-email-aliguori@us.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1242225826-15384-3-git-send-email-aliguori@us.ibm.com> Subject: [Qemu-devel] Re: [PATCH 2/2] reset state for load_linux List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Mark McLoughlin , qemu-devel@nongnu.org On Wed, May 13, 2009 at 09:43:46AM -0500, Anthony Liguori wrote: > From: Glauber Costa > > The linux loader is just an option rom like any other, just with > some special requirements. Right now, our option rom resetting > mechanism is not being applied to it. As a result, users using > -kernel will not be able to successfully reboot their machines > > This patch fixes it by saving all the data we generated in > the load_linux() function, to be used later by the option rom > resetting mechanism. > > This also includes Mark's fix for -kernel Just to be clear: We just need mark's fix in stable, right?