The following changes since commit 2c96c379ac7a22424c25d65b73e81b860f902868:
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160613-1' into staging (2016-06-13 15:15:03 +0100) are available in the git repository at: git://github.com/dgibson/qemu.git tags/ppc-for-2.7-20160614 for you to fetch changes up to d0e5a8f2937de66778d94c20a8fc5cf43501fa04: spapr: Ensure all LMBs are represented in ibm,dynamic-memory (2016-06-14 13:20:01 +1000) ---------------------------------------------------------------- ppc patch queue for 2016-06-14 Latest patch queue for ppc. * Allow qemu to support a generic architecture 2.07 (POWER8-era) compatibility mode. This is useful for guests which are POWER8 aware, but don't know about the specific POWER8 variant that qemu (and/or KVM) is emulating. (Thomas Huth) * Fix a bug where macio wasn't removing DMA mappings (Mark Cave-Ayland) * Add a workaround for Linux guest's miscalculation of maximum memory address (including hotplugged memory), which could break when hotplug memory was combined with VFIO. The previous approach was technically correct by spec, but differed from PowerVM's behaviour enough to trip a guest kernel bug. This works around the bug, while remaining correct-to-spec. (Bharata Rao) ---------------------------------------------------------------- Anton Blanchard (1): Add PowerPC AT_HWCAP2 definitions Bharata B Rao (1): spapr: Ensure all LMBs are represented in ibm,dynamic-memory Mark Cave-Ayland (1): macio: call dma_memory_unmap() at the end of each DMA transfer Thomas Huth (5): ppc/spapr: Refactor h_client_architecture_support() CPU parsing code ppc: Split pcr_mask settings into supported bits and the register mask ppc: Provide function to get CPU class of the host CPU ppc: Improve PCR bit selection in ppc_set_compat() ppc: Add PowerISA 2.07 compatibility mode hw/ide/macio.c | 46 +++++++++++++++++++-------------- hw/ppc/spapr.c | 57 ++++++++++++++++++++++++++-------------- hw/ppc/spapr_hcall.c | 63 +++++++++++++++++++++++++++------------------ include/elf.h | 13 ++++++++++ include/hw/ppc/mac_dbdma.h | 5 ++++ include/hw/ppc/spapr.h | 6 +++-- target-ppc/cpu-qom.h | 3 ++- target-ppc/cpu.h | 3 +++ target-ppc/kvm.c | 19 ++++++++++---- target-ppc/kvm_ppc.h | 7 +++++ target-ppc/translate_init.c | 24 ++++++++++++----- 11 files changed, 167 insertions(+), 79 deletions(-)