The following changes since commit 2d2e632ad00d11867c6c5625605b1fbc022dd62f:
Update version for v2.7.0-rc0 release (2016-07-22 15:32:42 +0100) are available in the git repository at: git://github.com/dgibson/qemu.git tags/ppc-for-2.7-20160726 for you to fetch changes up to 12bf2d33fe520f9cfd09f7bf9d46ae3202c3cb49: spapr: disintricate core-id from DT semantics (2016-07-25 15:43:41 +1000) ---------------------------------------------------------------- ppc patch queue 2016-07-26 Here's the current batch of ppc and spapr related patches intended for qemu-2.7. Given the late stage in 2.7 development, these are all bugfixes with one exception: The "spapr: disintricate core-id from DT semantics" changes the way ids are assigned in the new core-based hotplug infrastructure. This isn't strictly a bugfix, but we've determined that the current way of assigning core-ids will cause considerable grief with future plans for cpu hotplug. Therefore it's better to fix this now, late in 2.7, before we have a released version with the problematic numbering. ---------------------------------------------------------------- Greg Kurz (1): spapr: disintricate core-id from DT semantics Michael Walle (1): target-ppc: add PPC_MFTB flag to e500mc and e5500 Thomas Huth (2): ppc: Huge page detection mechanism fixes - Episode III hw/ppc/spapr: Make sure to close the htab_fd when migration is canceled lviv...@redhat.com (1): spapr: fix spapr-nvram migration hw/nvram/spapr_nvram.c | 23 +++++++++++++++-------- hw/ppc/spapr.c | 19 +++++++++++++------ hw/ppc/spapr_cpu_core.c | 24 +++++++++++------------- target-ppc/kvm.c | 27 ++++++++++++++------------- target-ppc/translate_init.c | 4 ++-- 5 files changed, 55 insertions(+), 42 deletions(-)