All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/1] seabios: update to 1.10.2 release
@ 2017-02-28  9:06 Gerd Hoffmann
  2017-02-28  9:06 ` [Qemu-devel] [PULL 1/1] " Gerd Hoffmann
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Gerd Hoffmann @ 2017-02-28  9:06 UTC (permalink / raw)
  To: qemu-devel; +Cc: John Snow, Gerd Hoffmann

  Hi,

Here comes the seabios update for qemu 2.9,
the just tagged 1.10.2 release.

Our seabios.git mirror @ qemu.org seems to not sync properly.  The
commit isn't there even though it was pushed a few days ago already
(only the tag was pushed today).  John, can you have a look please?
master branch, *-stable branches and all tags should be mirrored.

thanks,
  Gerd

The following changes since commit 9b9fbe8a4e9eec9072ee2697a6af59144442785f:

  Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170227-1' into staging (2017-02-27 19:19:46 +0000)

are available in the git repository at:


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

for you to fetch changes up to 8779fccbef0c2e97fd6564ddf9f1df9fc724f2f0:

  seabios: update to 1.10.2 release (2017-02-28 09:54:23 +0100)

----------------------------------------------------------------
seabios: update to 1.10.2 release

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

* [Qemu-devel] [PULL 1/1] seabios: update to 1.10.2 release
  2017-02-28  9:06 [Qemu-devel] [PULL 0/1] seabios: update to 1.10.2 release Gerd Hoffmann
@ 2017-02-28  9:06 ` Gerd Hoffmann
  2017-02-28 16:48 ` [Qemu-devel] [PULL 0/1] " John Snow
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 10+ messages in thread
From: Gerd Hoffmann @ 2017-02-28  9:06 UTC (permalink / raw)
  To: qemu-devel; +Cc: John Snow, Gerd Hoffmann

git shortlog rel-1.10.1..rel-1.10.2
===================================

Ben Warren (5):
      QEMU DMA: Add DMA write capability
      romfile-loader: Switch to using named structs
      QEMU fw_cfg: Add command to write back address of file
      QEMU fw_cfg: Add functions for accessing files by key
      QEMU fw_cfg: Write fw_cfg back on S3 resume

Kevin O'Connor (1):
      ps2port: Disable keyboard/mouse prior to resetting ps2 controller

Ladi Prosek (1):
      ahci: Set upper 32-bit registers to zero

Paul Menzel (1):
      vgasrc: Increase debug level

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 229b5af..18666c9 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 9a9b0f0..a394411 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 9dadce2..e6c42bd 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 a89725c..915eba7 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 ea04141..40eca8c 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 71e22fc..8b3abfa 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 ad239cb..6a90b94 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 9947c2c..d3ed89d 100644
Binary files a/pc-bios/vgabios.bin and b/pc-bios/vgabios.bin differ
diff --git a/roms/seabios b/roms/seabios
index 8891697..5f4c7b1 160000
--- a/roms/seabios
+++ b/roms/seabios
@@ -1 +1 @@
-Subproject commit 8891697e3f7d84355420573efd98e94f14736768
+Subproject commit 5f4c7b13cdf9c450eb55645f4362ea58fa61b79b
-- 
1.8.3.1

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

* Re: [Qemu-devel] [PULL 0/1] seabios: update to 1.10.2 release
  2017-02-28  9:06 [Qemu-devel] [PULL 0/1] seabios: update to 1.10.2 release Gerd Hoffmann
  2017-02-28  9:06 ` [Qemu-devel] [PULL 1/1] " Gerd Hoffmann
@ 2017-02-28 16:48 ` John Snow
  2017-02-28 18:24   ` Gerd Hoffmann
  2017-03-01 13:27 ` Stefan Hajnoczi
  2017-03-02 11:17 ` Peter Maydell
  3 siblings, 1 reply; 10+ messages in thread
From: John Snow @ 2017-02-28 16:48 UTC (permalink / raw)
  To: Gerd Hoffmann, qemu-devel



On 02/28/2017 04:06 AM, Gerd Hoffmann wrote:
>   Hi,
> 
> Here comes the seabios update for qemu 2.9,
> the just tagged 1.10.2 release.
> 
> Our seabios.git mirror @ qemu.org seems to not sync properly.  The
> commit isn't there even though it was pushed a few days ago already
> (only the tag was pushed today).  John, can you have a look please?
> master branch, *-stable branches and all tags should be mirrored.
> 

