All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL for-2.3 0/1] seabios: update to 1.8.1 stable release
@ 2015-03-16  8:16 Gerd Hoffmann
  2015-03-16  8:16 ` [Qemu-devel] [PULL 1/1] " Gerd Hoffmann
  2015-03-16 11:44 ` [Qemu-devel] [PULL for-2.3 0/1] " Peter Maydell
  0 siblings, 2 replies; 3+ messages in thread
From: Gerd Hoffmann @ 2015-03-16  8:16 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  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(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Qemu-devel] [PULL 1/1] seabios: update to 1.8.1 stable release
  2015-03-16  8:16 [Qemu-devel] [PULL for-2.3 0/1] seabios: update to 1.8.1 stable release Gerd Hoffmann
@ 2015-03-16  8:16 ` Gerd Hoffmann
  2015-03-16 11:44 ` [Qemu-devel] [PULL for-2.3 0/1] " Peter Maydell
  1 sibling, 0 replies; 3+ messages in thread
From: Gerd Hoffmann @ 2015-03-16  8:16 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

Carries two bugfixes and support for multiple pci root buses.

git shortlog rel-1.8.0..rel-1.8.1
=================================

Ameya Palande (1):
      x86: add barrier to read{b,w,l} and write{b,w,l} functions

Kevin O'Connor (1):
      smp: Fix smp race introduced in 0673b787

Marcel Apfelbaum (2):
      fw/pci: scan all buses if extraroots romfile is present
      fw/pci: map memory and IO regions for multiple pci root buses

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 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(-)

diff --git a/pc-bios/bios-256k.bin b/pc-bios/bios-256k.bin
index 1c3f402..c6e25ac 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 3724535..46ca37b 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 09dd0fa..02227d3 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 92f22bf..8a87c23 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 73c3468..00cb73c 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 86f9f7e..c9a94f9 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 de3226e..3e3335d 100644
Binary files a/pc-bios/vgabios.bin and b/pc-bios/vgabios.bin differ
diff --git a/roms/seabios b/roms/seabios
index 4c59f5d..4adadbd 160000
--- a/roms/seabios
+++ b/roms/seabios
@@ -1 +1 @@
-Subproject commit 4c59f5d83044df4d57b90958b0fdfcecb913fddb
+Subproject commit 4adadbde6904807de2e990c0af839ad0cc977806
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PULL for-2.3 0/1] seabios: update to 1.8.1 stable release
  2015-03-16  8:16 [Qemu-devel] [PULL for-2.3 0/1] seabios: update to 1.8.1 stable release Gerd Hoffmann
  2015-03-16  8:16 ` [Qemu-devel] [PULL 1/1] " Gerd Hoffmann
@ 2015-03-16 11:44 ` Peter Maydell
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2015-03-16 11:44 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: QEMU Developers

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-16 11:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-16  8:16 [Qemu-devel] [PULL for-2.3 0/1] seabios: update to 1.8.1 stable release Gerd Hoffmann
2015-03-16  8:16 ` [Qemu-devel] [PULL 1/1] " Gerd Hoffmann
2015-03-16 11:44 ` [Qemu-devel] [PULL for-2.3 0/1] " Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.