From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48205) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z57w9-0006rL-CC for qemu-devel@nongnu.org; Wed, 17 Jun 2015 03:39:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z57w6-0000gV-6W for qemu-devel@nongnu.org; Wed, 17 Jun 2015 03:39:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45344) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z57w6-0000g7-1Y for qemu-devel@nongnu.org; Wed, 17 Jun 2015 03:39:02 -0400 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 (Postfix) with ESMTPS id 8561536B4D2 for ; Wed, 17 Jun 2015 07:39:01 +0000 (UTC) From: Gerd Hoffmann Date: Wed, 17 Jun 2015 09:38:53 +0200 Message-Id: <1434526735-25427-2-git-send-email-kraxel@redhat.com> In-Reply-To: <1434526735-25427-1-git-send-email-kraxel@redhat.com> References: <1434526735-25427-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 1/3] update seabios submodule to release 1.8.2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann git shortlog rel-1.8.1..rel-1.8.2 ================================= Gerd Hoffmann (1): vga: rework virtio-vga support Kevin O'Connor (5): vgabios: Add config option for assembler fixups vgabios: Emulate "leal" instruction build: Support "make VERSION=xyz" to override the default build version build: CONFIG_VGA_FIXUP_ASM should depend on CONFIG_BUILD_VGABIOS vgabios: On bda_save_restore() the saved vbe_mode also has flags in it Paolo Bonzini (1): smm: ignore bits 16,18-31 of SMM revision ID Vladimir Serbinenko (1): ahci: Ignore max_ports. Signed-off-by: Gerd Hoffmann --- roms/seabios | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roms/seabios b/roms/seabios index 4adadbd..33fbe13 160000 --- a/roms/seabios +++ b/roms/seabios @@ -1 +1 @@ -Subproject commit 4adadbde6904807de2e990c0af839ad0cc977806 +Subproject commit 33fbe13a3e2a01e0ba1087a8feed801a0451db21 -- 1.8.3.1