aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2022-09-19target/i386: introduce insn_get_addrPaolo Bonzini
2022-09-19target/i386: REPZ and REPNZ are mutually exclusivePaolo Bonzini
2022-09-19target/i386: fix INSERTQ implementationPaolo Bonzini
2022-09-19target/i386: correctly mask SSE4a bit indices in register operandsPaolo Bonzini
2022-09-18target/i386: Raise #GP on unaligned m128 accesses when required.Paolo Bonzini
2022-09-17Merge tag 'pull-semi-20220914' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2022-09-14target/arm: Report FEAT_PMUv3p5 for TCG '-cpu max'Peter Maydell
2022-09-14target/arm: Support 64-bit event counters for FEAT_PMUv3p5Peter Maydell
2022-09-14target/arm: Implement FEAT_PMUv3p5 cycle counter disable bitsPeter Maydell
2022-09-14target/arm: Rename pmu_8_n feature test functionsPeter Maydell
2022-09-14target/arm: Detect overflow when calculating next PMU interruptPeter Maydell
2022-09-14target/arm: Honour MDCR_EL2.HPMD in Secure EL2Peter Maydell
2022-09-14target/arm: Ignore PMCR.D when PMCR.LC is setPeter Maydell
2022-09-14target/arm: Don't mishandle count when enabling or disabling PMU countersPeter Maydell
2022-09-14target/arm: Correct value returned by pmu_counter_mask()Peter Maydell
2022-09-14target/arm: Don't corrupt high half of PMOVSR when cycle counter overflowsPeter Maydell
2022-09-14target/arm: Add missing space in commentPeter Maydell
2022-09-14target/arm: Advertise FEAT_ETS for '-cpu max'Peter Maydell
2022-09-14target/arm: Implement ID_DFR1Peter Maydell
2022-09-14target/arm: Implement ID_MMFR5Peter Maydell
2022-09-14target/arm: Sort KVM reads of AArch32 ID registers into encoding orderPeter Maydell
2022-09-14target/arm: Make cpregs 0, c0, c{3-15}, {0-7} correctly RAZ in v8Peter Maydell
2022-09-14target/arm: Add cortex-a35Hao Wu
2022-09-13target/riscv: Honour -semihosting-config userspace=on and enable=onPeter Maydell
2022-09-13target/xtensa: Honour -semihosting-config userspace=onPeter Maydell
2022-09-13target/nios2: Honour -semihosting-config userspace=onPeter Maydell
2022-09-13target/mips: Honour -semihosting-config userspace=onPeter Maydell
2022-09-13target/m68k: Honour -semihosting-config userspace=onPeter Maydell
2022-09-13target/arm: Honour -semihosting-config userspace=onPeter Maydell
2022-09-13semihosting: Allow optional use of semihosting from userspacePeter Maydell
2022-09-13target/m68k: Convert semihosting errno to gdb remote errnoRichard Henderson
2022-09-13target/m68k: Use semihosting/syscalls.hRichard Henderson
2022-09-13target/nios2: Convert semihosting errno to gdb remote errnoRichard Henderson
2022-09-13target/nios2: Use semihosting/syscalls.hRichard Henderson
2022-09-07target/riscv: Update the privilege field for sscofpmf CSRsAtish Patra
2022-09-07hw/riscv: virt: Add PMU DT node to the device treeAtish Patra
2022-09-07target/riscv: Add few cache related PMU eventsAtish Patra
2022-09-07target/riscv: Simplify counter predicate functionAtish Patra
2022-09-07target/riscv: Add sscofpmf extension supportAtish Patra
2022-09-07target/riscv: Add vstimecmp supportAtish Patra
2022-09-07target/riscv: Add stimecmp supportAtish Patra
2022-09-07hw/intc: Move mtimer/mtimecmp to aclintAtish Patra
2022-09-07target/riscv: Use official extension names for AIA CSRsAnup Patel
2022-09-07target/riscv: Add xicondops in ISA entryRahul Pathak
2022-09-07target/riscv: Remove additional priv version check for mcountinhibitAtish Patra
2022-09-07target/riscv: Fix priority of csr related check in riscv_csrrw_checkWeiwei Li
2022-09-07target/riscv: Add Zihintpause supportDao Lu
2022-09-07target/riscv: rvv: Add option 'rvv_ma_all_1s' to enable optional mask agnosti...eopXD
2022-09-07target/riscv: rvv: Add mask agnostic for vector permutation instructionsYueh-Ting (eop) Chen
2022-09-07target/riscv: rvv: Add mask agnostic for vector mask instructionsYueh-Ting (eop) Chen