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_check_gcc/master-arm in repository toolchain/ci/qemu.
from bfc3db5cf6 Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-20 [...] adds 6e3f09c28a spapr: Force 32bit when resetting a core adds 5aad0457ec target/ppc: 603: fix restore of GPRs 0-3 on rfi adds e31ea5d89b target/ppc/mmu_common: Fix SRR1/MSR error code on Book-E adds 50c8e11ac0 ppc/pnv: Fail DMA access if page permissions are not correct adds 83d2bea68a ppc/pnv: use a do-while() loop in pnv_phb3_translate_tve() adds 799c179ed8 ppc/pnv: use a do-while() loop in pnv_phb4_translate_tve() adds e9711c6149 ppc/xive: check return value of ldq_be_dma() adds 0c0aac01c4 target/ppc: fix 'skip KVM' cond in cpu_interrupt_exittb() adds 1977434bbf spapr.c: check bus != NULL in spapr_get_fw_dev_path() adds 63f38cc3d2 target/ppc: Fix test on mmu_model in hreg_compute_hflags_value() adds a01b64cee7 target/ppc: Put do_rfi under a TCG-only block adds dc10da64e1 hw/ppc/vof: Add missing includes adds 47822486f5 ppc/ppc405: Fix TLB flushing adds 645d843ca5 target/ppc: 405: Rename MSR_POW to MSR_WE adds 301e5d48b1 target/ppc: 405: Add missing MSR_ME bit adds e808c2ed07 target/ppc: Introduce powerpc_excp_40x adds 495fc7ff96 target/ppc: Simplify powerpc_excp_40x adds ba96828ec2 target/ppc: 405: Critical exceptions cleanup adds 2149e65180 target/ppc: 405: Machine check exception cleanup adds 9026e99c89 target/ppc: 405: External exception cleanup adds 8428cdb245 target/ppc: 405: System call exception cleanup adds 66b5ad5615 target/ppc: 405: Alignment exception cleanup adds 4d8ac1d15e target/ppc: 405: Debug exception cleanup adds f9911e1e55 target/ppc: 405: Data Storage exception cleanup adds 35f579f5c2 target/ppc: 405: Instruction storage interrupt cleanup adds 64e62cfbec target/ppc: 405: Program exception cleanup adds 1afe57802a target/ppc: 405: Watchdog timer exception cleanup adds 9f338e4da1 target/ppc: Introduce powerpc_excp_books adds 30c4e4269c target/ppc: Simplify powerpc_excp_books adds 58a02119f3 target/ppc: books: Machine Check exception cleanup adds 67baff7715 target/ppc: books: External interrupt cleanup adds aca2b93fd7 target/ppc: books: Program exception cleanup adds 52926b0deb target/ppc: Introduce powerpc_excp_74xx adds 1f6faf8b14 target/ppc: Simplify powerpc_excp_74xx adds 3fbb46409f target/ppc: 74xx: Machine Check exception cleanup adds 12e8042698 target/ppc: 74xx: External interrupt cleanup adds 0ea2a65fe8 target/ppc: 74xx: Program exception cleanup adds bca2c6d9e0 target/ppc: 74xx: System Call exception cleanup adds 91a51fecef target/ppc: 74xx: System Reset interrupt cleanup adds f82db77761 target/ppc: 74xx: Set SRRs directly in exception code adds 4537d62dce target/ppc: Remove support for the PowerPC 602 CPU adds 804b30d25f Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc [...]
No new revisions were added by this update.
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