From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ls0jd-0004nx-Ik for qemu-devel@nongnu.org; Thu, 09 Apr 2009 16:20:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ls0jZ-0004gZ-EL for qemu-devel@nongnu.org; Thu, 09 Apr 2009 16:20:29 -0400 Received: from [199.232.76.173] (port=44603 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ls0jY-0004gK-VM for qemu-devel@nongnu.org; Thu, 09 Apr 2009 16:20:24 -0400 Received: from mx2.redhat.com ([66.187.237.31]:41853) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ls0jY-0000nv-DY for qemu-devel@nongnu.org; Thu, 09 Apr 2009 16:20:24 -0400 From: Glauber Costa Date: Thu, 9 Apr 2009 16:20:18 -0400 Message-Id: <1239308420-10521-1-git-send-email-glommer@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] Refactor option rom loading code Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: jan.kiszka@siemens.com, aliguori@us.ibm.com Following suggestions from paul. The second patch is an easter bonus, and make load_linux do not rely on phys_ram_base assumptions.