aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2022-09-17Merge tag 'pull-semi-20220914' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi14-520/+182
2022-09-14target/arm: Report FEAT_PMUv3p5 for TCG '-cpu max'Peter Maydell2-2/+2
2022-09-14target/arm: Support 64-bit event counters for FEAT_PMUv3p5Peter Maydell3-9/+57
2022-09-14target/arm: Implement FEAT_PMUv3p5 cycle counter disable bitsPeter Maydell2-4/+37
2022-09-14target/arm: Rename pmu_8_n feature test functionsPeter Maydell2-17/+17
2022-09-14target/arm: Detect overflow when calculating next PMU interruptPeter Maydell1-8/+14
2022-09-14target/arm: Honour MDCR_EL2.HPMD in Secure EL2Peter Maydell1-10/+7
2022-09-14target/arm: Ignore PMCR.D when PMCR.LC is setPeter Maydell1-4/+13
2022-09-14target/arm: Don't mishandle count when enabling or disabling PMU countersPeter Maydell1-0/+45
2022-09-14target/arm: Correct value returned by pmu_counter_mask()Peter Maydell1-1/+1
2022-09-14target/arm: Don't corrupt high half of PMOVSR when cycle counter overflowsPeter Maydell1-1/+1
2022-09-14target/arm: Add missing space in commentPeter Maydell1-1/+1
2022-09-14target/arm: Advertise FEAT_ETS for '-cpu max'Peter Maydell2-0/+5
2022-09-14target/arm: Implement ID_DFR1Peter Maydell3-2/+5
2022-09-14target/arm: Implement ID_MMFR5Peter Maydell3-2/+5
2022-09-14target/arm: Sort KVM reads of AArch32 ID registers into encoding orderPeter Maydell1-2/+2
2022-09-14target/arm: Make cpregs 0, c0, c{3-15}, {0-7} correctly RAZ in v8Peter Maydell1-5/+60
2022-09-14target/arm: Add cortex-a35Hao Wu1-0/+80
2022-09-13target/riscv: Honour -semihosting-config userspace=on and enable=onPeter Maydell3-7/+6
2022-09-13target/xtensa: Honour -semihosting-config userspace=onPeter Maydell1-3/+4
2022-09-13target/nios2: Honour -semihosting-config userspace=onPeter Maydell1-1/+2
2022-09-13target/mips: Honour -semihosting-config userspace=onPeter Maydell4-10/+11
2022-09-13target/m68k: Honour -semihosting-config userspace=onPeter Maydell1-2/+1
2022-09-13target/arm: Honour -semihosting-config userspace=onPeter Maydell2-23/+5
2022-09-13semihosting: Allow optional use of semihosting from userspacePeter Maydell5-9/+9
2022-09-13target/m68k: Convert semihosting errno to gdb remote errnoRichard Henderson1-2/+31
2022-09-13target/m68k: Use semihosting/syscalls.hRichard Henderson1-232/+49
2022-09-13target/nios2: Convert semihosting errno to gdb remote errnoRichard Henderson1-2/+31
2022-09-13target/nios2: Use semihosting/syscalls.hRichard Henderson1-246/+50
2022-09-07target/riscv: Update the privilege field for sscofpmf CSRsAtish Patra1-30/+60
2022-09-07hw/riscv: virt: Add PMU DT node to the device treeAtish Patra2-0/+58
2022-09-07target/riscv: Add few cache related PMU eventsAtish Patra1-0/+25
2022-09-07target/riscv: Simplify counter predicate functionAtish Patra1-101/+9
2022-09-07target/riscv: Add sscofpmf extension supportAtish Patra7-11/+623
2022-09-07target/riscv: Add vstimecmp supportAtish Patra6-6/+118
2022-09-07target/riscv: Add stimecmp supportAtish Patra8-1/+235
2022-09-07hw/intc: Move mtimer/mtimecmp to aclintAtish Patra2-5/+2
2022-09-07target/riscv: Use official extension names for AIA CSRsAnup Patel4-14/+26
2022-09-07target/riscv: Add xicondops in ISA entryRahul Pathak1-0/+1
2022-09-07target/riscv: Remove additional priv version check for mcountinhibitAtish Patra1-8/+0
2022-09-07target/riscv: Fix priority of csr related check in riscv_csrrw_checkWeiwei Li1-19/+25
2022-09-07target/riscv: Add Zihintpause supportDao Lu4-1/+25
2022-09-07target/riscv: rvv: Add option 'rvv_ma_all_1s' to enable optional mask agnosti...eopXD1-0/+1
2022-09-07target/riscv: rvv: Add mask agnostic for vector permutation instructionsYueh-Ting (eop) Chen2-2/+25
2022-09-07target/riscv: rvv: Add mask agnostic for vector mask instructionsYueh-Ting (eop) Chen2-0/+14
2022-09-07target/riscv: rvv: Add mask agnostic for vector floating-point instructionsYueh-Ting (eop) Chen2-0/+38
2022-09-07target/riscv: rvv: Add mask agnostic for vector fix-point arithmetic instruct...Yueh-Ting (eop) Chen1-10/+16
2022-09-07target/riscv: rvv: Add mask agnostic for vector integer comparison instructionsYueh-Ting (eop) Chen2-0/+11
2022-09-07target/riscv: rvv: Add mask agnostic for vector integer shift instructionsYueh-Ting (eop) Chen2-0/+8
2022-09-07target/riscv: rvv: Add mask agnostic for vx instructionsYueh-Ting (eop) Chen2-0/+5