summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2018-05-11Merge remote-tracking branch 'remotes/rth/tags/cota-target-pull-request' into...HEADmasterPeter Maydell19-1569/+1532
2018-05-11target/m68k: Fix build Werror with gcc 8.0.1Richard Henderson1-2/+3
2018-05-09target/riscv: convert to TranslatorOpsEmilio G. Cota1-78/+80
2018-05-09target/riscv: convert to DisasContextBaseEmilio G. Cota1-65/+64
2018-05-09target/riscv: convert to DisasJumpTypeEmilio G. Cota1-44/+28
2018-05-09target/openrisc: convert to TranslatorOpsEmilio G. Cota1-84/+79
2018-05-09target/openrisc: convert to DisasContextBaseEmilio G. Cota1-47/+46
2018-05-09target/s390x: convert to TranslatorOpsEmilio G. Cota1-82/+80
2018-05-09target/s390x: convert to DisasContextBaseEmilio G. Cota1-72/+76
2018-05-09target/s390x: convert to DisasJumpTypeEmilio G. Cota1-635/+632
2018-05-09target/mips: convert to TranslatorOpsEmilio G. Cota1-114/+113
2018-05-09target/mips: use *ctx for DisasContextEmilio G. Cota1-82/+83
2018-05-09target/mips: convert to DisasContextBaseEmilio G. Cota1-171/+175
2018-05-09target/mips: convert to DisasJumpTypeEmilio G. Cota1-95/+91
2018-05-09target/mips: use lookup_and_goto_ptr on BS_STOPEmilio G. Cota1-1/+2
2018-05-09target/sparc: convert to TranslatorOpsEmilio G. Cota1-88/+86
2018-05-09target/sparc: convert to DisasContextBaseEmilio G. Cota1-47/+45
2018-05-09target/sparc: convert to DisasJumpTypeEmilio G. Cota1-12/+15
2018-05-09target/sh4: convert to TranslatorOpsEmilio G. Cota1-85/+86
2018-05-09translator: merge max_insns into DisasContextBaseEmilio G. Cota6-27/+13
2018-05-09target/mips: avoid integer overflow in next_page PC checkEmilio G. Cota1-3/+3
2018-05-09target/s390x: avoid integer overflow in next_page PC checkEmilio G. Cota1-3/+3
2018-05-09target/arm: avoid integer overflow in next_page PC checkEmilio G. Cota2-7/+6
2018-05-09target/microblaze: avoid integer overflow in next_page PC checkEmilio G. Cota1-3/+3
2018-05-09target/tilegx: avoid integer overflow in next_page PC checkEmilio G. Cota1-2/+2
2018-05-09target/unicore32: avoid integer overflow in next_page PC checkEmilio G. Cota1-3/+3
2018-05-09target/xtensa: avoid integer overflow in next_page PC checkEmilio G. Cota1-5/+4
2018-05-09target/lm32: avoid integer overflow in next_page PC checkEmilio G. Cota1-3/+3
2018-05-09target/cris: avoid integer overflow in next_page PC checkEmilio G. Cota1-3/+3
2018-05-09target/riscv: avoid integer overflow in next_page PC checkEmilio G. Cota1-3/+3
2018-05-08Merge remote-tracking branch 'remotes/riscv/tags/riscv-qemu-2.13-pull-2018050...Peter Maydell5-45/+119
2018-05-06RISC-V: No traps on writes to misa,minstret,mcycleMichael Clark1-12/+13
2018-05-06RISC-V: Make mtvec/stvec ignore vectored trapsMichael Clark1-6/+8
2018-05-06RISC-V: Add mcycle/minstret support for -icount autoMichael Clark2-2/+28
2018-05-06RISC-V: Use [ms]counteren CSRs when priv ISA >= v1.10Michael Clark2-18/+50
2018-05-06RISC-V: Allow S-mode mxr access when priv ISA >= v1.10Michael Clark1-2/+5
2018-05-06RISC-V: Clear mtval/stval on exceptions without infoMichael Clark1-0/+8
2018-05-06RISC-V: Hardwire satp to 0 for no-mmu caseMichael Clark1-2/+5
2018-05-06RISC-V: Update E and I extension orderMichael Clark2-1/+2
2018-05-06RISC-V: Remove erroneous comment from translate.cMichael Clark1-1/+0
2018-05-06RISC-V: Remove EM_RISCV ELF_MACHINE indirectionMichael Clark1-1/+0
2018-05-04target/arm/kvm: Translate the MSI doorbell in kvm_arch_fixup_msi_routeEric Auger2-1/+40
2018-05-04target/arm: Implement v8M VLLDM and VLSTMPeter Maydell1-1/+16
2018-05-04target/arm: Tidy condition in disas_simd_two_reg_miscRichard Henderson1-1/+5
2018-05-04target/arm: Tidy conditions in handle_vec_simd_shriRichard Henderson1-5/+1
2018-05-04target/arm: Correct MPUIR privilege level in register_cp_regs_for_features() ...Mathew Maidment1-1/+1
2018-05-04Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-05-04' into ...Peter Maydell2-2/+2
2018-05-04Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180504' into stagingPeter Maydell1-19/+1
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2-2/+2
2018-05-04target/ppc: always set PPC_MEM_TLBIE in pre 2.8 migration hackGreg Kurz1-0/+5