mbox

[PULL,for-2.3,0/1] seabios: update to 1.8.1 stable release

Message ID 1426493784-31747-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/pull-seabios-1.8.1-20150316-1

Message

Gerd Hoffmann March 16, 2015, 8:16 a.m. UTC
Hi,

New seabios release from 1.8-stable branch.

Most important change is the fix for the smp race at boot
(reported multiple times on the list).

There also is a memory barrier fix (makes pvscsi boot work).
Support for multiple pci roots has been added too.

please pull,
  Gerd

The following changes since commit 7ccfb495c64e1eef5886dcc4d48523ed6d1d22a4:

  user-exec.c: fix build on NetBSD/sparc64 and NetBSD/arm (2015-03-13 15:57:00 +0000)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/pull-seabios-1.8.1-20150316-1

for you to fetch changes up to 93f7c4f09f6957244d5af0a35309b8ad4ffb64ed:

  seabios: update to 1.8.1 stable release (2015-03-16 09:07:15 +0100)

----------------------------------------------------------------
seabios: update to 1.8.1 stable release

----------------------------------------------------------------
Gerd Hoffmann (1):
      seabios: update to 1.8.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 37888 -> 37888 bytes
 pc-bios/vgabios-qxl.bin    | Bin 38400 -> 38400 bytes
 pc-bios/vgabios-stdvga.bin | Bin 38400 -> 38400 bytes
 pc-bios/vgabios-vmware.bin | Bin 38400 -> 38400 bytes
 pc-bios/vgabios.bin        | Bin 38400 -> 38400 bytes
 roms/seabios               |   2 +-
 8 files changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Maydell March 16, 2015, 11:44 a.m. UTC | #1
On 16 March 2015 at 08:16, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> New seabios release from 1.8-stable branch.
>
> Most important change is the fix for the smp race at boot
> (reported multiple times on the list).
>
> There also is a memory barrier fix (makes pvscsi boot work).
> Support for multiple pci roots has been added too.
>
> please pull,
>   Gerd
>
> The following changes since commit 7ccfb495c64e1eef5886dcc4d48523ed6d1d22a4:
>
>   user-exec.c: fix build on NetBSD/sparc64 and NetBSD/arm (2015-03-13 15:57:00 +0000)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/pull-seabios-1.8.1-20150316-1
>
> for you to fetch changes up to 93f7c4f09f6957244d5af0a35309b8ad4ffb64ed:
>
>   seabios: update to 1.8.1 stable release (2015-03-16 09:07:15 +0100)
>
> ----------------------------------------------------------------
> seabios: update to 1.8.1 stable release
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM