This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/qemu.
from bfc3db5cf6 Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-20 [...] new 6e3f09c28a spapr: Force 32bit when resetting a core new 5aad0457ec target/ppc: 603: fix restore of GPRs 0-3 on rfi new e31ea5d89b target/ppc/mmu_common: Fix SRR1/MSR error code on Book-E new 50c8e11ac0 ppc/pnv: Fail DMA access if page permissions are not correct new 83d2bea68a ppc/pnv: use a do-while() loop in pnv_phb3_translate_tve() new 799c179ed8 ppc/pnv: use a do-while() loop in pnv_phb4_translate_tve() new e9711c6149 ppc/xive: check return value of ldq_be_dma() new 0c0aac01c4 target/ppc: fix 'skip KVM' cond in cpu_interrupt_exittb() new 1977434bbf spapr.c: check bus != NULL in spapr_get_fw_dev_path() new 63f38cc3d2 target/ppc: Fix test on mmu_model in hreg_compute_hflags_value() new a01b64cee7 target/ppc: Put do_rfi under a TCG-only block new dc10da64e1 hw/ppc/vof: Add missing includes new 47822486f5 ppc/ppc405: Fix TLB flushing new 645d843ca5 target/ppc: 405: Rename MSR_POW to MSR_WE new 301e5d48b1 target/ppc: 405: Add missing MSR_ME bit new e808c2ed07 target/ppc: Introduce powerpc_excp_40x new 495fc7ff96 target/ppc: Simplify powerpc_excp_40x new ba96828ec2 target/ppc: 405: Critical exceptions cleanup new 2149e65180 target/ppc: 405: Machine check exception cleanup new 9026e99c89 target/ppc: 405: External exception cleanup new 8428cdb245 target/ppc: 405: System call exception cleanup new 66b5ad5615 target/ppc: 405: Alignment exception cleanup new 4d8ac1d15e target/ppc: 405: Debug exception cleanup new f9911e1e55 target/ppc: 405: Data Storage exception cleanup new 35f579f5c2 target/ppc: 405: Instruction storage interrupt cleanup new 64e62cfbec target/ppc: 405: Program exception cleanup new 1afe57802a target/ppc: 405: Watchdog timer exception cleanup new 9f338e4da1 target/ppc: Introduce powerpc_excp_books new 30c4e4269c target/ppc: Simplify powerpc_excp_books new 58a02119f3 target/ppc: books: Machine Check exception cleanup new 67baff7715 target/ppc: books: External interrupt cleanup new aca2b93fd7 target/ppc: books: Program exception cleanup new 52926b0deb target/ppc: Introduce powerpc_excp_74xx new 1f6faf8b14 target/ppc: Simplify powerpc_excp_74xx new 3fbb46409f target/ppc: 74xx: Machine Check exception cleanup new 12e8042698 target/ppc: 74xx: External interrupt cleanup new 0ea2a65fe8 target/ppc: 74xx: Program exception cleanup new bca2c6d9e0 target/ppc: 74xx: System Call exception cleanup new 91a51fecef target/ppc: 74xx: System Reset interrupt cleanup new f82db77761 target/ppc: 74xx: Set SRRs directly in exception code new 4537d62dce target/ppc: Remove support for the PowerPC 602 CPU new 804b30d25f Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc [...]
The 42 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: hw/intc/pnv_xive.c | 22 +- hw/pci-host/pnv_phb3.c | 17 +- hw/pci-host/pnv_phb4.c | 17 +- hw/ppc/spapr.c | 2 +- hw/ppc/spapr_cpu_core.c | 5 + hw/ppc/spapr_vof.c | 2 - hw/ppc/vof.c | 1 - include/hw/ppc/vof.h | 5 + target/ppc/cpu-models.c | 2 - target/ppc/cpu-models.h | 1 - target/ppc/cpu.h | 9 +- target/ppc/cpu_init.c | 150 +--------- target/ppc/excp_helper.c | 674 ++++++++++++++++++++++++++++++++++++++++++- target/ppc/helper.h | 2 +- target/ppc/helper_regs.c | 12 +- target/ppc/int_helper.c | 21 -- target/ppc/mfrom_table.c.inc | 78 ----- target/ppc/mfrom_table_gen.c | 34 --- target/ppc/mmu_common.c | 18 +- target/ppc/mmu_helper.c | 12 +- target/ppc/translate.c | 32 +- 21 files changed, 761 insertions(+), 355 deletions(-) delete mode 100644 target/ppc/mfrom_table.c.inc delete mode 100644 target/ppc/mfrom_table_gen.c