Age | Commit message (Expand) | Author |
2024-05-28 | target/arm: Use gvec for neon faddp, fmaxp, fminp | Richard Henderson |
2024-05-28 | target/arm: Convert FMAXP, FMINP, FMAXNMP, FMINNMP to decodetree | Richard Henderson |
2024-05-28 | target/arm: Convert FADDP to decodetree | Richard Henderson |
2024-05-28 | target/arm: Convert FRECPS, FRSQRTS to decodetree | Richard Henderson |
2024-05-28 | target/arm: Convert FABD to decodetree | Richard Henderson |
2024-05-28 | target/arm: Convert FCMEQ, FCMGE, FCMGT, FACGE, FACGT to decodetree | Richard Henderson |
2024-05-28 | target/arm: Convert FMLA, FMLS to decodetree | Richard Henderson |
2024-05-28 | target/arm: Convert FNMUL to decodetree | Richard Henderson |
2024-05-28 | target/arm: Expand vfp neg and abs inline | Richard Henderson |
2024-05-28 | target/arm: Introduce vfp_load_reg16 | Richard Henderson |
2024-05-28 | target/arm: Convert FMAX, FMIN, FMAXNM, FMINNM to decodetree | Richard Henderson |
2024-05-28 | target/arm: Convert FADD, FSUB, FDIV, FMUL to decodetree | Richard Henderson |
2024-05-28 | target/arm: Convert FMULX to decodetree | Richard Henderson |
2024-05-28 | target/arm: Convert Advanced SIMD copy to decodetree | Richard Henderson |
2024-05-28 | target/arm: Convert XAR to decodetree | Richard Henderson |
2024-05-28 | target/arm: Convert Cryptographic 3-register, imm2 to decodetree | Richard Henderson |
2024-05-28 | target/arm: Convert Cryptographic 4-register to decodetree | Richard Henderson |
2024-05-28 | target/arm: Convert Cryptographic 2-register SHA512 to decodetree | Richard Henderson |
2024-05-28 | target/arm: Convert Cryptographic 3-register SHA512 to decodetree | Richard Henderson |
2024-05-28 | target/arm: Convert Cryptographic 2-register SHA to decodetree | Richard Henderson |
2024-05-28 | target/arm: Convert Cryptographic 3-register SHA to decodetree | Richard Henderson |
2024-05-28 | target/arm: Convert Cryptographic AES to decodetree | Richard Henderson |
2024-05-28 | target/arm: Split out gengvec64.c | Richard Henderson |
2024-05-28 | target/arm: Split out gengvec.c | Richard Henderson |
2024-05-28 | target/arm: Verify sz=0 for Advanced SIMD scalar pairwise (fp16) | Richard Henderson |
2024-05-28 | target/arm: Fix decode of FMOV (hp) vs MOVI | Richard Henderson |
2024-05-28 | target/arm: Zero-extend writeback for fp16 FCVTZS (scalar, integer) | Richard Henderson |
2024-05-28 | target/arm: Use PLD, PLDW, PLI not NOP for t32 | Richard Henderson |
2024-05-28 | hvf: arm: Fix encodings for ID_AA64PFR1_EL1 and debug System registers | Zenghui Yu |
2024-05-15 | accel/tcg: Provide default implementation of disas_log | Richard Henderson |
2024-05-10 | kconfig: express dependency of individual boards on libfdt | Paolo Bonzini |
2024-05-06 | Merge tag 'accel-20240506' of https://github.com/philmd/qemu into staging | Richard Henderson |
2024-05-06 | accel/tcg: Access tcg_cflags with getter / setter | Philippe Mathieu-Daudé |
2024-05-06 | exec/cpu: Extract page-protection definitions to page-protection.h | Philippe Mathieu-Daudé |
2024-05-03 | Kconfig: kvm: allow building without any board | Paolo Bonzini |
2024-04-30 | target/arm: Default to 1GHz cntfrq for 'max' and new CPUs | Peter Maydell |
2024-04-30 | target/arm: Refactor default generic timer frequency handling | Peter Maydell |
2024-04-30 | target/arm: Enable FEAT_Spec_FPACC for -cpu max | Peter Maydell |
2024-04-30 | target/arm: Implement ID_AA64MMFR3_EL1 | Peter Maydell |
2024-04-30 | target/arm: Enable FEAT_ETS2 for -cpu max | Peter Maydell |
2024-04-30 | target/arm: Enable FEAT_CSV2_3 for -cpu max | Peter Maydell |
2024-04-30 | target/arm: Restrict translation disabled alignment check to VMSA | Richard Henderson |
2024-04-30 | hvf: arm: Remove PL1_WRITE_MASK | Zenghui Yu |
2024-04-26 | exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' header | Philippe Mathieu-Daudé |
2024-04-26 | accel/hvf: Use accel-specific per-vcpu @dirty field | Philippe Mathieu-Daudé |
2024-04-26 | target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h' | Philippe Mathieu-Daudé |
2024-04-26 | exec: Rename NEED_CPU_H -> COMPILING_PER_TARGET | Philippe Mathieu-Daudé |
2024-04-25 | hw, target: Add ResetType argument to hold and exit phase methods | Peter Maydell |
2024-04-25 | target/arm: Add FEAT_NMI to max | Jinjie Ruan |
2024-04-25 | target/arm: Handle NMI in arm_cpu_do_interrupt_aarch64() | Jinjie Ruan |