http://git.qemu-project.org/?p=seabios.git;a=log

Looks like the patch I wanted to be there is in there. Are you
referencing Ladi's commit? It looks like it's there just fine.

> thanks,
>   Gerd
> 
> The following changes since commit 9b9fbe8a4e9eec9072ee2697a6af59144442785f:
> 
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170227-1' into staging (2017-02-27 19:19:46 +0000)
> 
> are available in the git repository at:
> 
> 
>   git://git.kraxel.org/qemu tags/pull-seabios-20170228-1
> 
> for you to fetch changes up to 8779fccbef0c2e97fd6564ddf9f1df9fc724f2f0:
> 
>   seabios: update to 1.10.2 release (2017-02-28 09:54:23 +0100)
> 
> ----------------------------------------------------------------
> seabios: update to 1.10.2 release
> 
> ----------------------------------------------------------------
> Gerd Hoffmann (1):
>       seabios: update to 1.10.2 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(-)
> 

-- 
—js

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

* Re: [Qemu-devel] [PULL 0/1] seabios: update to 1.10.2 release
  2017-02-28 16:48 ` [Qemu-devel] [PULL 0/1] " John Snow
@ 2017-02-28 18:24   ` Gerd Hoffmann
  2017-02-28 21:34     ` John Snow
  0 siblings, 1 reply; 10+ messages in thread
From: Gerd Hoffmann @ 2017-02-28 18:24 UTC (permalink / raw)
  To: John Snow; +Cc: qemu-devel

On Di, 2017-02-28 at 11:48 -0500, John Snow wrote:
> 
> On 02/28/2017 04:06 AM, Gerd Hoffmann wrote:
> >   Hi,
> > 
> > Here comes the seabios update for qemu 2.9,
> > the just tagged 1.10.2 release.
> > 
> > Our seabios.git mirror @ qemu.org seems to not sync properly.  The
> > commit isn't there even though it was pushed a few days ago already
> > (only the tag was pushed today).  John, can you have a look please?
> > master branch, *-stable branches and all tags should be mirrored.
> > 
> 
> http://git.qemu-project.org/?p=seabios.git;a=log
> 
> Looks like the patch I wanted to be there is in there. Are you
> referencing Ladi's commit? It looks like it's there just fine.

Commits from February are missing.  And this one ...

http://git.qemu-project.org/?p=seabios.git;a=shortlog;h=refs/heads/1.10-stable

... is outdated too.

cheers,
  Gerd

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

* Re: [Qemu-devel] [PULL 0/1] seabios: update to 1.10.2 release
  2017-02-28 18:24   ` Gerd Hoffmann
@ 2017-02-28 21:34     ` John Snow
  2017-02-28 22:29       ` Peter Maydell
  0 siblings, 1 reply; 10+ messages in thread
From: John Snow @ 2017-02-28 21:34 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: qemu-devel, Peter Maydell



On 02/28/2017 01:24 PM, Gerd Hoffmann wrote:
> On Di, 2017-02-28 at 11:48 -0500, John Snow wrote:
>>
>> On 02/28/2017 04:06 AM, Gerd Hoffmann wrote:
>>>   Hi,
>>>
>>> Here comes the seabios update for qemu 2.9,
>>> the just tagged 1.10.2 release.
>>>
>>> Our seabios.git mirror @ qemu.org seems to not sync properly.  The
>>> commit isn't there even though it was pushed a few days ago already
>>> (only the tag was pushed today).  John, can you have a look please?
>>> master branch, *-stable branches and all tags should be mirrored.
>>>
>>
>> http://git.qemu-project.org/?p=seabios.git;a=log
>>
>> Looks like the patch I wanted to be there is in there. Are you
>> referencing Ladi's commit? It looks like it's there just fine.
> 
> Commits from February are missing.  And this one ...
> 
> http://git.qemu-project.org/?p=seabios.git;a=shortlog;h=refs/heads/1.10-stable
> 
> ... is outdated too.
> 
> cheers,
>   Gerd
> 

Oh, uhm... Who maintains the mirror? Jeff Cody is on vacation.

CCing Peter.

--js

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

* Re: [Qemu-devel] [PULL 0/1] seabios: update to 1.10.2 release
  2017-02-28 21:34     ` John Snow
@ 2017-02-28 22:29       ` Peter Maydell
  0 siblings, 0 replies; 10+ messages in thread
