All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/1] seabios: update to 1.10.1 stable release
@ 2016-11-22  9:15 Gerd Hoffmann
  2016-11-22  9:15 ` [Qemu-devel] [PULL 1/1] " Gerd Hoffmann
  2016-11-22 19:29 ` [Qemu-devel] [PULL 0/1] " Stefan Hajnoczi
  0 siblings, 2 replies; 6+ messages in thread
From: Gerd Hoffmann @ 2016-11-22  9:15 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

Here comes the update to seabios the 1.10.1 stable release, featuring a
single patch to make seabios use QEMU_CFG_NB_CPUS.

please pull,
  Gerd

The following changes since commit c36ed06e9159fa484b711dfdd27ec64d7ac3d17a:

  Merge remote-tracking branch 'mst/tags/for_upstream' into staging (2016-11-21 11:09:58 +0000)

are available in the git repository at:


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

for you to fetch changes up to cae41fda0f22b31f873fdc3e916f4d2580dedb09:

  seabios: update to 1.10.1 stable release (2016-11-22 10:12:08 +0100)

----------------------------------------------------------------
seabios: update to 1.10.1 stable release

----------------------------------------------------------------
Gerd Hoffmann (1):
      seabios: update to 1.10.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] 6+ messages in thread

* [Qemu-devel] [PULL 1/1] seabios: update to 1.10.1 stable release
  2016-11-22  9:15 [Qemu-devel] [PULL 0/1] seabios: update to 1.10.1 stable release Gerd Hoffmann
@ 2016-11-22  9:15 ` Gerd Hoffmann
  2016-11-22 11:02   ` Stefan Hajnoczi
  2016-11-22 19:29 ` [Qemu-devel] [PULL 0/1] " Stefan Hajnoczi
  1 sibling, 1 reply; 6+ messages in thread
From: Gerd Hoffmann @ 2016-11-22  9:15 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

git shortlog rel-1.10.0..rel-1.10.1
===================================

Igor Mammedov (1):
      drop "etc/boot-cpus" fw_cfg file and reuse legacy QEMU_CFG_NB_CPUS

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 8dc4838..229b5af 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 0b16c54..9a9b0f0 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 67389ca..9dadce2 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 9d3d9b4..a89725c 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 6fc42b1..ea04141 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 b2e6e5a..71e22fc 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 eccd87b..ad239cb 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 450230a..9947c2c 100644
Binary files a/pc-bios/vgabios.bin and b/pc-bios/vgabios.bin differ
diff --git a/roms/seabios b/roms/seabios
index d7adf60..8891697 160000
--- a/roms/seabios
+++ b/roms/seabios
@@ -1 +1 @@
-Subproject commit d7adf6044a4c772b497e97272adf97426b34a249
+Subproject commit 8891697e3f7d84355420573efd98e94f14736768
-- 
1.8.3.1

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

* Re: [Qemu-devel] [PULL 1/1] seabios: update to 1.10.1 stable release
  2016-11-22  9:15 ` [Qemu-devel] [PULL 1/1] " Gerd Hoffmann
@ 2016-11-22 11:02   ` Stefan Hajnoczi
  2016-11-22 15:23     ` Gerd Hoffmann
  0 siblings, 1 reply; 6+ messages in thread
From: Stefan Hajnoczi @ 2016-11-22 11:02 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 485 bytes --]

On Tue, Nov 22, 2016 at 10:15:44AM +0100, Gerd Hoffmann wrote:
> diff --git a/roms/seabios b/roms/seabios
> index d7adf60..8891697 160000
> --- a/roms/seabios
> +++ b/roms/seabios
> @@ -1 +1 @@
> -Subproject commit d7adf6044a4c772b497e97272adf97426b34a249
> +Subproject commit 8891697e3f7d84355420573efd98e94f14736768

I can't find 8891697e3f7d84355420573efd98e94f14736768 in
git://git.qemu-project.org/seabios.git or upstream
SeaBIOS.

Where can this commit be found?

Thanks,
Stefan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

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

* Re: [Qemu-devel] [PULL 1/1] seabios: update to 1.10.1 stable release
  2016-11-22 11:02   ` Stefan Hajnoczi
@ 2016-11-22 15:23     ` Gerd Hoffmann
  2016-11-22 19:29       ` Stefan Hajnoczi
  0 siblings, 1 reply; 6+ messages in thread
From: Gerd Hoffmann @ 2016-11-22 15:23 UTC (permalink / raw)
  To: Stefan Hajnoczi; +Cc: qemu-devel

On Di, 2016-11-22 at 11:02 +0000, Stefan Hajnoczi wrote:
> On Tue, Nov 22, 2016 at 10:15:44AM +0100, Gerd Hoffmann wrote:
> > diff --git a/roms/seabios b/roms/seabios
> > index d7adf60..8891697 160000
> > --- a/roms/seabios
> > +++ b/roms/seabios
> > @@ -1 +1 @@
> > -Subproject commit d7adf6044a4c772b497e97272adf97426b34a249
> > +Subproject commit 8891697e3f7d84355420573efd98e94f14736768
> 
> I can't find 8891697e3f7d84355420573efd98e94f14736768 in
> git://git.qemu-project.org/seabios.git or upstream
> SeaBIOS.

/me looks puzzled.  I checked beforehand, commit is there, even though
the rel-1.10.1 tag wasn't mirrored yet (few hours ago).

Checking again ...

http://git.qemu-project.org/?p=seabios.git;a=commit;h=8891697e3f7d84355420573efd98e94f14736768

Hmm?

cheers,
  Gerd

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

* Re: [Qemu-devel] [PULL 1/1] seabios: update to 1.10.1 stable release
  2016-11-22 15:23     ` Gerd Hoffmann
