From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53825) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XosFv-0002ta-K4 for qemu-devel@nongnu.org; Thu, 13 Nov 2014 06:08:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XosFo-0003wa-OI for qemu-devel@nongnu.org; Thu, 13 Nov 2014 06:08:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37828) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XosFo-0003wI-Fj for qemu-devel@nongnu.org; Thu, 13 Nov 2014 06:07:56 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sADB7txK002608 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 13 Nov 2014 06:07:56 -0500 From: Gerd Hoffmann Date: Thu, 13 Nov 2014 12:07:53 +0100 Message-Id: <1415876873-9962-2-git-send-email-kraxel@redhat.com> In-Reply-To: <1415876873-9962-1-git-send-email-kraxel@redhat.com> References: <1415876873-9962-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL for-2.2 1/1] update seabios to 1.7.5.1 stable release List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann git shortlog since 1.7.5: Hannes Reinecke (1): megasas: read addional PCI I/O bar Kevin O'Connor (5): boot: Change ":rom%d" boot order rom instance to ":rom%x" vgabios: Return from handle_1011() if handler found. Don't enable thread preemption during S3 resume vga option rom execution. build: Avoid absolute paths during "whole-program" compiling. ehci: Fix bug in hub port assignment Marcel Apfelbaum (1): hw/pci: reserve IO and mem for pci express downstream ports with no devices attached Markus Armbruster (1): boot: Fix boot order for SCSI target, lun > 9 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 37376 -> 37376 bytes pc-bios/vgabios-qxl.bin | Bin 37376 -> 37376 bytes pc-bios/vgabios-stdvga.bin | Bin 37376 -> 37376 bytes pc-bios/vgabios-vmware.bin | Bin 37376 -> 37376 bytes pc-bios/vgabios.bin | Bin 37376 -> 37376 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 09686a3..fab9da2 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 2314027..8c718e1 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 57a5f95..0c4d253 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 ed79993..4e08e13 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 d3579b4..e5e5b14 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 f89845e..cf2576d 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 d3038f4..bad187d 100644 Binary files a/pc-bios/vgabios.bin and b/pc-bios/vgabios.bin differ diff --git a/roms/seabios b/roms/seabios index e51488c..8936dbb 160000 --- a/roms/seabios +++ b/roms/seabios @@ -1 +1 @@ -Subproject commit e51488c5f8800a52ac5c8da7a31b85cca5cc95d2 +Subproject commit 8936dbb2cd5403c9a8279c849f7f4b0ccc0796ac -- 1.8.3.1