* [Qemu-devel] [PULL 0/1] seabios: update to 1.7.5 final
@ 2014-06-02 14:53 Gerd Hoffmann
2014-06-02 14:53 ` [Qemu-devel] [PULL 1/1] " Gerd Hoffmann
2014-06-03 13:35 ` [Qemu-devel] [PULL 0/1] " Peter Maydell
0 siblings, 2 replies; 3+ messages in thread
From: Gerd Hoffmann @ 2014-06-02 14:53 UTC (permalink / raw)
To: qemu-devel; +Cc: Gerd Hoffmann
Hi,
Here comes the seabios update from -rc1 to -final.
please pull,
Gerd
The following changes since commit 9bb931802e6ab5ab6947e3cb9cea934fc0724274:
Revert "bsd-user: replace fprintf(stderr, ...) with error_report()" (2014-06-02 13:26:59 +0100)
are available in the git repository at:
git://git.kraxel.org/qemu tags/pull-roms-3
for you to fetch changes up to 3257fc8383b13856e6719d1390655ce24bafd071:
seabios: update to 1.7.5 final (2014-06-02 16:49:00 +0200)
----------------------------------------------------------------
seabios: update to 1.7.5 final
----------------------------------------------------------------
Gerd Hoffmann (1):
seabios: update to 1.7.5 final
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 36864 -> 37376 bytes
roms/seabios | 2 +-
8 files changed, 1 insertion(+), 1 deletion(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Qemu-devel] [PULL 1/1] seabios: update to 1.7.5 final
2014-06-02 14:53 [Qemu-devel] [PULL 0/1] seabios: update to 1.7.5 final Gerd Hoffmann
@ 2014-06-02 14:53 ` Gerd Hoffmann
2014-06-03 13:35 ` [Qemu-devel] [PULL 0/1] " Peter Maydell
1 sibling, 0 replies; 3+ messages in thread
From: Gerd Hoffmann @ 2014-06-02 14:53 UTC (permalink / raw)
To: qemu-devel; +Cc: Gerd Hoffmann
git shortlog since -rc1:
Gerd Hoffmann (2):
acpi: remove PORT_ACPI_PM_BASE constant
Allow using full io region on q35.
Kevin O'Connor (2):
vgabios: Add debug message if x86emu leal check triggers.
python3 fixes for vgabios and csm builds.
Paolo Bonzini (1):
smm: remove code to handle ACPI disable/enable
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
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 36864 -> 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 3e60a3d..09686a3 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 d360d0a..2314027 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 2ddef2e..57a5f95 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 f84a984..ed79993 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 833c464..d3579b4 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 c4bf322..f89845e 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 55c6db3..d3038f4 100644
Binary files a/pc-bios/vgabios.bin and b/pc-bios/vgabios.bin differ
diff --git a/roms/seabios b/roms/seabios
index b1d4dc9..e51488c 160000
--- a/roms/seabios
+++ b/roms/seabios
@@ -1 +1 @@
-Subproject commit b1d4dc908401719c5de78c25313cf82c7cd1d602
+Subproject commit e51488c5f8800a52ac5c8da7a31b85cca5cc95d2
--
1.8.3.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PULL 0/1] seabios: update to 1.7.5 final
2014-06-02 14:53 [Qemu-devel] [PULL 0/1] seabios: update to 1.7.5 final Gerd Hoffmann
2014-06-02 14:53 ` [Qemu-devel] [PULL 1/1] " Gerd Hoffmann
@ 2014-06-03 13:35 ` Peter Maydell
1 sibling, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2014-06-03 13:35 UTC (permalink / raw)
To: Gerd Hoffmann; +Cc: QEMU Developers
On 2 June 2014 15:53, Gerd Hoffmann <kraxel@redhat.com> wrote:
> Hi,
>
> Here comes the seabios update from -rc1 to -final.
>
> please pull,
> Gerd
>
> The following changes since commit 9bb931802e6ab5ab6947e3cb9cea934fc0724274:
>
> Revert "bsd-user: replace fprintf(stderr, ...) with error_report()" (2014-06-02 13:26:59 +0100)
>
> are available in the git repository at:
>
> git://git.kraxel.org/qemu tags/pull-roms-3
>
> for you to fetch changes up to 3257fc8383b13856e6719d1390655ce24bafd071:
>
> seabios: update to 1.7.5 final (2014-06-02 16:49:00 +0200)
>
> ----------------------------------------------------------------
> seabios: update to 1.7.5 final
Applied, thanks.
-- PMM
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-06-03 13:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-02 14:53 [Qemu-devel] [PULL 0/1] seabios: update to 1.7.5 final Gerd Hoffmann
2014-06-02 14:53 ` [Qemu-devel] [PULL 1/1] " Gerd Hoffmann
2014-06-03 13:35 ` [Qemu-devel] [PULL 0/1] " Peter Maydell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).