* [Qemu-devel] [PULL 0/1] seabios: update to 1.9.1 stable release
@ 2016-03-01 8:41 Gerd Hoffmann
2016-03-01 8:41 ` [Qemu-devel] [PULL 1/1] " Gerd Hoffmann
2016-03-01 13:09 ` [Qemu-devel] [PULL 0/1] " Peter Maydell
0 siblings, 2 replies; 3+ messages in thread
From: Gerd Hoffmann @ 2016-03-01 8:41 UTC (permalink / raw)
To: qemu-devel; +Cc: Gerd Hoffmann
Hi,
This is a stable branch update for seabios (1.9.0 -> 1.9.1).
As usual the commit message has the shortlog.
please pull,
Gerd
The following changes since commit 071608b519adf62bc29c914343a21c5407ab1ac9:
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160229-1' into staging (2016-02-29 12:24:26 +0000)
are available in the git repository at:
git://git.kraxel.org/qemu tags/pull-seabios-20160301-1
for you to fetch changes up to fee5b753ff0eb8b25685227804a60dbc4a2ce6ea:
seabios: update to 1.9.1 stable release (2016-03-01 09:37:07 +0100)
----------------------------------------------------------------
seabios: update to 1.9.1 stable release
----------------------------------------------------------------
Gerd Hoffmann (1):
seabios: update to 1.9.1 stable release
pc-bios/bios-256k.bin | Bin 262144 -> 262144 bytes
pc-bios/bios.bin | Bin 131072 -> 131072 bytes
pc-bios/vgabios-cirrus.bin | Bin 38400 -> 38400 bytes
pc-bios/vgabios-qxl.bin | Bin 38912 -> 38912 bytes
pc-bios/vgabios-stdvga.bin | Bin 38912 -> 38912 bytes
pc-bios/vgabios-virtio.bin | Bin 38912 -> 38912 bytes
pc-bios/vgabios-vmware.bin | Bin 38912 -> 38912 bytes
pc-bios/vgabios.bin | Bin 38400 -> 38400 bytes
roms/seabios | 2 +-
9 files changed, 1 insertion(+), 1 deletion(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Qemu-devel] [PULL 1/1] seabios: update to 1.9.1 stable release
2016-03-01 8:41 [Qemu-devel] [PULL 0/1] seabios: update to 1.9.1 stable release Gerd Hoffmann
@ 2016-03-01 8:41 ` Gerd Hoffmann
2016-03-01 13:09 ` [Qemu-devel] [PULL 0/1] " Peter Maydell
1 sibling, 0 replies; 3+ messages in thread
From: Gerd Hoffmann @ 2016-03-01 8:41 UTC (permalink / raw)
To: qemu-devel; +Cc: Gerd Hoffmann
git shortlog rel-1.9.0..rel-1.9.1
=================================
Cole Robinson (1):
biostables: Support SMBIOS 2.6+ UUID format
Kevin O'Connor (7):
xhci: Check for device disconnects during USB2 reset polling
xhci: Wait for port enable even for USB3 devices
sdcard: Only enable error_irq_enable for bits defined in SDHCI v1 spec
sdcard: fix typo causing 32bit write to 16bit block_size field
nmi: Don't try to switch onto extra stack in NMI handler
scsi: Do not call printf() from scsi_is_ready()
coreboot: Check for unaligned cbfs header
Marcel Apfelbaum (1):
fw/pci: do not automatically allocate IO region for PCIe bridges
Roger Pau Monne (1):
build: fix typo in buildversion.py
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 38400 -> 38400 bytes
pc-bios/vgabios-qxl.bin | Bin 38912 -> 38912 bytes
pc-bios/vgabios-stdvga.bin | Bin 38912 -> 38912 bytes
pc-bios/vgabios-virtio.bin | Bin 38912 -> 38912 bytes
pc-bios/vgabios-vmware.bin | Bin 38912 -> 38912 bytes
pc-bios/vgabios.bin | Bin 38400 -> 38400 bytes
roms/seabios | 2 +-
9 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/pc-bios/bios-256k.bin b/pc-bios/bios-256k.bin
index 1c50904..e7a7e72 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 742a773..b0ae502 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 4d35b2e..3f4bb30 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 aa1c725..38d31b6 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 d6eeab1..e469c10 100644
Binary files a/pc-bios/vgabios-stdvga.bin and b/pc-bios/vgabios-stdvga.bin differ
diff --git a/pc-bios/vgabios-virtio.bin b/pc-bios/vgabios-virtio.bin
index f9db6a6..d42b028 100644
Binary files a/pc-bios/vgabios-virtio.bin and b/pc-bios/vgabios-virtio.bin differ
diff --git a/pc-bios/vgabios-vmware.bin b/pc-bios/vgabios-vmware.bin
index 33e0377..26bc0b7 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 db0c5eb..2d1a7c6 100644
Binary files a/pc-bios/vgabios.bin and b/pc-bios/vgabios.bin differ
diff --git a/roms/seabios b/roms/seabios
index 01a84be..b3ef39f 160000
--- a/roms/seabios
+++ b/roms/seabios
@@ -1 +1 @@
-Subproject commit 01a84bea2d28a19d2405c1ecac4bdef17683cc0c
+Subproject commit b3ef39f532db52bf17457ba931da758eeb38d6b4
--
1.8.3.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PULL 0/1] seabios: update to 1.9.1 stable release
2016-03-01 8:41 [Qemu-devel] [PULL 0/1] seabios: update to 1.9.1 stable release Gerd Hoffmann
2016-03-01 8:41 ` [Qemu-devel] [PULL 1/1] " Gerd Hoffmann
@ 2016-03-01 13:09 ` Peter Maydell
1 sibling, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2016-03-01 13:09 UTC (permalink / raw)
To: Gerd Hoffmann; +Cc: QEMU Developers
On 1 March 2016 at 08:41, Gerd Hoffmann <kraxel@redhat.com> wrote:
> Hi,
>
> This is a stable branch update for seabios (1.9.0 -> 1.9.1).
> As usual the commit message has the shortlog.
>
> please pull,
> Gerd
>
> The following changes since commit 071608b519adf62bc29c914343a21c5407ab1ac9:
>
> Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160229-1' into staging (2016-02-29 12:24:26 +0000)
>
> are available in the git repository at:
>
>
> git://git.kraxel.org/qemu tags/pull-seabios-20160301-1
>
> for you to fetch changes up to fee5b753ff0eb8b25685227804a60dbc4a2ce6ea:
>
> seabios: update to 1.9.1 stable release (2016-03-01 09:37:07 +0100)
>
> ----------------------------------------------------------------
> seabios: update to 1.9.1 stable release
>
> ----------------------------------------------------------------
Applied, thanks.
-- PMM
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-03-01 13:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-01 8:41 [Qemu-devel] [PULL 0/1] seabios: update to 1.9.1 stable release Gerd Hoffmann
2016-03-01 8:41 ` [Qemu-devel] [PULL 1/1] " Gerd Hoffmann
2016-03-01 13:09 ` [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).