| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | target/arm: Remove unnecessary range check for VSHL | Richard Henderson | 2020-05-14 | 1 | -10/+2 |
| * | target/arm: Create gen_gvec_{sri,sli} | Richard Henderson | 2020-05-14 | 5 | -101/+160 |
| * | target/arm: Create gen_gvec_{u,s}{rshr,rsra} | Richard Henderson | 2020-05-14 | 5 | -26/+527 |
| * | target/arm: Create gen_gvec_[us]sra | Richard Henderson | 2020-05-14 | 5 | -79/+139 |
| * | target/arm: Use correct GDB XML for M-profile cores | Peter Maydell | 2020-05-14 | 2 | -4/+19 |
* | | target/microblaze: monitor: Increase the number of registers reported | Joe Komlodi | 2020-05-14 | 1 | -2/+14 |
* | | target/microblaze: gdb: Fix incorrect SReg reporting | Joe Komlodi | 2020-05-14 | 1 | -10/+49 |
* | | target/microblaze: gdb: Extend the number of registers presented to GDB | Joe Komlodi | 2020-05-14 | 2 | -4/+50 |
* | | target/microblaze: Fix FPU2 instruction check | Joe Komlodi | 2020-05-14 | 1 | -1/+1 |
* | | target/microblaze: Add MFS Rd,EDR translation | Tong Ho | 2020-05-14 | 1 | -0/+1 |
|/ |
|
* | target/arm: Fix tcg_gen_gvec_dup_imm vs DUP (indexed) | Richard Henderson | 2020-05-11 | 1 | -1/+5 |