@ 2016-11-22 19:29       ` Stefan Hajnoczi
  0 siblings, 0 replies; 6+ messages in thread
From: Stefan Hajnoczi @ 2016-11-22 19:29 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 1160 bytes --]

On Tue, Nov 22, 2016 at 04:23:25PM +0100, Gerd Hoffmann wrote:
> On Di, 2016-11-22 at 11:02 +0000, Stefan Hajnoczi wrote:
> > On Tue, Nov 22, 2016 at 10:15:44AM +0100, Gerd Hoffmann wrote:
> > > diff --git a/roms/seabios b/roms/seabios
> > > index d7adf60..8891697 160000
> > > --- a/roms/seabios
> > > +++ b/roms/seabios
> > > @@ -1 +1 @@
> > > -Subproject commit d7adf6044a4c772b497e97272adf97426b34a249
> > > +Subproject commit 8891697e3f7d84355420573efd98e94f14736768
> > 
> > I can't find 8891697e3f7d84355420573efd98e94f14736768 in
> > git://git.qemu-project.org/seabios.git or upstream
> > SeaBIOS.
> 
> /me looks puzzled.  I checked beforehand, commit is there, even though
> the rel-1.10.1 tag wasn't mirrored yet (few hours ago).
> 
> Checking again ...
> 
> http://git.qemu-project.org/?p=seabios.git;a=commit;h=8891697e3f7d84355420573efd98e94f14736768
> 
> Hmm?

Sorry, I was confused because the commit doesn't appear in the history
of the default (master) branch in the web interface.  As you pointed
out, the commit is present in the object database though.

I'm going ahead and merging this pull request.

Stefan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

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

* Re: [Qemu-devel] [PULL 0/1] seabios: update to 1.10.1 stable release
  2016-11-22  9:15 [Qemu-devel] [PULL 0/1] seabios: update to 1.10.1 stable release Gerd Hoffmann
  2016-11-22  9:15 ` [Qemu-devel] [PULL 1/1] " Gerd Hoffmann
@ 2016-11-22 19:29 ` Stefan Hajnoczi
  1 sibling, 0 replies; 6+ messages in thread
From: Stefan Hajnoczi @ 2016-11-22 19:29 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 1622 bytes --]

On Tue, Nov 22, 2016 at 10:15:43AM +0100, Gerd Hoffmann wrote:
>   Hi,
> 
> Here comes the update to seabios the 1.10.1 stable release, featuring a
> single patch to make seabios use QEMU_CFG_NB_CPUS.
> 
> please pull,
>   Gerd
> 
> The following changes since commit c36ed06e9159fa484b711dfdd27ec64d7ac3d17a:
> 
>   Merge remote-tracking branch 'mst/tags/for_upstream' into staging (2016-11-21 11:09:58 +0000)
> 
> are available in the git repository at:
> 
> 
>   git://git.kraxel.org/qemu tags/pull-seabios-20161122-1
> 
> for you to fetch changes up to cae41fda0f22b31f873fdc3e916f4d2580dedb09:
> 
>   seabios: update to 1.10.1 stable release (2016-11-22 10:12:08 +0100)
> 
> ----------------------------------------------------------------
> seabios: update to 1.10.1 stable release
> 
> ----------------------------------------------------------------
> Gerd Hoffmann (1):
>       seabios: update to 1.10.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(-)
> 

Thanks, applied to my staging tree:
https://github.com/stefanha/qemu/commits/staging

Stefan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

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

end of thread, other threads:[~2016-11-22 19:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-22  9:15 [Qemu-devel] [PULL 0/1] seabios: update to 1.10.1 stable release Gerd Hoffmann
2016-11-22  9:15 ` [Qemu-devel] [PULL 1/1] " Gerd Hoffmann
2016-11-22 11:02   ` Stefan Hajnoczi
2016-11-22 15:23     ` Gerd Hoffmann
2016-11-22 19:29       ` Stefan Hajnoczi
2016-11-22 19:29 ` [Qemu-devel] [PULL 0/1] " Stefan Hajnoczi

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.