qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/2] update seabios to release 1.7.2.2
@ 2013-05-28 10:28 Gerd Hoffmann
  2013-05-28 10:28 ` [Qemu-devel] [PATCH 1/2] Revert "roms: switch oldnoconfig to olddefconfig" Gerd Hoffmann
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Gerd Hoffmann @ 2013-05-28 10:28 UTC (permalink / raw)
  To: qemu-devel; +Cc: seabios, qemu-stable, Gerd Hoffmann

  Hi,

This pull updates seabios to the 1.7.2.2 release tagged yesterday,
bringing some fixes which unfortunaly missed the qemu 1.5 boat.

please pull,
  Gerd

The following changes since commit 6a4e17711442849bf2cc731ccddef5a2a2d92d29:

  Remove Sun4c, Sun4d and a few CPUs (2013-05-26 11:37:58 +0000)

are available in the git repository at:

  git://git.kraxel.org/qemu seabios-1.7.2.2

for you to fetch changes up to 6683d7bc2759e9da8b5c4907a9de85d500933ffb:

  update seabios to release 1.7.2.2 (2013-05-28 12:19:02 +0200)

----------------------------------------------------------------
Gerd Hoffmann (2):
      Revert "roms: switch oldnoconfig to olddefconfig"
      update seabios to release 1.7.2.2

 pc-bios/bios.bin          |  Bin 131072 -> 131072 bytes
 roms/configure-seabios.sh |    2 +-
 roms/seabios              |    2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

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

* [Qemu-devel] [PATCH 1/2] Revert "roms: switch oldnoconfig to olddefconfig"
  2013-05-28 10:28 [Qemu-devel] [PULL 0/2] update seabios to release 1.7.2.2 Gerd Hoffmann
@ 2013-05-28 10:28 ` Gerd Hoffmann
  2013-05-28 10:28 ` [Qemu-devel] [PATCH 2/2] update seabios to release 1.7.2.2 Gerd Hoffmann
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Gerd Hoffmann @ 2013-05-28 10:28 UTC (permalink / raw)
  To: qemu-devel; +Cc: seabios, qemu-stable, Gerd Hoffmann

This reverts commit a5519b42cfd6c00e9f8b31c5aad7682e7a9f1181.

Breaks "make bios" in roms/ as the kconfig version in seabios doesn't
support olddefconfig.  Must have been be totally untested.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 roms/configure-seabios.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roms/configure-seabios.sh b/roms/configure-seabios.sh
index 4bb6c2b..98f59a2 100755
--- a/roms/configure-seabios.sh
+++ b/roms/configure-seabios.sh
@@ -2,4 +2,4 @@
 config="$1"
 make -C seabios clean distclean
 cp "$config" seabios/.config
-make -C seabios olddefconfig
+make -C seabios oldnoconfig
-- 
1.7.9.7

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

* [Qemu-devel] [PATCH 2/2] update seabios to release 1.7.2.2
  2013-05-28 10:28 [Qemu-devel] [PULL 0/2] update seabios to release 1.7.2.2 Gerd Hoffmann
  2013-05-28 10:28 ` [Qemu-devel] [PATCH 1/2] Revert "roms: switch oldnoconfig to olddefconfig" Gerd Hoffmann
@ 2013-05-28 10:28 ` Gerd Hoffmann
  2013-06-11 22:05 ` [Qemu-devel] [PULL 0/2] " mdroth
  2013-06-17 21:18 ` Anthony Liguori
  3 siblings, 0 replies; 6+ messages in thread
From: Gerd Hoffmann @ 2013-05-28 10:28 UTC (permalink / raw)
  To: qemu-devel; +Cc: seabios, qemu-stable, Gerd Hoffmann

git shortlog from 1.7.2.1

Asias He (2):
      virtio-scsi: Pack struct virtio_scsi_{req_cmd,resp_cmd}
      virtio-scsi: Set _DRIVER_OK flag before scsi target scanning

Kevin O'Connor (1):
      Cache boot-fail-wait to avoid romfile access after POST.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 pc-bios/bios.bin |  Bin 131072 -> 131072 bytes
 roms/seabios     |    2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/pc-bios/bios.bin b/pc-bios/bios.bin
index ec9eeb12c62a511f2e45bfc6fe3af90cc6da0d65..c2a19b8930540db854d3c98c6a271eadc2d12e98 100644
GIT binary patch

[ ... snipped to not spam the list ... ]

diff --git a/roms/seabios b/roms/seabios
index 88cb66e..d4f7d90 160000
--- a/roms/seabios
+++ b/roms/seabios
@@ -1 +1 @@
-Subproject commit 88cb66ea542906ffff8a80ef397b9e3adbb33116
+Subproject commit d4f7d90f47462b4e8836899adc5060fbde5253e9
-- 
1.7.9.7

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

* Re: [Qemu-devel] [PULL 0/2] update seabios to release 1.7.2.2
  2013-05-28 10:28 [Qemu-devel] [PULL 0/2] update seabios to release 1.7.2.2 Gerd Hoffmann
  2013-05-28 10:28 ` [Qemu-devel] [PATCH 1/2] Revert "roms: switch oldnoconfig to olddefconfig" Gerd Hoffmann
  2013-05-28 10:28 ` [Qemu-devel] [PATCH 2/2] update seabios to release 1.7.2.2 Gerd Hoffmann
@ 2013-06-11 22:05 ` mdroth
  2013-06-11 22:09   ` mdroth
  2013-06-17 21:18 ` Anthony Liguori
  3 siblings, 1 reply; 6+ messages in thread
