Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160810' into staging
commitd578cca333168ada7f9421beb3f07abe8990e7e3
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 10 Aug 2016 14:13:30 +0000 (10 15:13 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 10 Aug 2016 14:13:30 +0000 (10 15:13 +0100)
treeea7b8cf01e2fbe97664b8e0d224bd011c8347fc6
parent2bb15bddf2607110820d5ce5aa43baac27292fb3
parentd11b268e1765e8878c1150d463b9f6dc3a8d4456
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160810' into staging

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.

# gpg: Signature made Wed 10 Aug 2016 06:44:27 BST
# gpg:                using RSA key 0x6C38CACA20D9B392
# gpg: Good signature from "David Gibson <david@gibson.dropbear.id.au>"
# gpg:                 aka "David Gibson (Red Hat) <dgibson@redhat.com>"
# gpg:                 aka "David Gibson (ozlabs.org) <dgibson@ozlabs.org>"
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg:          It is not certain that the signature belongs to the owner.
# Primary key fingerprint: 75F4 6586 AE61 A66C C44E  87DC 6C38 CACA 20D9 B392

* remotes/dgibson/tags/ppc-for-2.7-20160810:
  ppc/kvm: Register also a generic spapr CPU core family type
  ppc/kvm: Do not mess up the generic CPU family registration
  hw/ppc/spapr: Look up CPU alias names instead of hard-coding the aliases
  ppc: Introduce a function to look up CPU alias strings
  spapr: remove extra type variable
  ppc64: fix compressed dump with pseries kernel

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>