qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 00/11] ppc-for-2.8 queue 20161123


From: David Gibson
Subject: [Qemu-devel] [PULL 00/11] ppc-for-2.8 queue 20161123
Date: Wed, 23 Nov 2016 13:49:32 +1100

The following changes since commit 00227fefd2059464cd2f59aed29944874c630e2f:

  Update version for v2.8.0-rc1 release (2016-11-22 22:29:08 +0000)

are available in the git repository at:

  git://github.com/dgibson/qemu.git tags/ppc-for-2.8-20161123

for you to fetch changes up to 5c4537bded40640b166ec77e112592174b048c21:

  spapr: Fix 2.7<->2.8 migration of PCI host bridge (2016-11-23 12:00:48 +1100)

----------------------------------------------------------------
ppc patch queue 2016-11-23

Here's the first set of 2.8 hard freeze bugfixes for ppc.

The biggest thing here is a batch of fixes for migration breakages in
both 2.7 and current 2.8.  Alas, there is at least one more migration
problem, which prevents memory unplug after a migration.  I hoped to
include a fix for that here, but it turned out to have some problems
bigger than those it was solving.  So, I expect at least one more hard
freeze pull request.

There are also a few other assorted bug fixes.

----------------------------------------------------------------
Benjamin Herrenschmidt (1):
      ppc: Make uninorth interrupt swizzling identical to Grackle

David Gibson (5):
      target-ppc: Fix CPU migration from qemu-2.6 <-> later versions
      migration: Add VMSTATE_UINTTL_TEST()
      target-ppc: Allow eventual removal of old migration mistakes
      Revert "spapr: Fix migration of PCI host bridges from qemu-2.7"
      spapr: Fix 2.7<->2.8 migration of PCI host bridge

Jose Ricardo Ziviani (1):
      target-ppc: fix index array of national digits

Michael Roth (1):
      spapr: migration support for CAS-negotiated option vectors

Thomas Huth (2):
      tests/postcopy: Use KVM on ppc64 only if it is KVM-HV
      hw/char/spapr_vty: Return amount of free buffer entries in 
vty_can_receive()

Vladimir Svoboda (1):
      ppc: BOOK3E: nothing should be done when MSR:PR is set

 hw/char/spapr_vty.c         |  2 +-
 hw/pci-host/uninorth.c      |  4 +--
 hw/ppc/spapr.c              | 76 +++++++++++++++++++++++++++++++++++++++++++++
 hw/ppc/spapr_ovec.c         | 12 +++++++
 hw/ppc/spapr_pci.c          | 35 +++++++++++++++------
 include/hw/pci-host/spapr.h |  6 ++++
 include/hw/ppc/spapr_ovec.h |  4 +++
 include/migration/cpu.h     |  4 +++
 target-ppc/cpu.h            |  7 +++++
 target-ppc/helper_regs.h    | 11 ++++---
 target-ppc/int_helper.c     |  4 +--
 target-ppc/machine.c        | 39 ++++++++++++++++++++---
 target-ppc/translate_init.c |  6 ++++
 tests/postcopy-test.c       | 12 ++++---
 14 files changed, 195 insertions(+), 27 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]