qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL for 4.2-rc5 0/1] Bitmap fix for 2019-12-09
@ 2019-12-09 16:00 Eric Blake
  2019-12-09 16:00 ` [PULL 1/1] pseries: Update SLOF firmware image Eric Blake
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Eric Blake @ 2019-12-09 16:00 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, vsementsov, jsnow

The following changes since commit 8350b17be015bb872f28268bdeba1bac6c380efc:

  Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20191209' into staging (2019-12-09 11:07:34 +0000)

are available in the Git repository at:

  https://repo.or.cz/qemu/ericb.git tags/pull-nbd-2019-12-09

for you to fetch changes up to f56281abd957561b30538cbe606c3793b9b4c56d:

  block/qcow2-bitmap: fix crash bug in qcow2_co_remove_persistent_dirty_bitmap (2019-12-09 09:23:04 -0600)

[I know I'm not the usual bitmap maintainer, but John agreed that I could
get this posted faster than he could: it affects incremental bitmaps
which is tangentially NBD-related, and we're already on a tight timeline
given this is 4.2-rc5 material]

----------------------------------------------------------------
bitmap fix for 4.2-rc5

- Fix a regression that broke bitmap deletion without a transaction,
and causes a crash with transaction (only transaction is new to 4.2),
when a qcow2 file contains persistent bitmaps from prior shutdown

----------------------------------------------------------------
Vladimir Sementsov-Ogievskiy (1):
      block/qcow2-bitmap: fix crash bug in qcow2_co_remove_persistent_dirty_bitmap

 block/qcow2-bitmap.c | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

-- 
2.21.0



^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PULL 0/1] ppc-for-4.2 queue 2019-12-06
@ 2019-12-09  6:59 David Gibson
  2019-12-09  6:59 ` [PULL 1/1] pseries: Update SLOF firmware image David Gibson
  0 siblings, 1 reply; 10+ messages in thread
From: David Gibson @ 2019-12-09  6:59 UTC (permalink / raw)
  To: peter.maydell; +Cc: lvivier, aik, qemu-devel, groug, qemu-ppc, David Gibson

The following changes since commit 02f9c885edefae66d787847758d13ed60c0f539e:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2019-12-06 15:05:20 +0000)

are available in the Git repository at:

  git://github.com/dgibson/qemu.git tags/ppc-for-4.2-20191209

for you to fetch changes up to a2fad86497b981426dc720236c15f2a99ca674a9:

  pseries: Update SLOF firmware image (2019-12-09 12:16:26 +1100)

----------------------------------------------------------------
ppc patch queue 2019-12-09

This is a last minute pull request for ppc-for-4.2.  It fixes a
regression: a bad interaction between the new qemu and SLOF device
tree construction code means that SLOF will crash if PCI to PCI
bridges are included in the system.

This PR supersedes ppc-for-4.2-20191206.  This one has only a more
minimal change to the firmware addressed only at fixing this bug and
not incorporating some other unrelated changes that happened in the
meantime.

This is very late, maybe too late.  However, since there appears to be
an -rc5 in the works for other reasons, I figured it was worth
submitting this in case.
----------------------------------------------------------------
Alexey Kardashevskiy (1): pseries: Update SLOF firmware image

 pc-bios/README   |   2 +-
 pc-bios/slof.bin | Bin 928552 -> 931040 bytes
 roms/SLOF        |   2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)


^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PULL 0/1] ppc-for-4.2 queue 20191206
@ 2019-12-06  4:41 David Gibson
  2019-12-06  4:41 ` [PULL 1/1] pseries: Update SLOF firmware image David Gibson
  0 siblings, 1 reply; 10+ messages in thread
From: David Gibson @ 2019-12-06  4:41 UTC (permalink / raw)
  To: peter.maydell; +Cc: lvivier, aik, qemu-devel, groug, qemu-ppc, David Gibson

The following changes since commit 1bdc319ab5d289ce6b822e06fb2b13666fd9278e:

  Update version for v4.2.0-rc4 release (2019-12-03 17:56:30 +0000)

are available in the Git repository at:

  git://github.com/dgibson/qemu.git tags/ppc-for-4.2-20191206

for you to fetch changes up to d887a8cfc083bcf3856f9f42352989f3624e0cae:

  pseries: Update SLOF firmware image (2019-12-06 15:33:23 +1100)

----------------------------------------------------------------
ppc patch queue 2019-12-06

This is a last minute pull request for ppc-for-4.2.  I know it's very
late in freeze, but this does fix a regression: a bad interaction
between the new qemu and SLOF device tree construction code means that
SLOF will crash if PCI to PCI bridges are included in the system.

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      pseries: Update SLOF firmware image

 pc-bios/README   |   2 +-
 pc-bios/slof.bin | Bin 928552 -> 931032 bytes
 roms/SLOF        |   2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)


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

end of thread, other threads:[~2019-12-09 22:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-09 16:00 [PULL for 4.2-rc5 0/1] Bitmap fix for 2019-12-09 Eric Blake
2019-12-09 16:00 ` [PULL 1/1] pseries: Update SLOF firmware image Eric Blake
2019-12-09 16:13   ` Eric Blake
2019-12-09 16:13   ` Greg Kurz
2019-12-09 16:16 ` [PATCH for 4.2-rc5 1/1] block/qcow2-bitmap: fix crash bug in qcow2_co_remove_persistent_dirty_bitmap Eric Blake
2019-12-09 17:03   ` John Snow
2019-12-09 22:01     ` Eric Blake
2019-12-09 17:12 ` [PULL for 4.2-rc5 0/1] Bitmap fix for 2019-12-09 Peter Maydell
  -- strict thread matches above, loose matches on Subject: below --
2019-12-09  6:59 [PULL 0/1] ppc-for-4.2 queue 2019-12-06 David Gibson
2019-12-09  6:59 ` [PULL 1/1] pseries: Update SLOF firmware image David Gibson
2019-12-06  4:41 [PULL 0/1] ppc-for-4.2 queue 20191206 David Gibson
2019-12-06  4:41 ` [PULL 1/1] pseries: Update SLOF firmware image David Gibson

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