From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56595) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhH9F-0001kI-O5 for qemu-devel@nongnu.org; Tue, 28 May 2013 06:28:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UhH9D-0000ID-55 for qemu-devel@nongnu.org; Tue, 28 May 2013 06:28:57 -0400 From: Gerd Hoffmann Date: Tue, 28 May 2013 12:28:52 +0200 Message-Id: <1369736932-16627-3-git-send-email-kraxel@redhat.com> In-Reply-To: <1369736932-16627-1-git-send-email-kraxel@redhat.com> References: <1369736932-16627-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 2/2] update seabios to release 1.7.2.2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: seabios@seabios.org, qemu-stable@nongnu.org, Gerd Hoffmann git shortlog from 1.7.2.1 Asias He (2): virtio-scsi: Pack struct virtio_scsi_{req_cmd,resp_cmd} virtio-scsi: Set _DRIVER_OK flag before scsi target scanning Kevin O'Connor (1): Cache boot-fail-wait to avoid romfile access after POST. 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 ec9eeb12c62a511f2e45bfc6fe3af90cc6da0d65..c2a19b8930540db854d3c98c6a271eadc2d12e98 100644 GIT binary patch [ ... snipped to not spam the list ... ] diff --git a/roms/seabios b/roms/seabios index 88cb66e..d4f7d90 160000 --- a/roms/seabios +++ b/roms/seabios @@ -1 +1 @@ -Subproject commit 88cb66ea542906ffff8a80ef397b9e3adbb33116 +Subproject commit d4f7d90f47462b4e8836899adc5060fbde5253e9 -- 1.7.9.7