Age | Commit message (Expand) | Author |
2024-09-19 | target/arm: Convert MOVI, FMOV, ORR, BIC (vector immediate) to decodetree | Richard Henderson |
2024-09-19 | target/arm: Convert FMOVI (scalar, immediate) to decodetree | Richard Henderson |
2024-09-19 | target/arm: Convert FMAXNMV, FMINNMV, FMAXV, FMINV to decodetree | Richard Henderson |
2024-09-19 | target/arm: Convert ADDV, *ADDLV, *MAXV, *MINV to decodetree | Richard Henderson |
2024-09-19 | target/arm: Simplify do_reduction_op | Richard Henderson |
2024-09-19 | target/arm: Convert UZP, TRN, ZIP to decodetree | Richard Henderson |
2024-09-19 | target/arm: Convert TBL, TBX to decodetree | Richard Henderson |
2024-09-19 | target/arm: Convert EXT to decodetree | Richard Henderson |
2024-09-19 | target/arm: Use tcg_gen_extract2_i64 for EXT | Richard Henderson |
2024-09-19 | target/arm: Use cmpsel in gen_sshl_vec | Richard Henderson |
2024-09-19 | target/arm: Use cmpsel in gen_ushl_vec | Richard Henderson |
2024-09-19 | target/arm: Replace tcg_gen_dupi_vec with constants in translate-sve.c | Richard Henderson |
2024-09-19 | target/arm: Replace tcg_gen_dupi_vec with constants in gengvec.c | Richard Henderson |
2024-09-13 | target/riscv: Remove the deprecated 'any' CPU type | Philippe Mathieu-Daudé |
2024-09-13 | target/cris: Remove the deprecated CRIS target | Philippe Mathieu-Daudé |
2024-09-13 | target/arm/tcg: refine cache descriptions with a wrapper | Alireza Sanaee |
2024-09-13 | hvf: arm: Implement and use hvf_get_physical_address_range | Danny Canter |
2024-09-13 | hvf: Split up hv_vm_create logic per arch | Danny Canter |
2024-09-13 | kvm: Use 'unsigned long' for request argument in functions wrapping ioctl() | Johannes Stoelp |
2024-09-13 | target/alpha, hppa: Remove unused parent_reset fields | Peter Maydell |
2024-09-13 | target/s390: Convert CPU to Resettable interface | Peter Maydell |
2024-09-13 | Merge tag 'pull-loongarch-20240912' of https://gitlab.com/gaosong/qemu into s... | Peter Maydell |
2024-09-12 | target/loongarch: Support QMP dump-guest-memory | Bibo Mao |
2024-09-12 | target/loongarch/kvm: Add vCPU reset function | Bibo Mao |
2024-09-12 | target/loongarch: Add compatible support about VM reboot | Bibo Mao |
2024-09-11 | target/sparc: Add gen_trap_if_nofpu_fpexception | Richard Henderson |
2024-09-11 | target/sparc: Implement STDFQ | Richard Henderson |
2024-09-11 | target/sparc: Add FSR_QNE to tb_flags | Richard Henderson |
2024-09-11 | target/sparc: Populate sparc32 FQ when raising fp exception | Carl Hauser |
2024-09-11 | target/sparc: Add FQ and FSR.QNE | Carl Hauser |
2024-09-11 | Merge tag 'pull-testing-gdbstub-oct-100924-1' of https://gitlab.com/stsquad/q... | Peter Maydell |
2024-09-10 | gdbstub: Add support for MTE in system mode | Gustavo Romero |
2024-09-10 | gdbstub: Use specific MMU index when probing MTE addresses | Gustavo Romero |
2024-09-10 | qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix | Markus Armbruster |
2024-09-10 | qapi/machine: Rename CpuS390* to S390Cpu*, and drop 'prefix' | Markus Armbruster |
2024-09-06 | Merge tag 'pull-target-arm-20240905' of https://git.linaro.org/people/pmaydel... | Peter Maydell |
2024-09-06 | Merge tag 'migration-20240904-pull-request' of https://gitlab.com/farosas/qem... | Peter Maydell |
2024-09-05 | target/arm: Correct names of VFP VFNMA and VFNMS insns | Peter Maydell |
2024-09-05 | target/arm: Enable FEAT_EBF16 in the "max" CPU | Peter Maydell |
2024-09-05 | target/arm: Implement FPCR.EBF=1 semantics for bfdotadd() | Peter Maydell |
2024-09-05 | target/arm: Prepare bfdotadd() callers for FEAT_EBF support | Peter Maydell |
2024-09-05 | target/arm: Pass env pointer through to gvec_bfmmla helper | Peter Maydell |
2024-09-05 | target/arm: Pass env pointer through to gvec_bfdot_idx helper | Peter Maydell |
2024-09-05 | target/arm: Pass env pointer through to gvec_bfdot helper | Peter Maydell |
2024-09-05 | target/arm: Pass env pointer through to sme_bfmopa helper | Peter Maydell |
2024-09-05 | target/arm: Allow setting the FPCR.EBF bit for FEAT_EBF16 | Peter Maydell |
2024-09-03 | target/hppa: Fix random 32-bit linux-user crashes | Helge Deller |
2024-09-03 | target/hppa: Fix PSW V-bit packaging in cpu_hppa_get for hppa64 | Helge Deller |
2024-09-03 | target/ppc: Fix migration of CPUs with TLB_EMB TLB type | Arman Nabiev |
2024-08-21 | target/i386: Fix tss access size in switch_tss_ra | Richard Henderson |