Hi,
This pull updates seabios to the 1.7.2.2 release tagged yesterday, bringing some fixes which unfortunaly missed the qemu 1.5 boat.
please pull, Gerd
The following changes since commit 6a4e17711442849bf2cc731ccddef5a2a2d92d29:
Remove Sun4c, Sun4d and a few CPUs (2013-05-26 11:37:58 +0000)
are available in the git repository at:
git://git.kraxel.org/qemu seabios-1.7.2.2
for you to fetch changes up to 6683d7bc2759e9da8b5c4907a9de85d500933ffb:
update seabios to release 1.7.2.2 (2013-05-28 12:19:02 +0200)
---------------------------------------------------------------- Gerd Hoffmann (2): Revert "roms: switch oldnoconfig to olddefconfig" update seabios to release 1.7.2.2
pc-bios/bios.bin | Bin 131072 -> 131072 bytes roms/configure-seabios.sh | 2 +- roms/seabios | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-)
This reverts commit a5519b42cfd6c00e9f8b31c5aad7682e7a9f1181.
Breaks "make bios" in roms/ as the kconfig version in seabios doesn't support olddefconfig. Must have been be totally untested.
Signed-off-by: Gerd Hoffmann kraxel@redhat.com --- roms/configure-seabios.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/roms/configure-seabios.sh b/roms/configure-seabios.sh index 4bb6c2b..98f59a2 100755 --- a/roms/configure-seabios.sh +++ b/roms/configure-seabios.sh @@ -2,4 +2,4 @@ config="$1" make -C seabios clean distclean cp "$config" seabios/.config -make -C seabios olddefconfig +make -C seabios oldnoconfig
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 kraxel@redhat.com --- 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
Pulled. Thanks.
Regards,
Anthony Liguori