Age | Commit message (Expand) | Author | Files | Lines |
2020-06-02 | target/s390x: Use tcg_gen_gvec_rotl{i,s,v} | Richard Henderson | 4 | -94/+11 |
2020-06-02 | target/ppc: Use tcg_gen_gvec_rotlv | Richard Henderson | 3 | -25/+4 |
2020-06-01 | target/tricore: Implement gdbstub | Bastian Koppelmann | 4 | -1/+152 |
2020-06-01 | target/tricore: Implement tricore_cpu_get_phys_page_debug | Bastian Koppelmann | 2 | -9/+14 |
2020-06-01 | target/tricore: Raise EXCP_DEBUG in gen_goto_tb() for singlestep | Bastian Koppelmann | 1 | -9/+9 |
2020-06-01 | target/tricore: Move translate feature check to ctx | Bastian Koppelmann | 1 | -27/+33 |
2020-06-01 | target/tricore: Don't save pc in generate_qemu_excp | Bastian Koppelmann | 1 | -1/+0 |
2020-06-01 | target/mips: Support variable page size | Huacai Chen | 1 | -0/+5 |
2020-06-01 | target/mips: Add more CP0 register for save/restore | Huacai Chen | 2 | -2/+216 |
2020-05-28 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-05-27' into... | Peter Maydell | 2 | -11/+18 |
2020-05-27 | i386: Fix x86_cpu_load_model() error API violation | Markus Armbruster | 1 | -10/+17 |
2020-05-27 | s390x/cpumodel: Fix harmless misuse of visit_check_struct() | Markus Armbruster | 1 | -1/+1 |
2020-05-27 | target/ppc: Fix argument to ppc_radix64_partition_scoped_xlate() again | Greg Kurz | 1 | -1/+1 |
2020-05-27 | target/ppc: Don't update radix PTE R/C bits with gdbstub | Greg Kurz | 1 | -18/+21 |
2020-05-27 | target/ppc: Fix arguments to ppc_radix64_partition_scoped_xlate() | Greg Kurz | 1 | -2/+4 |
2020-05-27 | target/ppc: Add missing braces in ppc_radix64_partition_scoped_xlate() | Greg Kurz | 1 | -1/+2 |
2020-05-27 | target/ppc: Don't initialize some local variables in ppc_radix64_xlate() | Greg Kurz | 1 | -1/+5 |
2020-05-27 | target/ppc: Pass const pointer to ppc_radix64_get_fully_qualified_addr() | Greg Kurz | 1 | -1/+2 |
2020-05-27 | target/ppc: Pass const pointer to ppc_radix64_get_prot_amr() | Greg Kurz | 1 | -2/+2 |
2020-05-27 | ppc/spapr: Add hotremovable flag on DIMM LMBs on drmem_v2 | Leonardo Bras | 2 | -8/+29 |
2020-05-27 | target/ppc: Add support for scv and rfscv instructions | Nicholas Piggin | 5 | -30/+132 |
2020-05-27 | target/ppc: Untabify excp_helper.c | Greg Kurz | 1 | -8/+8 |
2020-05-21 | target/arm: Allow user-mode code to write CPSR.E via MSR | Peter Maydell | 1 | -1/+1 |
2020-05-21 | target/arm: Use clear_vec_high more effectively | Richard Henderson | 1 | -21/+32 |
2020-05-21 | target/arm: Use tcg_gen_gvec_mov for clear_vec_high | Richard Henderson | 1 | -8/+2 |
2020-05-21 | target/arm: Remove unused GEN_NEON_INTEGER_OP macro | Peter Maydell | 1 | -23/+0 |
2020-05-19 | softfloat: Inline float64 compare specializations | Richard Henderson | 1 | -1/+1 |
2020-05-19 | softfloat: Name compare relation enum | Richard Henderson | 10 | -40/+40 |
2020-05-19 | softfloat: Name rounding mode enum | Richard Henderson | 2 | -5/+5 |
2020-05-19 | softfloat: Replace flag with bool | Richard Henderson | 4 | -48/+48 |
2020-05-15 | accel/tcg: Relax va restrictions on 64-bit guests | Richard Henderson | 1 | -13/+2 |
2020-05-15 | target: Remove unnecessary CPU() cast | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-05-15 | qdev: Unrealize must not fail | Markus Armbruster | 2 | -14/+4 |
2020-05-15 | Drop more @errp parameters after previous commit | Markus Armbruster | 2 | -4/+2 |
2020-05-15 | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 8 | -80/+65 |
2020-05-15 | s390x/cpumodel: Fix UI to CPU features pcc-cmac-{aes,eaes}-256 | Markus Armbruster | 1 | -1/+1 |
2020-05-15 | qom: Drop object_property_set_description() parameter @errp | Markus Armbruster | 5 | -9/+8 |
2020-05-14 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200514'... | Peter Maydell | 18 | -1427/+2498 |
2020-05-14 | target/arm: Convert NEON VFMA, VFMS 3-reg-same insns to decodetree | Peter Maydell | 3 | -174/+46 |
2020-05-14 | target/arm: Convert Neon fp VMAX/VMIN/VMAXNM/VMINNM/VRECPS/VRSQRTS to decodetree | Peter Maydell | 3 | -40/+78 |
2020-05-14 | target/arm: Move 'env' argument of recps_f32 and rsqrts_f32 helpers to usual ... | Peter Maydell | 3 | -6/+6 |
2020-05-14 | target/arm: Convert Neon 3-reg-same compare insns to decodetree | Peter Maydell | 3 | -37/+13 |
2020-05-14 | target/arm: Convert Neon fp VMUL, VMLA, VMLS 3-reg-same insns to decodetree | Peter Maydell | 3 | -16/+85 |
2020-05-14 | target/arm: Convert Neon VPMIN/VPMAX/VPADD float 3-reg-same insns to decodetree | Peter Maydell | 3 | -55/+76 |
2020-05-14 | target/arm: Convert Neon VADD, VSUB, VABD 3-reg-same insns to decodetree | Peter Maydell | 6 | -15/+48 |
2020-05-14 | target/arm: Convert Neon VQDMULH/VQRDMULH 3-reg-same to decodetree | Peter Maydell | 3 | -23/+28 |
2020-05-14 | target/arm: Convert Neon VPADD 3-reg-same insns to decodetree | Peter Maydell | 3 | -18/+5 |
2020-05-14 | target/arm: Convert Neon VPMAX/VPMIN 3-reg-same insns to decodetree | Peter Maydell | 3 | -15/+82 |
2020-05-14 | target/arm: Convert Neon VQSHL, VRSHL, VQRSHL 3-reg-same insns to decodetree | Peter Maydell | 3 | -25/+70 |
2020-05-14 | target/arm: Convert Neon VRHADD, VHSUB 3-reg-same insns to decodetree | Peter Maydell | 3 | -6/+12 |