summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re...Peter Maydell2020-06-083-10/+14
|\
| * target/s390x: Restrict CpuClass::get_crash_info() to system-modePhilippe Mathieu-Daudé2020-06-051-7/+5Star
| * target/i386: Restrict CpuClass::get_crash_info() to system-modePhilippe Mathieu-Daudé2020-06-051-1/+5
| * target/riscv/cpu: Restrict CPU migration to system-modePhilippe Mathieu-Daudé2020-06-051-2/+4
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200605'...Peter Maydell2020-06-069-887/+1230
|\ \
| * | target/arm: Convert Neon one-register-and-immediate insns to decodetreePeter Maydell2020-06-053-99/+142
| * | target/arm: Convert VCVT fixed-point ops to decodetreePeter Maydell2020-06-053-73/+62Star
| * | target/arm: Convert Neon VSHLL, VMOVL to decodetreePeter Maydell2020-06-053-44/+99
| * | target/arm: Convert Neon narrowing shifts with op==9 to decodetreePeter Maydell2020-06-053-108/+37Star
| * | target/arm: Convert Neon narrowing shifts with op==8 to decodetreePeter Maydell2020-06-053-0/+195
| * | target/arm: Convert VQSHLU, VQSHL 2-reg-shift insns to decodetreePeter Maydell2020-06-053-107/+126
| * | target/arm: Convert Neon VSRA, VSRI, VRSHR, VRSRA 2-reg-shift insns to decode...Peter Maydell2020-06-053-48/+46Star
| * | target/arm: Convert Neon VSHR 2-reg-shift insns to decodetreePeter Maydell2020-06-053-20/+67
| * | target/arm: Convert Neon VSHL and VSLI 2-reg-shift insn to decodetreePeter Maydell2020-06-053-10/+71
| * | target/arm: Split helper_crypto_sm3ttRichard Henderson2020-06-053-23/+27
| * | target/arm: Split helper_crypto_sha1_3regRichard Henderson2020-06-055-94/+95
| * | target/arm: Convert sha1 and sha256 to gvec helpersRichard Henderson2020-06-056-162/+66Star
| * | target/arm: Convert sha512 and sm3 to gvec helpersRichard Henderson2020-06-053-47/+55
| * | target/arm: Convert rax1 to gvec helpersRichard Henderson2020-06-054-28/+47
| * | target/arm: Convert aes and sm4 to gvec helpersRichard Henderson2020-06-056-67/+138
* | | target/s390x: Restrict system-mode declarationsPhilippe Mathieu-Daudé2020-06-051-5/+7
* | | target/s390x/helper: Clean ifdef'ryPhilippe Mathieu-Daudé2020-06-051-5/+0Star
* | | target/s390x: Only compile decode_basedisp() on system-modePhilippe Mathieu-Daudé2020-06-051-0/+4
* | | s390x/kvm: help valgrind in several placesChristian Borntraeger2020-06-051-2/+2
|/ /
* | memory: Rename memory_region_do_writeback -> memory_region_writebackPhilippe Mathieu-Daudé2020-06-051-1/+1
* | target/riscv: Add the lowRISC Ibex CPUAlistair Francis2020-06-032-0/+11
* | target/riscv: Don't set PMP feature in the cpu initAlistair Francis2020-06-031-5/+0Star
* | target/riscv: Disable the MMU correctlyAlistair Francis2020-06-031-2/+3
* | target/riscv: Don't overwrite the reset vectorAlistair Francis2020-06-031-1/+2
* | target/riscv: Drop support for ISA spec version 1.09.1Alistair Francis2020-06-037-200/+63Star
* | target/riscv: Remove the deprecated CPUsAlistair Francis2020-06-032-35/+0Star
* | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200602' into stagingPeter Maydell2020-06-027-119/+15Star
|\ \
| * | target/s390x: Use tcg_gen_gvec_rotl{i,s,v}Richard Henderson2020-06-024-94/+11Star
| * | target/ppc: Use tcg_gen_gvec_rotlvRichard Henderson2020-06-023-25/+4Star
* | | target/m68k: implement opcode fetoxm1Laurent Vivier2020-06-023-0/+9
* | | target/m68k: implement fmove.l #<data>,FPCRLaurent Vivier2020-06-021-0/+14
|/ /
* | target/tricore: Implement gdbstubBastian Koppelmann2020-06-014-1/+152
* | target/tricore: Implement tricore_cpu_get_phys_page_debugBastian Koppelmann2020-06-012-9/+14
* | target/tricore: Raise EXCP_DEBUG in gen_goto_tb() for singlestepBastian Koppelmann2020-06-011-9/+9
* | target/tricore: Move translate feature check to ctxBastian Koppelmann2020-06-011-27/+33
* | target/tricore: Don't save pc in generate_qemu_excpBastian Koppelmann2020-06-011-1/+0Star
* | target/mips: Support variable page sizeHuacai Chen2020-06-011-0/+5
* | target/mips: Add more CP0 register for save/restoreHuacai Chen2020-06-012-2/+216
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-05-27' into...Peter Maydell2020-05-282-11/+18
|\ \
| * | i386: Fix x86_cpu_load_model() error API violationMarkus Armbruster2020-05-271-10/+17
| * | s390x/cpumodel: Fix harmless misuse of visit_check_struct()Markus Armbruster2020-05-271-1/+1
| |/
* | target/ppc: Fix argument to ppc_radix64_partition_scoped_xlate() againGreg Kurz2020-05-271-1/+1
* | target/ppc: Don't update radix PTE R/C bits with gdbstubGreg Kurz2020-05-271-18/+21
* | target/ppc: Fix arguments to ppc_radix64_partition_scoped_xlate()Greg Kurz2020-05-271-2/+4
* | target/ppc: Add missing braces in ppc_radix64_partition_scoped_xlate()Greg Kurz2020-05-271-1/+2