Age | Commit message (Expand) | Author |
2024-09-24 | target/i386/kvm: replace assert(false) with g_assert_not_reached() | Pierrick Bouvier |
2024-09-24 | target/ppc: replace assert(0) with g_assert_not_reached() | Pierrick Bouvier |
2024-09-19 | target/arm: Correct ID_AA64ISAR1_EL1 value for neoverse-v1 | Peter Maydell |
2024-09-19 | target/arm: Convert scalar [US]QSHRN, [US]QRSHRN, SQSHRUN to decodetree | Richard Henderson |
2024-09-19 | target/arm: Convert vector [US]QSHRN, [US]QRSHRN, SQSHRUN to decodetree | Richard Henderson |
2024-09-19 | target/arm: Convert SQSHL, UQSHL, SQSHLU (immediate) to decodetree | Richard Henderson |
2024-09-19 | target/arm: Widen NeonGenNarrowEnvFn return to 64 bits | Richard Henderson |
2024-09-19 | target/arm: Convert VQSHL, VQSHLU to gvec | Richard Henderson |
2024-09-19 | target/arm: Convert handle_scalar_simd_shli to decodetree | Richard Henderson |
2024-09-19 | target/arm: Convert handle_scalar_simd_shri to decodetree | Richard Henderson |
2024-09-19 | target/arm: Convert SHRN, RSHRN to decodetree | Richard Henderson |
2024-09-19 | target/arm: Split out subroutines of handle_shri_with_rndacc | Richard Henderson |
2024-09-19 | target/arm: Push tcg_rnd into handle_shri_with_rndacc | Richard Henderson |
2024-09-19 | target/arm: Convert SSHLL, USHLL to decodetree | Richard Henderson |
2024-09-19 | target/arm: Use {, s}extract in handle_vec_simd_wshli | Richard Henderson |
2024-09-19 | target/arm: Convert handle_vec_simd_shli to decodetree | Richard Henderson |
2024-09-19 | target/arm: Convert handle_vec_simd_shri to decodetree | Richard Henderson |
2024-09-19 | target/arm: Fix whitespace near gen_srshr64_i64 | Richard Henderson |
2024-09-19 | target/arm: Introduce gen_gvec_sshr, gen_gvec_ushr | Richard Henderson |
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 |