From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mq1yQ-0008LK-RT for qemu-devel@nongnu.org; Tue, 22 Sep 2009 05:47:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mq1yL-0008JX-3j for qemu-devel@nongnu.org; Tue, 22 Sep 2009 05:47:49 -0400 Received: from [199.232.76.173] (port=45728 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mq1yK-0008JS-UB for qemu-devel@nongnu.org; Tue, 22 Sep 2009 05:47:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42675) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mq1yK-0004M3-9S for qemu-devel@nongnu.org; Tue, 22 Sep 2009 05:47:44 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8M9lhkp009485 for ; Tue, 22 Sep 2009 05:47:43 -0400 From: Gerd Hoffmann Date: Tue, 22 Sep 2009 11:47:38 +0200 Message-Id: <1253612860-11359-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] make pc bios usable. 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, This patch series brings the qemu pc bios into a usable state. It updates the pcbios submodule to current master and updates the bios.bin binary accordingly. cheers, Gerd