summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2021-12-17Merge tag 'trivial-branch-for-7.0-pull-request' of https://gitlab.com/laurent...Richard Henderson
2021-12-17Merge tag 'pull-ppc-20211217' of https://github.com/legoater/qemu into stagingRichard Henderson
2021-12-17PPC64/TCG: Implement 'rfebb' instructionDaniel Henrique Barboza
2021-12-17target/ppc/power8-pmu.c: add PM_RUN_INST_CMPL (0xFA) eventDaniel Henrique Barboza
2021-12-17target/ppc: enable PMU instruction countDaniel Henrique Barboza
2021-12-17target/ppc: enable PMU counter overflow with cycle eventsDaniel Henrique Barboza
2021-12-17target/ppc: PMU: update counters on MMCR1 writeDaniel Henrique Barboza
2021-12-17target/ppc: PMU: update counters on PMCs r/wDaniel Henrique Barboza
2021-12-17target/ppc: PMU basic cycle count for pseries TCGDaniel Henrique Barboza
2021-12-17target/ppc: introduce PMUEventType and PMU overflow timersDaniel Henrique Barboza
2021-12-17Revert "target/ppc: Move SPR_DSISR setting to powerpc_excp"Fabiano Rosas
2021-12-17target/ppc: Fix e6500 bootFabiano Rosas
2021-12-17target/ppc: move xscvqpdp to decodetreeMatheus Ferst
2021-12-17target/ppc: fix xscvqpdp register accessMatheus Ferst
2021-12-17target/ppc: Move xs{max,min}[cj]dp to decodetreeVictor Colombo
2021-12-17target/ppc: Fix xs{max, min}[cj]dp to use VSX registersVictor Colombo
2021-12-17target/ppc: remove 401/403 CPUsCédric Le Goater
2021-12-17target/ppc: Set 601v exception model idFabiano Rosas
2021-12-17target/ppc: Remove 603e exception modelFabiano Rosas
2021-12-17target/ppc: Fix MPCxxx FPU interrupt addressFabiano Rosas
2021-12-17target/ppc: Remove the software TLB model of 7450 CPUsFabiano Rosas
2021-12-17target/ppc: Disable unused facilities in the e600 CPUFabiano Rosas
2021-12-17target/ppc: Disable software TLB for the 7450 familyFabiano Rosas
2021-12-17target/ppc: Use helper_todouble/tosingle in helper_xststdcspRichard Henderson
2021-12-17target/ppc: Update fres to new flags and float64r32Richard Henderson
2021-12-17target/ppc: Add helper for frsqrtesRichard Henderson
2021-12-17target/ppc: Add helper for fmulsRichard Henderson
2021-12-17target/ppc: Add helpers for fadds, fsubs, fdivsRichard Henderson
2021-12-17target/ppc: Add helper for fsqrtsRichard Henderson
2021-12-17target/ppc: Add helpers for fmadds et alRichard Henderson
2021-12-17target/ppc: Update fre to new flagsRichard Henderson
2021-12-17target/ppc: Update xsrqpi and xsrqpxp to new flagsRichard Henderson
2021-12-17target/ppc: Update sqrt for new flagsRichard Henderson
2021-12-17target/ppc: Use helper_todouble in do_frspRichard Henderson
2021-12-17target/ppc: Update do_frsp for new flagsRichard Henderson
2021-12-17target/ppc: Split out do_frspRichard Henderson
2021-12-17target/ppc: Do not call do_float_check_status from do_fmaddRichard Henderson
2021-12-17target/ppc: Split out do_fmaddRichard Henderson
2021-12-17target/ppc: Update fmadd for new flagsRichard Henderson
2021-12-17target/ppc: Clean up do_friRichard Henderson
2021-12-17target/ppc: Tidy inexact handling in do_friRichard Henderson
2021-12-17target/ppc: Use FloatRoundMode in do_friRichard Henderson
2021-12-17target/ppc: Remove inline from do_friRichard Henderson
2021-12-17target/ppc: Fix VXCVI return valueRichard Henderson
2021-12-17target/ppc: Update float_invalid_cvt for new flagsRichard Henderson
2021-12-17target/ppc: Move float_check_status from FPU_FCTI to translateRichard Henderson
2021-12-17target/ppc: Update float_invalid_op_div for new flagsRichard Henderson
2021-12-17target/ppc: Update float_invalid_op_mul for new flagsRichard Henderson
2021-12-17target/ppc: Update float_invalid_op_addsub for new flagsRichard Henderson
2021-12-17target/ppc: Implement Vector Mask Move insnsMatheus Ferst