From: Peter Maydell @ 2017-02-28 22:29 UTC (permalink / raw)
  To: John Snow; +Cc: Gerd Hoffmann, QEMU Developers, Stefan Hajnoczi, Paolo Bonzini

On 28 February 2017 at 21:34, John Snow <jsnow@redhat.com> wrote:
>
>
> On 02/28/2017 01:24 PM, Gerd Hoffmann wrote:
>> On Di, 2017-02-28 at 11:48 -0500, John Snow wrote:
>>>
>>> On 02/28/2017 04:06 AM, Gerd Hoffmann wrote:
>>>>   Hi,
>>>>
>>>> Here comes the seabios update for qemu 2.9,
>>>> the just tagged 1.10.2 release.
>>>>
>>>> Our seabios.git mirror @ qemu.org seems to not sync properly.  The
>>>> commit isn't there even though it was pushed a few days ago already
>>>> (only the tag was pushed today).  John, can you have a look please?
>>>> master branch, *-stable branches and all tags should be mirrored.
>>>>
>>>
>>> http://git.qemu-project.org/?p=seabios.git;a=log
>>>
>>> Looks like the patch I wanted to be there is in there. Are you
>>> referencing Ladi's commit? It looks like it's there just fine.
>>
>> Commits from February are missing.  And this one ...
>>
>> http://git.qemu-project.org/?p=seabios.git;a=shortlog;h=refs/heads/1.10-stable
>>
>> ... is outdated too.
>>
>> cheers,
>>   Gerd
>>
>
> Oh, uhm... Who maintains the mirror? Jeff Cody is on vacation.
>
> CCing Peter.

Stefan and Paolo are covering while Jeff's away.

thanks
-- PMM

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

* Re: [Qemu-devel] [PULL 0/1] seabios: update to 1.10.2 release
  2017-02-28  9:06 [Qemu-devel] [PULL 0/1] seabios: update to 1.10.2 release Gerd Hoffmann
  2017-02-28  9:06 ` [Qemu-devel] [PULL 1/1] " Gerd Hoffmann
  2017-02-28 16:48 ` [Qemu-devel] [PULL 0/1] " John Snow
@ 2017-03-01 13:27 ` Stefan Hajnoczi
  2017-03-01 17:40   ` Peter Maydell
  2017-03-02 11:17 ` Peter Maydell
  3 siblings, 1 reply; 10+ messages in thread
From: Stefan Hajnoczi @ 2017-03-01 13:27 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: qemu-devel, John Snow, Peter Maydell

On Tue, Feb 28, 2017 at 9:06 AM, Gerd Hoffmann <kraxel@redhat.com> wrote:
> Our seabios.git mirror @ qemu.org seems to not sync properly.  The
> commit isn't there even though it was pushed a few days ago already
> (only the tag was pushed today).  John, can you have a look please?
> master branch, *-stable branches and all tags should be mirrored.

Hi Gerd,
It looks like the git mirrors weren't updating.  I kicked it and the
necessary commit is now in the QEMU seabios.git mirror repo.

It should be safe to merge this pull request now.

Stefan

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

* Re: [Qemu-devel] [PULL 0/1] seabios: update to 1.10.2 release
  2017-03-01 13:27 ` Stefan Hajnoczi
@ 2017-03-01 17:40   ` Peter Maydell
  2017-03-02  9:55     ` Paolo Bonzini
  0 siblings, 1 reply; 10+ messages in thread
From: Peter Maydell @ 2017-03-01 17:40 UTC (permalink / raw)
  To: Stefan Hajnoczi; +Cc: Gerd Hoffmann, qemu-devel, John Snow, Paolo Bonzini

On 1 March 2017 at 13:27, Stefan Hajnoczi <stefanha@gmail.com> wrote:
> On Tue, Feb 28, 2017 at 9:06 AM, Gerd Hoffmann <kraxel@redhat.com> wrote:
>> Our seabios.git mirror @ qemu.org seems to not sync properly.  The
>> commit isn't there even though it was pushed a few days ago already
>> (only the tag was pushed today).  John, can you have a look please?
>> master branch, *-stable branches and all tags should be mirrored.
>
> Hi Gerd,
> It looks like the git mirrors weren't updating.  I kicked it and the
> necessary commit is now in the QEMU seabios.git mirror repo.
>
> It should be safe to merge this pull request now.