From: mdroth @ 2013-06-11 22:05 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: seabios, qemu-devel, qemu-stable

On Tue, May 28, 2013 at 12:28:50PM +0200, Gerd Hoffmann wrote:
>   Hi,
> 
> This pull updates seabios to the 1.7.2.2 release tagged yesterday,
> bringing some fixes which unfortunaly missed the qemu 1.5 boat.
> 
> please pull,
>   Gerd
> 
> The following changes since commit 6a4e17711442849bf2cc731ccddef5a2a2d92d29:
> 
>   Remove Sun4c, Sun4d and a few CPUs (2013-05-26 11:37:58 +0000)
> 
> are available in the git repository at:
> 
>   git://git.kraxel.org/qemu seabios-1.7.2.2
> 
> for you to fetch changes up to 6683d7bc2759e9da8b5c4907a9de85d500933ffb:
> 
>   update seabios to release 1.7.2.2 (2013-05-28 12:19:02 +0200)
> 
> ----------------------------------------------------------------
> Gerd Hoffmann (2):
>       Revert "roms: switch oldnoconfig to olddefconfig"
>       update seabios to release 1.7.2.2

Ping, looking to pull these for 1.5.1

> 
>  pc-bios/bios.bin          |  Bin 131072 -> 131072 bytes
>  roms/configure-seabios.sh |    2 +-
>  roms/seabios              |    2 +-
>  3 files changed, 2 insertions(+), 2 deletions(-)
> 

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

* Re: [Qemu-devel] [PULL 0/2] update seabios to release 1.7.2.2
  2013-06-11 22:05 ` [Qemu-devel] [PULL 0/2] " mdroth
@ 2013-06-11 22:09   ` mdroth
  0 siblings, 0 replies; 6+ messages in thread
From: mdroth @ 2013-06-11 22:09 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: seabios, qemu-devel, qemu-stable

On Tue, Jun 11, 2013 at 05:05:59PM -0500, mdroth wrote:
> On Tue, May 28, 2013 at 12:28:50PM +0200, Gerd Hoffmann wrote:
> >   Hi,
> > 
> > This pull updates seabios to the 1.7.2.2 release tagged yesterday,
> > bringing some fixes which unfortunaly missed the qemu 1.5 boat.
> > 
> > please pull,
> >   Gerd
> > 
> > The following changes since commit 6a4e17711442849bf2cc731ccddef5a2a2d92d29:
> > 
> >   Remove Sun4c, Sun4d and a few CPUs (2013-05-26 11:37:58 +0000)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kraxel.org/qemu seabios-1.7.2.2
> > 
> > for you to fetch changes up to 6683d7bc2759e9da8b5c4907a9de85d500933ffb:
> > 
> >   update seabios to release 1.7.2.2 (2013-05-28 12:19:02 +0200)
> > 
> > ----------------------------------------------------------------
> > Gerd Hoffmann (2):
> >       Revert "roms: switch oldnoconfig to olddefconfig"
> >       update seabios to release 1.7.2.2
> 
> Ping, looking to pull these for 1.5.1

Sorry, already applied, git failure on my end

> 
> > 
> >  pc-bios/bios.bin          |  Bin 131072 -> 131072 bytes
> >  roms/configure-seabios.sh |    2 +-
> >  roms/seabios              |    2 +-
> >  3 files changed, 2 insertions(+), 2 deletions(-)
> > 

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

* Re: [Qemu-devel] [PULL 0/2] update seabios to release 1.7.2.2
  2013-05-28 10:28 [Qemu-devel] [PULL 0/2] update seabios to release 1.7.2.2 Gerd Hoffmann
                   ` (2 preceding siblings ...)
  2013-06-11 22:05 ` [Qemu-devel] [PULL 0/2] " mdroth
@ 2013-06-17 21:18 ` Anthony Liguori
  3 siblings, 0 replies; 6+ messages in thread
From: Anthony Liguori @ 2013-06-17 21:18 UTC (permalink / raw)
  To: Gerd Hoffmann, qemu-devel; +Cc: seabios, qemu-stable

Pulled.  Thanks.

Regards,

Anthony Liguori

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

end of thread, other threads:[~2013-06-17 21:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-28 10:28 [Qemu-devel] [PULL 0/2] update seabios to release 1.7.2.2 Gerd Hoffmann
2013-05-28 10:28 ` [Qemu-devel] [PATCH 1/2] Revert "roms: switch oldnoconfig to olddefconfig" Gerd Hoffmann
2013-05-28 10:28 ` [Qemu-devel] [PATCH 2/2] update seabios to release 1.7.2.2 Gerd Hoffmann
2013-06-11 22:05 ` [Qemu-devel] [PULL 0/2] " mdroth
2013-06-11 22:09   ` mdroth
2013-06-17 21:18 ` Anthony Liguori

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