aboutsummaryrefslogtreecommitdiff
path: root/target/ppc
AgeCommit message (Expand)AuthorFilesLines
2022-01-18target/ppc: Fix 7448 supportCédric Le Goater1-4/+4
2022-01-18target/ppc: Finish removal of 401/403 CPUsCédric Le Goater6-51/+1
2022-01-18target/ppc: Remove last user of .load_state_oldCédric Le Goater1-112/+0
2022-01-12target/ppc: Set the correct endianness for powernv memory dumpsFabiano Rosas1-1/+1
2022-01-12target/ppc: Introduce a wrapper for powerpc_excpFabiano Rosas1-1/+11
2022-01-12target/ppc: Use ppc_interrupts_little_endian in powerpc_excpFabiano Rosas1-28/+1
2022-01-12target/ppc: Add MSR_ILE support to ppc_interrupts_little_endianFabiano Rosas1-1/+3
2022-01-12target/ppc: Add HV support to ppc_interrupts_little_endianFabiano Rosas3-10/+17
2022-01-12target/ppc: powerpc_excp: Group unimplemented exceptionsFabiano Rosas1-69/+8
2022-01-12target/ppc: powerpc_excp: Keep 60x/7x5 soft MMU logs activeFabiano Rosas1-5/+1
2022-01-12target/ppc: powerpc_excp: Extract software TLB logging into a functionFabiano Rosas1-28/+37
2022-01-12target/ppc: Add extra float instructions to POWER5P processorsCédric Le Goater1-0/+1
2022-01-12target/ppc: Add popcntb instruction to POWER5+ processorsCédric Le Goater1-0/+1
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot4-50/+50
2022-01-04target/ppc: do not call hreg_compute_hflags() in helper_store_mmcr0()Daniel Henrique Barboza1-1/+6
2022-01-04target/ppc: Use env->pnc_cyc_cntRichard Henderson1-98/+9
2022-01-04target/ppc: Rewrite pmu_increment_insnsRichard Henderson1-29/+49
2022-01-04target/ppc: Cache per-pmc insn and cycle count settingsRichard Henderson6-20/+58
2022-01-04target/ppc: powerpc_excp: Stop passing excp_model aroundFabiano Rosas1-22/+21
2022-01-04target/ppc: powerpc_excp: Move system call vectored code togetherFabiano Rosas1-8/+5
2022-01-04target/ppc: powerpc_excp: Set vector earlierFabiano Rosas1-8/+8
2022-01-04target/ppc: powerpc_excp: Add excp_vectors bounds checkFabiano Rosas1-3/+4
2022-01-04target/ppc: powerpc_excp: Set alternate SRRs directlyFabiano Rosas1-15/+8
2022-01-04target/ppc: do not silence snan in xscvspdpnMatheus Ferst1-4/+1
2022-01-04ppc/ppc405: Dump specific registersCédric Le Goater1-6/+21
2022-01-04ppc/ppc405: Introduce a store helper for SPR_40x_PIDCédric Le Goater3-1/+10
2022-01-04ppc/ppc405: Restore TCR and STR write handlersCédric Le Goater6-2/+30
2022-01-04ppc/ppc405: Activate MMU logsCédric Le Goater2-139/+122
2022-01-04target/ppc: Print out literal exception names in logsCédric Le Goater1-1/+74
2022-01-04target/ppc: Remove static inlineCédric Le Goater1-6/+6
2022-01-04target/ppc: Check effective address validityCédric Le Goater2-0/+6
2022-01-04target/ppc: Improve logging in Radix MMUCédric Le Goater1-3/+52
2021-12-17PPC64/TCG: Implement 'rfebb' instructionDaniel Henrique Barboza6-0/+85
2021-12-17target/ppc/power8-pmu.c: add PM_RUN_INST_CMPL (0xFA) eventDaniel Henrique Barboza5-4/+42
2021-12-17target/ppc: enable PMU instruction countDaniel Henrique Barboza7-1/+146
2021-12-17target/ppc: enable PMU counter overflow with cycle eventsDaniel Henrique Barboza2-0/+73
2021-12-17target/ppc: PMU: update counters on MMCR1 writeDaniel Henrique Barboza5-1/+21
2021-12-17target/ppc: PMU: update counters on PMCs r/wDaniel Henrique Barboza5-8/+51
2021-12-17target/ppc: PMU basic cycle count for pseries TCGDaniel Henrique Barboza6-4/+157
2021-12-17target/ppc: introduce PMUEventType and PMU overflow timersDaniel Henrique Barboza5-0/+127
2021-12-17Revert "target/ppc: Move SPR_DSISR setting to powerpc_excp"Fabiano Rosas1-9/+12
2021-12-17target/ppc: Fix e6500 bootFabiano Rosas2-1/+17
2021-12-17target/ppc: move xscvqpdp to decodetreeMatheus Ferst5-20/+21
2021-12-17target/ppc: fix xscvqpdp register accessMatheus Ferst1-2/+3
2021-12-17target/ppc: Move xs{max,min}[cj]dp to decodetreeVictor Colombo3-11/+40
2021-12-17target/ppc: Fix xs{max, min}[cj]dp to use VSX registersVictor Colombo3-10/+10
2021-12-17target/ppc: remove 401/403 CPUsCédric Le Goater7-608/+4
2021-12-17target/ppc: Set 601v exception model idFabiano Rosas1-0/+1
2021-12-17target/ppc: Remove 603e exception modelFabiano Rosas3-33/+2
2021-12-17target/ppc: Fix MPCxxx FPU interrupt addressFabiano Rosas1-2/+2