From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54601) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8ncd-00080q-1B for qemu-devel@nongnu.org; Mon, 12 Aug 2013 04:37:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V8ncQ-0002Sw-SZ for qemu-devel@nongnu.org; Mon, 12 Aug 2013 04:37:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5861) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V8ncQ-0002Sm-LT for qemu-devel@nongnu.org; Mon, 12 Aug 2013 04:36:50 -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.14.4/8.14.4) with ESMTP id r7C8anpQ007855 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 12 Aug 2013 04:36:50 -0400 From: Gerd Hoffmann Date: Mon, 12 Aug 2013 10:36:48 +0200 Message-Id: <1376296608-15142-2-git-send-email-kraxel@redhat.com> In-Reply-To: <1376296608-15142-1-git-send-email-kraxel@redhat.com> References: <1376296608-15142-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 1/1] seabios: update to 1.7.3.1 bugfix release List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann shortlog from 1.7.3: Kevin O'Connor (2): Fix USB EHCI detection that was broken in hlist conversion of PCIDevices. Fix bug in CBFS file walking with compressed files. Michael S. Tsirkin (1): acpi: sync FADT flags from PIIX4 to Q35 Signed-off-by: Gerd Hoffmann --- pc-bios/bios.bin | Bin 131072 -> 131072 bytes roms/seabios | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/pc-bios/bios.bin b/pc-bios/bios.bin index cccc487814eb68a2d25c3c90e088bcc60a3da2f8..8c9a487e20f248e4afc8ce3170eef37df4ff2cea 100644 GIT binary patch [ ... snipped ... ] diff --git a/roms/seabios b/roms/seabios index d4f7d90..7d9cbe6 160000 --- a/roms/seabios +++ b/roms/seabios @@ -1 +1 @@ -Subproject commit d4f7d90f47462b4e8836899adc5060fbde5253e9 +Subproject commit 7d9cbe613694924921ed1a6f8947d711c5832eee -- 1.7.9.7