From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48204) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z57w9-0006rK-BZ 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-0000gb-B3 for qemu-devel@nongnu.org; Wed, 17 Jun 2015 03:39:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34011) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z57w6-0000gF-5i for qemu-devel@nongnu.org; Wed, 17 Jun 2015 03:39:02 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id A60EAB8BB8 for ; Wed, 17 Jun 2015 07:39:01 +0000 (UTC) From: Gerd Hoffmann Date: Wed, 17 Jun 2015 09:38:52 +0200 Message-Id: <1434526735-25427-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/3] update seabios to 1.8.2, add virtio-vga vgabios List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Here comes the update pull for the just-released seabios 1.8.2. It brings some small bugfixes and the vgabios for virtio-vga. Also our builds are tagged in the version banner now, so it is visible in the logs whenever one runs the prebuilt qemu binaries or something else (distro builds for example). please pull, Gerd The following changes since commit 93f6d1c16036aaf34055d16f54ea770fb8d6d280: Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20150615-1' into staging (2015-06-16 10:35:43 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-seabios-1.8.2-20150617-1 for you to fetch changes up to f3bcd42683dcc48c576281399d6cf6b34da6ba41: update seabios and vgabios binaries (2015-06-17 09:28:03 +0200) ---------------------------------------------------------------- update seabios to release 1.8.2 add vgabios for virtio-vga ---------------------------------------------------------------- Gerd Hoffmann (3): update seabios submodule to release 1.8.2 tag our seabios builds update seabios and vgabios binaries pc-bios/bios-256k.bin | Bin 262144 -> 262144 bytes pc-bios/bios.bin | Bin 131072 -> 131072 bytes pc-bios/vgabios-cirrus.bin | Bin 37888 -> 38400 bytes pc-bios/vgabios-qxl.bin | Bin 38400 -> 38400 bytes pc-bios/vgabios-stdvga.bin | Bin 38400 -> 38400 bytes pc-bios/vgabios-virtio.bin | Bin 0 -> 38400 bytes pc-bios/vgabios-vmware.bin | Bin 38400 -> 38400 bytes pc-bios/vgabios.bin | Bin 38400 -> 38400 bytes roms/Makefile | 5 +++++ roms/seabios | 2 +- 10 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 pc-bios/vgabios-virtio.bin