From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44536) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRshK-0007dZ-Fr for qemu-devel@nongnu.org; Mon, 25 Jul 2016 23:06:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bRshF-0001w5-BH for qemu-devel@nongnu.org; Mon, 25 Jul 2016 23:06:20 -0400 From: David Gibson Date: Tue, 26 Jul 2016 13:06:06 +1000 Message-Id: <1469502371-1206-1-git-send-email-david@gibson.dropbear.id.au> Subject: [Qemu-devel] [PULL 0/5] ppc-for-2.7 queue 20160726 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org Cc: agraf@suse.de, mdroth@linux.vnet.ibm.com, bharata@linux.vnet.ibm.com, imammedo@redhat.com, qemu-ppc@nongnu.org, qemu-devel@nongnu.org, groug@kaod.org, David Gibson 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 lvivier@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(-)