From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M2IXb-0002Va-HR for qemu-devel@nongnu.org; Fri, 08 May 2009 01:22:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M2IXV-0002St-VR for qemu-devel@nongnu.org; Fri, 08 May 2009 01:22:33 -0400 Received: from [199.232.76.173] (port=33187 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M2IXV-0002Sq-Mc for qemu-devel@nongnu.org; Fri, 08 May 2009 01:22:29 -0400 Received: from mx2.redhat.com ([66.187.237.31]:60137) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M2IXV-0002Vm-A6 for qemu-devel@nongnu.org; Fri, 08 May 2009 01:22:29 -0400 From: Glauber Costa Date: Fri, 8 May 2009 02:22:11 -0300 Message-Id: <1241760133-4207-1-git-send-email-glommer@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] Properly set reset functions for option roms List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com This series is comprised of two patches: * The first one, preceeds the second, * the second one, succeeds the first. Besides this obvious ordering adventure, they: - bring the option rom reset mechanism for kvm. Without it, we are not able to reset the machine and have it using its boot options again. The code is quite similar to what is in qemu-kvm.git - allow this mechanism to work with -kernel too. This is currently broken, both here and in qemu-kvm.git.