From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60885) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bXMIw-0006on-9X for qemu-devel@nongnu.org; Wed, 10 Aug 2016 01:43:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bXMIr-0001SC-Vw for qemu-devel@nongnu.org; Wed, 10 Aug 2016 01:43:49 -0400 From: David Gibson Date: Wed, 10 Aug 2016 15:45:35 +1000 Message-Id: <1470807941-25931-1-git-send-email-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/6] ppc-for-2.7 queue 20160810 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org, agraf@suse.de, thuth@redhat.com, lvivier@redhat.com, bharata@linux.vnet.ibm.com, imammedo@redhat.com, David Gibson The following changes since commit 2bb15bddf2607110820d5ce5aa43baac27292f= b3: Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' int= o staging (2016-08-09 16:53:32 +0100) are available in the git repository at: git://github.com/dgibson/qemu.git tags/ppc-for-2.7-20160810 for you to fetch changes up to d11b268e1765e8878c1150d463b9f6dc3a8d4456: ppc/kvm: Register also a generic spapr CPU core family type (2016-08-10= 13:12:20 +1000) ---------------------------------------------------------------- ppc patch queue for 2016-08-10 Here are some more last minute PAPR and ppc related fixes for qemu-2.7. One patch makes compressed memory dumps work with guest kernels using page sizes up to 64KiB. This is important since most current pseries guests use a 64KiB default page size. The remainder fix a regression with handling of CPU aliases which causes serious problem for libvirt. ---------------------------------------------------------------- C=C3=A9dric Le Goater (1): spapr: remove extra type variable Laurent Vivier (1): ppc64: fix compressed dump with pseries kernel Thomas Huth (4): ppc: Introduce a function to look up CPU alias strings hw/ppc/spapr: Look up CPU alias names instead of hard-coding the al= iases ppc/kvm: Do not mess up the generic CPU family registration ppc/kvm: Register also a generic spapr CPU core family type hw/ppc/spapr.c | 15 ++++++--------- hw/ppc/spapr_cpu_core.c | 38 +++++++++++++++++++++----------------- target-ppc/arch_dump.c | 5 +++++ target-ppc/cpu.h | 1 + target-ppc/kvm.c | 19 +++++++++++-------- target-ppc/translate_init.c | 13 +++++++++++++ 6 files changed, 57 insertions(+), 34 deletions(-)