| Commit message (Expand) | Author | Age | Files | Lines |
* | target/s390x: Restrict CpuClass::get_crash_info() to system-mode | Philippe Mathieu-Daudé | 2020-06-05 | 1 | -7/+5 |
* | target/i386: Restrict CpuClass::get_crash_info() to system-mode | Philippe Mathieu-Daudé | 2020-06-05 | 1 | -1/+5 |
* | target/riscv/cpu: Restrict CPU migration to system-mode | Philippe Mathieu-Daudé | 2020-06-05 | 1 | -2/+4 |
* | target/arm: Allow user-mode code to write CPSR.E via MSR | Peter Maydell | 2020-05-21 | 1 | -1/+1 |
* | target/arm: Use clear_vec_high more effectively | Richard Henderson | 2020-05-21 | 1 | -21/+32 |
* | target/arm: Use tcg_gen_gvec_mov for clear_vec_high | Richard Henderson | 2020-05-21 | 1 | -8/+2 |
* | target/arm: Remove unused GEN_NEON_INTEGER_OP macro | Peter Maydell | 2020-05-21 | 1 | -23/+0 |
* | softfloat: Inline float64 compare specializations | Richard Henderson | 2020-05-19 | 1 | -1/+1 |
* | softfloat: Name compare relation enum | Richard Henderson | 2020-05-19 | 10 | -40/+40 |
* | softfloat: Name rounding mode enum | Richard Henderson | 2020-05-19 | 2 | -5/+5 |
* | softfloat: Replace flag with bool | Richard Henderson | 2020-05-19 | 4 | -48/+48 |
* | accel/tcg: Relax va restrictions on 64-bit guests | Richard Henderson | 2020-05-15 | 1 | -13/+2 |
* | target: Remove unnecessary CPU() cast | Philippe Mathieu-Daudé | 2020-05-15 | 1 | -1/+1 |
* | qdev: Unrealize must not fail | Markus Armbruster | 2020-05-15 | 2 | -14/+4 |
* | Drop more @errp parameters after previous commit | Markus Armbruster | 2020-05-15 | 2 | -4/+2 |
* | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 2020-05-15 | 8 | -80/+65 |
* | s390x/cpumodel: Fix UI to CPU features pcc-cmac-{aes,eaes}-256 | Markus Armbruster | 2020-05-15 | 1 | -1/+1 |
* | qom: Drop object_property_set_description() parameter @errp | Markus Armbruster | 2020-05-15 | 5 | -9/+8 |
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200514'... | Peter Maydell | 2020-05-14 | 18 | -1427/+2498 |
|\ |
|
| * | target/arm: Convert NEON VFMA, VFMS 3-reg-same insns to decodetree | Peter Maydell | 2020-05-14 | 3 | -174/+46 |
| * | target/arm: Convert Neon fp VMAX/VMIN/VMAXNM/VMINNM/VRECPS/VRSQRTS to decodetree | Peter Maydell | 2020-05-14 | 3 | -40/+78 |
| * | target/arm: Move 'env' argument of recps_f32 and rsqrts_f32 helpers to usual ... | Peter Maydell | 2020-05-14 | 3 | -6/+6 |
| * | target/arm: Convert Neon 3-reg-same compare insns to decodetree | Peter Maydell | 2020-05-14 | 3 | -37/+13 |
| * | target/arm: Convert Neon fp VMUL, VMLA, VMLS 3-reg-same insns to decodetree | Peter Maydell | 2020-05-14 | 3 | -16/+85 |
| * | target/arm: Convert Neon VPMIN/VPMAX/VPADD float 3-reg-same insns to decodetree | Peter Maydell | 2020-05-14 | 3 | -55/+76 |
| * | target/arm: Convert Neon VADD, VSUB, VABD 3-reg-same insns to decodetree | Peter Maydell | 2020-05-14 | 6 | -15/+48 |
| * | target/arm: Convert Neon VQDMULH/VQRDMULH 3-reg-same to decodetree | Peter Maydell | 2020-05-14 | 3 | -23/+28 |
| * | target/arm: Convert Neon VPADD 3-reg-same insns to decodetree | Peter Maydell | 2020-05-14 | 3 | -18/+5 |
| * | target/arm: Convert Neon VPMAX/VPMIN 3-reg-same insns to decodetree | Peter Maydell | 2020-05-14 | 3 | -15/+82 |
| * | target/arm: Convert Neon VQSHL, VRSHL, VQRSHL 3-reg-same insns to decodetree | Peter Maydell | 2020-05-14 | 3 | -25/+70 |
| * | target/arm: Convert Neon VRHADD, VHSUB 3-reg-same insns to decodetree | Peter Maydell | 2020-05-14 | 3 | -6/+12 |
| * | target/arm: Convert Neon VABA/VABD 3-reg-same to decodetree | Peter Maydell | 2020-05-14 | 3 | -20/+12 |
| * | target/arm: Convert Neon VHADD 3-reg-same insns | Peter Maydell | 2020-05-14 | 3 | -3/+27 |
| * | target/arm: Convert Neon 64-bit element 3-reg-same insns | Peter Maydell | 2020-05-14 | 3 | -36/+39 |
| * | target/arm: Convert Neon 3-reg-same SHA to decodetree | Peter Maydell | 2020-05-14 | 3 | -44/+151 |
| * | target/arm: Convert Neon 3-reg-same VQRDMLAH/VQRDMLSH to decodetree | Peter Maydell | 2020-05-14 | 3 | -12/+20 |
| * | target-arm: kvm64: handle SIGBUS signal from kernel or KVM | Dongjiu Geng | 2020-05-14 | 6 | -4/+88 |
| * | KVM: Move hwpoison page related functions into kvm-all.c | Dongjiu Geng | 2020-05-14 | 1 | -36/+0 |
| * | target/arm: Vectorize SABA/UABA | Richard Henderson | 2020-05-14 | 6 | -33/+174 |
| * | target/arm: Vectorize SABD/UABD | Richard Henderson | 2020-05-14 | 5 | -4/+176 |
| * | target/arm: Clear tail in gvec_fmul_idx_*, gvec_fmla_idx_* | Richard Henderson | 2020-05-14 | 1 | -0/+2 |
| * | target/arm: Pass pointer to qc to qrdmla/qrdmls | Richard Henderson | 2020-05-14 | 2 | -34/+54 |
| * | target/arm: Create gen_gvec_{qrdmla,qrdmls} | Richard Henderson | 2020-05-14 | 3 | -58/+33 |
| * | target/arm: Remove fp_status from helper_{recpe, rsqrte}_u32 | Richard Henderson | 2020-05-14 | 4 | -18/+8 |
| * | target/arm: Create gen_gvec_{uqadd, sqadd, uqsub, sqsub} | Richard Henderson | 2020-05-14 | 4 | -135/+147 |
| * | target/arm: Create gen_gvec_{cmtst,ushl,sshl} | Richard Henderson | 2020-05-14 | 4 | -102/+95 |
| * | target/arm: Swap argument order for VSHL during decode | Richard Henderson | 2020-05-14 | 2 | -4/+16 |
| * | target/arm: Create gen_gvec_{mla,mls} | Richard Henderson | 2020-05-14 | 4 | -73/+71 |
| * | target/arm: Create gen_gvec_{ceq,clt,cle,cgt,cge}0 | Richard Henderson | 2020-05-14 | 3 | -218/+74 |
| * | target/arm: Tidy handle_vec_simd_shri | Richard Henderson | 2020-05-14 | 1 | -42/+14 |