qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL SUBSYSTEM qemu-pnv] ppc/pnv: Update skiboot firmware image
@ 2022-03-07  4:24 Joel Stanley
  2022-04-20 19:09 ` Daniel Henrique Barboza
  0 siblings, 1 reply; 5+ messages in thread
From: Joel Stanley @ 2022-03-07  4:24 UTC (permalink / raw)
  To: Cédric Le Goater; +Cc: qemu-ppc, QEMU Developers

The following changes since commit 9d662a6b22a0838a85c5432385f35db2488a33a5:

  Merge remote-tracking branch
'remotes/legoater/tags/pull-ppc-20220305' into staging (2022-03-05
18:03:15 +0000)

are available in the Git repository at:

  https://github.com/shenki/qemu tags/qemu-rom-skiboot-v7.0

for you to fetch changes up to 76b349cf7b40349069892bbc0bdae5e5363b27c9:

  ppc/pnv: Update skiboot to v7.0 (2022-03-07 14:50:50 +1030)

----------------------------------------------------------------
Update skiboot to v7.0

----------------------------------------------------------------
Joel Stanley (1):
      ppc/pnv: Update skiboot to v7.0

 pc-bios/skiboot.lid | Bin 2528128 -> 2527240 bytes
 roms/skiboot        |   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)


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

* Re: [PULL SUBSYSTEM qemu-pnv] ppc/pnv: Update skiboot firmware image
  2022-03-07  4:24 Joel Stanley
@ 2022-04-20 19:09 ` Daniel Henrique Barboza
  0 siblings, 0 replies; 5+ messages in thread
From: Daniel Henrique Barboza @ 2022-04-20 19:09 UTC (permalink / raw)
  To: Joel Stanley, Cédric Le Goater; +Cc: qemu-ppc, QEMU Developers



On 3/7/22 01:24, Joel Stanley wrote:
> The following changes since commit 9d662a6b22a0838a85c5432385f35db2488a33a5:
> 
>    Merge remote-tracking branch
> 'remotes/legoater/tags/pull-ppc-20220305' into staging (2022-03-05
> 18:03:15 +0000)
> 
> are available in the Git repository at:
> 
>    https://github.com/shenki/qemu tags/qemu-rom-skiboot-v7.0
> 
> for you to fetch changes up to 76b349cf7b40349069892bbc0bdae5e5363b27c9:
> 
>    ppc/pnv: Update skiboot to v7.0 (2022-03-07 14:50:50 +1030)
> 
> ----------------------------------------------------------------
> Update skiboot to v7.0
> 
> ----------------------------------------------------------------
> Joel Stanley (1):
>        ppc/pnv: Update skiboot to v7.0


Queued in gitlab.com/danielhb/qemu/tree/ppc-next. Thanks,


Daniel

> 
>   pc-bios/skiboot.lid | Bin 2528128 -> 2527240 bytes
>   roms/skiboot        |   2 +-
>   2 files changed, 1 insertion(+), 1 deletion(-)
> 


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

* [PULL SUBSYSTEM qemu-pnv] ppc/pnv: Update skiboot firmware image
@ 2025-03-11  8:01 Nicholas Piggin
  2025-03-13  7:04 ` Stefan Hajnoczi
  0 siblings, 1 reply; 5+ messages in thread
From: Nicholas Piggin @ 2025-03-11  8:01 UTC (permalink / raw)
  To: qemu-ppc; +Cc: Nicholas Piggin, qemu-devel

The following changes since commit 223c7908fe016d3fc79ea9b14f95c3e35c8c1436:

  ppc/pnv: Update skiboot to 7.1-106 (2025-03-11 17:49:03 +1000)

are available in the Git repository at:

  https://gitlab.com/npiggin/qemu.git rom-skiboot

for you to fetch changes up to 223c7908fe016d3fc79ea9b14f95c3e35c8c1436:

  ppc/pnv: Update skiboot to 7.1-106 (2025-03-11 17:49:03 +1000)

----------------------------------------------------------------


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

* Re: [PULL SUBSYSTEM qemu-pnv] ppc/pnv: Update skiboot firmware image
  2025-03-11  8:01 [PULL SUBSYSTEM qemu-pnv] ppc/pnv: Update skiboot firmware image Nicholas Piggin
@ 2025-03-13  7:04 ` Stefan Hajnoczi
  2025-03-13  7:35   ` Stefan Hajnoczi
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Hajnoczi @ 2025-03-13  7:04 UTC (permalink / raw)
  To: Nicholas Piggin; +Cc: qemu-ppc, Nicholas Piggin, qemu-devel

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

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/10.0 for any user-visible changes.

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

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

* Re: [PULL SUBSYSTEM qemu-pnv] ppc/pnv: Update skiboot firmware image
  2025-03-13  7:04 ` Stefan Hajnoczi
@ 2025-03-13  7:35   ` Stefan Hajnoczi
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Hajnoczi @ 2025-03-13  7:35 UTC (permalink / raw)
  To: Stefan Hajnoczi; +Cc: Nicholas Piggin, qemu-ppc, qemu-devel

On Thu, Mar 13, 2025 at 3:05 PM Stefan Hajnoczi <stefanha@redhat.com> wrote:
>
> Applied, thanks.

This email was sent by mistake, please ignore. This pull request is
for the ppc subsystem and I didn't merge it into qemu.git myself.

Stefan


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

end of thread, other threads:[~2025-03-13  7:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-11  8:01 [PULL SUBSYSTEM qemu-pnv] ppc/pnv: Update skiboot firmware image Nicholas Piggin
2025-03-13  7:04 ` Stefan Hajnoczi
2025-03-13  7:35   ` Stefan Hajnoczi
  -- strict thread matches above, loose matches on Subject: below --
2022-03-07  4:24 Joel Stanley
2022-04-20 19:09 ` Daniel Henrique Barboza

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