$ git submodule update
fatal: reference is not a tree: 5f4c7b13cdf9c450eb55645f4362ea58fa61b79b
Unable to checkout '5f4c7b13cdf9c450eb55645f4362ea58fa61b79b' in
submodule path 'roms/seabios'

Maybe this will update overnight?

thanks
-- PMM

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

* Re: [Qemu-devel] [PULL 0/1] seabios: update to 1.10.2 release
  2017-03-01 17:40   ` Peter Maydell
@ 2017-03-02  9:55     ` Paolo Bonzini
  0 siblings, 0 replies; 10+ messages in thread
From: Paolo Bonzini @ 2017-03-02  9:55 UTC (permalink / raw)
  To: Peter Maydell, Stefan Hajnoczi; +Cc: Gerd Hoffmann, qemu-devel, John Snow



On 01/03/2017 18:40, Peter Maydell wrote:
> On 1 March 2017 at 13:27, Stefan Hajnoczi <stefanha@gmail.com> wrote:
>> On Tue, Feb 28, 2017 at 9:06 AM, Gerd Hoffmann <kraxel@redhat.com> wrote:
>>> Our seabios.git mirror @ qemu.org seems to not sync properly.  The
>>> commit isn't there even though it was pushed a few days ago already
>>> (only the tag was pushed today).  John, can you have a look please?
>>> master branch, *-stable branches and all tags should be mirrored.
>>
>> Hi Gerd,
>> It looks like the git mirrors weren't updating.  I kicked it and the
>> necessary commit is now in the QEMU seabios.git mirror repo.
>>
>> It should be safe to merge this pull request now.
> 
> $ git submodule update
> fatal: reference is not a tree: 5f4c7b13cdf9c450eb55645f4362ea58fa61b79b
> Unable to checkout '5f4c7b13cdf9c450eb55645f4362ea58fa61b79b' in
> submodule path 'roms/seabios'
> 
> Maybe this will update overnight?

The commit was there, but HEAD was not being updated.  Fixed now.

Paolo

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

* Re: [Qemu-devel] [PULL 0/1] seabios: update to 1.10.2 release
  2017-02-28  9:06 [Qemu-devel] [PULL 0/1] seabios: update to 1.10.2 release Gerd Hoffmann
                   ` (2 preceding siblings ...)
  2017-03-01 13:27 ` Stefan Hajnoczi
@ 2017-03-02 11:17 ` Peter Maydell
  3 siblings, 0 replies; 10+ messages in thread
From: Peter Maydell @ 2017-03-02 11:17 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: QEMU Developers, John Snow

On 28 February 2017 at 09:06, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Here comes the seabios update for qemu 2.9,
> the just tagged 1.10.2 release.
>
> Our seabios.git mirror @ qemu.org seems to not sync properly.  The
> commit isn't there even though it was pushed a few days ago already
> (only the tag was pushed today).  John, can you have a look please?
> master branch, *-stable branches and all tags should be mirrored.
>
> thanks,
>   Gerd
>
> The following changes since commit 9b9fbe8a4e9eec9072ee2697a6af59144442785f:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170227-1' into staging (2017-02-27 19:19:46 +0000)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-seabios-20170228-1
>
> for you to fetch changes up to 8779fccbef0c2e97fd6564ddf9f1df9fc724f2f0:
>
>   seabios: update to 1.10.2 release (2017-02-28 09:54:23 +0100)
>
> ----------------------------------------------------------------
> seabios: update to 1.10.2 release

Applied, thanks.

-- PMM

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

end of thread, other threads:[~2017-03-02 11:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-28  9:06 [Qemu-devel] [PULL 0/1] seabios: update to 1.10.2 release Gerd Hoffmann
2017-02-28  9:06 ` [Qemu-devel] [PULL 1/1] " Gerd Hoffmann
2017-02-28 16:48 ` [Qemu-devel] [PULL 0/1] " John Snow
2017-02-28 18:24   ` Gerd Hoffmann
2017-02-28 21:34     ` John Snow
2017-02-28 22:29       ` Peter Maydell
2017-03-01 13:27 ` Stefan Hajnoczi
2017-03-01 17:40   ` Peter Maydell
2017-03-02  9:55     ` Paolo Bonzini
2017-03-02 11:17 ` 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.