aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2018-05-11Merge remote-tracking branch 'remotes/rth/tags/cota-target-pull-request' into...Peter Maydell
2018-05-11target/m68k: Fix build Werror with gcc 8.0.1Richard Henderson
2018-05-09target/riscv: convert to TranslatorOpsEmilio G. Cota
2018-05-09target/riscv: convert to DisasContextBaseEmilio G. Cota
2018-05-09target/riscv: convert to DisasJumpTypeEmilio G. Cota
2018-05-09target/openrisc: convert to TranslatorOpsEmilio G. Cota
2018-05-09target/openrisc: convert to DisasContextBaseEmilio G. Cota
2018-05-09target/s390x: convert to TranslatorOpsEmilio G. Cota
2018-05-09target/s390x: convert to DisasContextBaseEmilio G. Cota
2018-05-09target/s390x: convert to DisasJumpTypeEmilio G. Cota
2018-05-09target/mips: convert to TranslatorOpsEmilio G. Cota
2018-05-09target/mips: use *ctx for DisasContextEmilio G. Cota
2018-05-09target/mips: convert to DisasContextBaseEmilio G. Cota
2018-05-09target/mips: convert to DisasJumpTypeEmilio G. Cota
2018-05-09target/mips: use lookup_and_goto_ptr on BS_STOPEmilio G. Cota
2018-05-09target/sparc: convert to TranslatorOpsEmilio G. Cota
2018-05-09target/sparc: convert to DisasContextBaseEmilio G. Cota
2018-05-09target/sparc: convert to DisasJumpTypeEmilio G. Cota
2018-05-09target/sh4: convert to TranslatorOpsEmilio G. Cota
2018-05-09translator: merge max_insns into DisasContextBaseEmilio G. Cota
2018-05-09target/mips: avoid integer overflow in next_page PC checkEmilio G. Cota
2018-05-09target/s390x: avoid integer overflow in next_page PC checkEmilio G. Cota
2018-05-09target/arm: avoid integer overflow in next_page PC checkEmilio G. Cota
2018-05-09target/microblaze: avoid integer overflow in next_page PC checkEmilio G. Cota
2018-05-09target/tilegx: avoid integer overflow in next_page PC checkEmilio G. Cota
2018-05-09target/unicore32: avoid integer overflow in next_page PC checkEmilio G. Cota
2018-05-09target/xtensa: avoid integer overflow in next_page PC checkEmilio G. Cota
2018-05-09target/lm32: avoid integer overflow in next_page PC checkEmilio G. Cota
2018-05-09target/cris: avoid integer overflow in next_page PC checkEmilio G. Cota
2018-05-09target/riscv: avoid integer overflow in next_page PC checkEmilio G. Cota
2018-05-08Merge remote-tracking branch 'remotes/riscv/tags/riscv-qemu-2.13-pull-2018050...Peter Maydell
2018-05-06RISC-V: No traps on writes to misa,minstret,mcycleMichael Clark
2018-05-06RISC-V: Make mtvec/stvec ignore vectored trapsMichael Clark
2018-05-06RISC-V: Add mcycle/minstret support for -icount autoMichael Clark
2018-05-06RISC-V: Use [ms]counteren CSRs when priv ISA >= v1.10Michael Clark
2018-05-06RISC-V: Allow S-mode mxr access when priv ISA >= v1.10Michael Clark
2018-05-06RISC-V: Clear mtval/stval on exceptions without infoMichael Clark
2018-05-06RISC-V: Hardwire satp to 0 for no-mmu caseMichael Clark
2018-05-06RISC-V: Update E and I extension orderMichael Clark
2018-05-06RISC-V: Remove erroneous comment from translate.cMichael Clark
2018-05-06RISC-V: Remove EM_RISCV ELF_MACHINE indirectionMichael Clark
2018-05-04target/arm/kvm: Translate the MSI doorbell in kvm_arch_fixup_msi_routeEric Auger
2018-05-04target/arm: Implement v8M VLLDM and VLSTMPeter Maydell
2018-05-04target/arm: Tidy condition in disas_simd_two_reg_miscRichard Henderson
2018-05-04target/arm: Tidy conditions in handle_vec_simd_shriRichard Henderson
2018-05-04target/arm: Correct MPUIR privilege level in register_cp_regs_for_features() ...Mathew Maidment
2018-05-04Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-05-04' into ...Peter Maydell
2018-05-04Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180504' into stagingPeter Maydell
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau
2018-05-04target/ppc: always set PPC_MEM_TLBIE in pre 2.8 migration hackGreg Kurz