From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N2O8u-0000yh-Ef for qemu-devel@nongnu.org; Mon, 26 Oct 2009 07:53:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N2O8o-0000wT-Qy for qemu-devel@nongnu.org; Mon, 26 Oct 2009 07:53:44 -0400 Received: from [199.232.76.173] (port=40890 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N2O8o-0000wQ-O3 for qemu-devel@nongnu.org; Mon, 26 Oct 2009 07:53:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54807) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N2O8o-0007nR-5y for qemu-devel@nongnu.org; Mon, 26 Oct 2009 07:53:38 -0400 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n9QBrbmd009154 for ; Mon, 26 Oct 2009 07:53:37 -0400 From: Gerd Hoffmann Date: Mon, 26 Oct 2009 12:18:23 +0100 Message-Id: <1256555907-21505-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH v4 0/4] more rom loader patches. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, A collection of rom loader bits, check individual patches for details. One more change for rom_add_{vga,option}. We are simply using a variable now to enable rom loading, so different TARGET_I386 machine types can have different behavior here. pc98 support needs this. cheers, Gerd