From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46542) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXQCc-00038V-6N for qemu-devel@nongnu.org; Mon, 16 Mar 2015 04:16:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXQCb-0001jl-64 for qemu-devel@nongnu.org; Mon, 16 Mar 2015 04:16:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35441) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXQCa-0001jT-Tm for qemu-devel@nongnu.org; Mon, 16 Mar 2015 04:16:45 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t2G8GiDL016937 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 16 Mar 2015 04:16:44 -0400 From: Gerd Hoffmann Date: Mon, 16 Mar 2015 09:16:24 +0100 Message-Id: <1426493784-31747-2-git-send-email-kraxel@redhat.com> In-Reply-To: <1426493784-31747-1-git-send-email-kraxel@redhat.com> References: <1426493784-31747-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 1/1] seabios: update to 1.8.1 stable release List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Carries two bugfixes and support for multiple pci root buses. git shortlog rel-1.8.0..rel-1.8.1 ================================= Ameya Palande (1): x86: add barrier to read{b,w,l} and write{b,w,l} functions Kevin O'Connor (1): smp: Fix smp race introduced in 0673b787 Marcel Apfelbaum (2): fw/pci: scan all buses if extraroots romfile is present fw/pci: map memory and IO regions for multiple pci root buses Signed-off-by: Gerd Hoffmann --- pc-bios/bios-256k.bin | Bin 262144 -> 262144 bytes pc-bios/bios.bin | Bin 131072 -> 131072 bytes pc-bios/vgabios-cirrus.bin | Bin 37888 -> 37888 bytes pc-bios/vgabios-qxl.bin | Bin 38400 -> 38400 bytes pc-bios/vgabios-stdvga.bin | Bin 38400 -> 38400 bytes pc-bios/vgabios-vmware.bin | Bin 38400 -> 38400 bytes pc-bios/vgabios.bin | Bin 38400 -> 38400 bytes roms/seabios | 2 +- 8 files changed, 1 insertion(+), 1 deletion(-) diff --git a/pc-bios/bios-256k.bin b/pc-bios/bios-256k.bin index 1c3f402..c6e25ac 100644 Binary files a/pc-bios/bios-256k.bin and b/pc-bios/bios-256k.bin differ diff --git a/pc-bios/bios.bin b/pc-bios/bios.bin index 3724535..46ca37b 100644 Binary files a/pc-bios/bios.bin and b/pc-bios/bios.bin differ diff --git a/pc-bios/vgabios-cirrus.bin b/pc-bios/vgabios-cirrus.bin index 09dd0fa..02227d3 100644 Binary files a/pc-bios/vgabios-cirrus.bin and b/pc-bios/vgabios-cirrus.bin differ diff --git a/pc-bios/vgabios-qxl.bin b/pc-bios/vgabios-qxl.bin index 92f22bf..8a87c23 100644 Binary files a/pc-bios/vgabios-qxl.bin and b/pc-bios/vgabios-qxl.bin differ diff --git a/pc-bios/vgabios-stdvga.bin b/pc-bios/vgabios-stdvga.bin index 73c3468..00cb73c 100644 Binary files a/pc-bios/vgabios-stdvga.bin and b/pc-bios/vgabios-stdvga.bin differ diff --git a/pc-bios/vgabios-vmware.bin b/pc-bios/vgabios-vmware.bin index 86f9f7e..c9a94f9 100644 Binary files a/pc-bios/vgabios-vmware.bin and b/pc-bios/vgabios-vmware.bin differ diff --git a/pc-bios/vgabios.bin b/pc-bios/vgabios.bin index de3226e..3e3335d 100644 Binary files a/pc-bios/vgabios.bin and b/pc-bios/vgabios.bin differ diff --git a/roms/seabios b/roms/seabios index 4c59f5d..4adadbd 160000 --- a/roms/seabios +++ b/roms/seabios @@ -1 +1 @@ -Subproject commit 4c59f5d83044df4d57b90958b0fdfcecb913fddb +Subproject commit 4adadbde6904807de2e990c0af839ad0cc977806 -- 1.8.3.1