qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL for-2.2 0/1] update seabios to 1.7.5.1 stable release
@ 2014-11-13 11:07 Gerd Hoffmann
  2014-11-13 11:07 ` [Qemu-devel] [PULL for-2.2 1/1] " Gerd Hoffmann
  2014-11-13 13:55 ` [Qemu-devel] [PULL for-2.2 0/1] " Peter Maydell
  0 siblings, 2 replies; 3+ messages in thread
From: Gerd Hoffmann @ 2014-11-13 11:07 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

Here is the just released sabios 1.7.5.1 update from
the 1.7.5 stable branch, bringing some bios fixes.

please pull,
  Gerd

The following changes since commit 558c2c8ddfb165a36eb95dc93125c04829d68aa7:

  Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2014-11-10 16:28:51 +0000)

are available in the git repository at:


  git://git.kraxel.org/qemu tags/pull-seabios-1.7.5.1-20141113-1

for you to fetch changes up to 953ea14d66371f239f80e5d14191467b00d82439:

  update seabios to 1.7.5.1 stable release (2014-11-13 11:59:46 +0100)

----------------------------------------------------------------
update seabios to 1.7.5.1 stable release

----------------------------------------------------------------
Gerd Hoffmann (1):
      update seabios to 1.7.5.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 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 37376 -> 37376 bytes
 roms/seabios               |   2 +-
 8 files changed, 1 insertion(+), 1 deletion(-)

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

* [Qemu-devel] [PULL for-2.2 1/1] update seabios to 1.7.5.1 stable release
  2014-11-13 11:07 [Qemu-devel] [PULL for-2.2 0/1] update seabios to 1.7.5.1 stable release Gerd Hoffmann
@ 2014-11-13 11:07 ` Gerd Hoffmann
  2014-11-13 13:55 ` [Qemu-devel] [PULL for-2.2 0/1] " Peter Maydell
  1 sibling, 0 replies; 3+ messages in thread
From: Gerd Hoffmann @ 2014-11-13 11:07 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

git shortlog since 1.7.5:

Hannes Reinecke (1):
      megasas: read addional PCI I/O bar

Kevin O'Connor (5):
      boot: Change ":rom%d" boot order rom instance to ":rom%x"
      vgabios: Return from handle_1011() if handler found.
      Don't enable thread preemption during S3 resume vga option rom execution.
      build: Avoid absolute paths during "whole-program" compiling.
      ehci: Fix bug in hub port assignment

Marcel Apfelbaum (1):
      hw/pci: reserve IO and mem for pci express downstream ports with no devices attached

Markus Armbruster (1):
      boot: Fix boot order for SCSI target, lun > 9

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 37376 -> 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 09686a3..fab9da2 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 2314027..8c718e1 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 57a5f95..0c4d253 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 ed79993..4e08e13 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 d3579b4..e5e5b14 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 f89845e..cf2576d 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 d3038f4..bad187d 100644
Binary files a/pc-bios/vgabios.bin and b/pc-bios/vgabios.bin differ
diff --git a/roms/seabios b/roms/seabios
index e51488c..8936dbb 160000
--- a/roms/seabios
+++ b/roms/seabios
@@ -1 +1 @@
-Subproject commit e51488c5f8800a52ac5c8da7a31b85cca5cc95d2
+Subproject commit 8936dbb2cd5403c9a8279c849f7f4b0ccc0796ac
-- 
1.8.3.1

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

* Re: [Qemu-devel] [PULL for-2.2 0/1] update seabios to 1.7.5.1 stable release
  2014-11-13 11:07 [Qemu-devel] [PULL for-2.2 0/1] update seabios to 1.7.5.1 stable release Gerd Hoffmann
  2014-11-13 11:07 ` [Qemu-devel] [PULL for-2.2 1/1] " Gerd Hoffmann
@ 2014-11-13 13:55 ` Peter Maydell
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2014-11-13 13:55 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: QEMU Developers

On 13 November 2014 11:07, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Here is the just released sabios 1.7.5.1 update from
> the 1.7.5 stable branch, bringing some bios fixes.
>
> please pull,
>   Gerd
>
> The following changes since commit 558c2c8ddfb165a36eb95dc93125c04829d68aa7:
>
>   Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2014-11-10 16:28:51 +0000)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-seabios-1.7.5.1-20141113-1
>
> for you to fetch changes up to 953ea14d66371f239f80e5d14191467b00d82439:
>
>   update seabios to 1.7.5.1 stable release (2014-11-13 11:59:46 +0100)
>
> ----------------------------------------------------------------
> update seabios to 1.7.5.1 stable release
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM

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

end of thread, other threads:[~2014-11-13 13:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-13 11:07 [Qemu-devel] [PULL for-2.2 0/1] update seabios to 1.7.5.1 stable release Gerd Hoffmann
2014-11-13 11:07 ` [Qemu-devel] [PULL for-2.2 1/1] " Gerd Hoffmann
2014-11-13 13:55 ` [Qemu-devel] [PULL for-2.2 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).