The following changes since commit e607bbee553cfe73072870cef458cfa4e78133e2:
Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next-2018-01-26.for-upstream' into staging (2018-01-26 14:24:25 +0000) are available in the Git repository at: git://github.com/dgibson/qemu.git tags/ppc-for-2.12-20180129 for you to fetch changes up to c59704b254734182c3202e0c261589ea2ccf485e: target/ppc/spapr: Add H-Call H_GET_CPU_CHARACTERISTICS (2018-01-29 14:24:55 +1100) ---------------------------------------------------------------- ppc patch queue 2018-01-29 Here's another batch of patches for ppc, spapr and related things. Higlights: * Implement (with a bunch of necessary infrastructure) a hypercall to let guests properly apply Spectre and Meltdown workarounds. * Convert a number of old devices to trace events * Fix some bugs ---------------------------------------------------------------- Cédric Le Goater (1): ppc/pnv: fix PnvChip redefinition in <hw/ppc/pnv_xscom.h> Greg Kurz (1): spapr_pci: fix MSI/MSIX selection Mark Cave-Ayland (3): grackle: convert to trace-events uninorth: convert to trace-events input: add missing newline from trace-events Suraj Jitindar Singh (6): target/ppc/kvm: Add cap_ppc_safe_[cache/bounds_check/indirect_branch] target/ppc/spapr_caps: Add support for tristate spapr_capabilities target/ppc/spapr_caps: Add new tristate cap safe_cache target/ppc/spapr_caps: Add new tristate cap safe_bounds_check target/ppc/spapr_caps: Add new tristate cap safe_indirect_branch target/ppc/spapr: Add H-Call H_GET_CPU_CHARACTERISTICS th...@redhat.com (1): ppc: Deprecate qemu-system-ppcemb hw/input/trace-events | 1 + hw/pci-host/grackle.c | 13 +---- hw/pci-host/trace-events | 9 ++++ hw/pci-host/uninorth.c | 24 ++------- hw/ppc/ppc405_boards.c | 14 +++++ hw/ppc/ppc440_bamboo.c | 9 ++++ hw/ppc/spapr.c | 6 +++ hw/ppc/spapr_caps.c | 124 +++++++++++++++++++++++++++++++++++++++++++++ hw/ppc/spapr_hcall.c | 58 +++++++++++++++++++++ hw/ppc/spapr_pci.c | 61 +++++++++++++++------- hw/ppc/virtex_ml507.c | 8 +++ include/hw/ppc/pnv_xscom.h | 2 - include/hw/ppc/spapr.h | 28 +++++++++- qemu-doc.texi | 6 +++ target/ppc/kvm.c | 58 +++++++++++++++++++++ target/ppc/kvm_ppc.h | 18 +++++++ 16 files changed, 387 insertions(+), 52 deletions(-)