aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2021-12-20target/riscv: rvv-1.0: update check functionsFrank Chang
2021-12-20target/riscv: rvv-1.0: add VMA and VTAFrank Chang
2021-12-20target/riscv: rvv-1.0: add fractional LMULFrank Chang
2021-12-20target/riscv: rvv-1.0: remove MLEN calculationsFrank Chang
2021-12-20target/riscv: rvv-1.0: check MSTATUS_VS when accessing vector csr registersFrank Chang
2021-12-20target/riscv: rvv-1.0: add vlenb registerGreentime Hu
2021-12-20target/riscv: rvv-1.0: add vcsr registerLIU Zhiwei
2021-12-20target/riscv: rvv-1.0: remove rvv related codes from fcsr registersFrank Chang
2021-12-20target/riscv: rvv-1.0: add translation-time vector context statusFrank Chang
2021-12-20target/riscv: rvv-1.0: introduce writable misa.v fieldFrank Chang
2021-12-20target/riscv: rvv-1.0: add sstatus VS fieldLIU Zhiwei
2021-12-20target/riscv: rvv-1.0: set mstatus.SD bit if mstatus.VS is dirtyFrank Chang
2021-12-20target/riscv: rvv-1.0: add mstatus VS fieldLIU Zhiwei
2021-12-20target/riscv: Use FIELD_EX32() to extract wd fieldFrank Chang
2021-12-20target/riscv: drop vector 0.7.1 and add 1.0 supportFrank Chang
2021-12-20target/riscv: zfh: add Zfhmin cpu propertyFrank Chang
2021-12-20target/riscv: zfh: implement zfhmin extensionFrank Chang
2021-12-20target/riscv: zfh: add Zfh cpu propertyFrank Chang
2021-12-20target/riscv: zfh: half-precision floating-point classifyKito Cheng
2021-12-20target/riscv: zfh: half-precision floating-point compareKito Cheng
2021-12-20target/riscv: zfh: half-precision convert and moveKito Cheng
2021-12-20target/riscv: zfh: half-precision computationalKito Cheng
2021-12-20target/riscv: zfh: half-precision load and storeKito Cheng
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