aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2018-10-19Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20181018' into stagingPeter Maydell10-331/+363
2018-10-18target/s390x: Check HAVE_ATOMIC128 and HAVE_CMPXCHG128 at translateRichard Henderson2-27/+38
2018-10-18target/s390x: Skip wout, cout helpers if op helper does not returnRichard Henderson1-5/+15
2018-10-18target/s390x: Split do_cdsg, do_lpq, do_stpqRichard Henderson1-64/+58
2018-10-18target/s390x: Convert to HAVE_CMPXCHG128 and HAVE_ATOMIC128Richard Henderson1-49/+39
2018-10-18target/ppc: Convert to HAVE_CMPXCHG128 and HAVE_ATOMIC128Richard Henderson3-62/+88
2018-10-18target/arm: Check HAVE_CMPXCHG128 at translate timeRichard Henderson2-28/+26
2018-10-18target/arm: Convert to HAVE_CMPXCHG128Richard Henderson1-127/+134
2018-10-18target/i386: Convert to HAVE_CMPXCHG128Richard Henderson1-5/+4
2018-10-18target/unicore32: remove tlb_flush from uc32_init_fnEmilio G. Cota1-2/+0
2018-10-18target/alpha: remove tlb_flush from alpha_cpu_initfnEmilio G. Cota1-1/+0
2018-10-18target/mips: Add opcodes for nanoMIPS EVA instructionsDimitrije Nikolic1-0/+34
2018-10-18target/mips: Fix misplaced 'break' in handling of NM_SHRA_R_PHStefan Markovic1-1/+1
2018-10-18target/mips: Fix emulation of microMIPS R6 <SELEQZ|SELNEZ>.<D|S>Matthew Fortune1-8/+8
2018-10-18target/mips: Implement hardware page table walker for MIPS32Yongbok Kim3-3/+370
2018-10-18target/mips: Add reset state for PWSize and PWField registersYongbok Kim1-0/+18
2018-10-18target/mips: Add CP0 PWCtl registerYongbok Kim5-2/+45
2018-10-18target/mips: Add CP0 PWSize registerYongbok Kim5-2/+43
2018-10-18target/mips: Add CP0 PWField registerYongbok Kim5-2/+101
2018-10-18target/mips: Add CP0 PWBase registerYongbok Kim3-2/+37
2018-10-18target/mips: Add CP0 Config2 to DisasContextStefan Markovic1-0/+2
2018-10-18target/mips: Improve DSP R2/R3-related namingStefan Markovic5-112/+120
2018-10-18target/mips: Add availability control for DSP R3 ASEStefan Markovic3-5/+22
2018-10-18target/mips: Add bit definitions for DSP R3 ASEStefan Markovic2-0/+2
2018-10-18target/mips: Reorganize bit definitions for insn_flags (ISAs/ASEs flags)Philippe Mathieu-Daudé1-34/+44
2018-10-18target/mips: Increase 'supported ISAs/ASEs' flag holder sizePhilippe Mathieu-Daudé3-5/+5
2018-10-18target/mips: Add opcode values of MXU ASEAleksandar Markovic1-0/+276
2018-10-18target/mips: Add organizational chart of MXU ASEAleksandar Markovic1-0/+155
2018-10-18target/mips: Add assembler mnemonics list for MXU ASEAleksandar Markovic1-0/+88
2018-10-18target/mips: Add basic description of MXU ASEAleksandar Markovic1-0/+20
2018-10-18target/mips: Add a comment before each CP0 register section in cpu.hAleksandar Markovic1-0/+88
2018-10-18target/mips: Add a comment with an overview of CP0 registersAleksandar Markovic1-0/+109
2018-10-18Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-10-1...Peter Maydell1-5/+1
2018-10-16target/hppa: Raise exception 26 on emulated hardwareHelge Deller1-1/+2
2018-10-16target/arm: Initialize ARMMMUFaultInfo in v7m_stack_read/writePeter Maydell1-2/+2
2018-10-16target/arm: Mask PMOVSR writes based on supported countersAaron Lindsay1-0/+1
2018-10-16target/arm: Mark PMINTENCLR and PMINTENCLR_EL1 accesses as possibly doing IOAaron Lindsay1-2/+4
2018-10-16target/arm: Add the Cortex-A72Edgar E. Iglesias1-3/+63
2018-10-16target-arm: powerctl: Enable HVC when starting CPUs to EL2Edgar E. Iglesias1-0/+10
2018-10-16target/cris/translate: Get rid of qemu_log_separate()Thomas Huth1-5/+1
2018-10-16target/arm: Fix cortex-a7 id_isar0Richard Henderson1-1/+4
2018-10-16target/arm: Align cortex-r5 id_isar0Richard Henderson1-1/+1
2018-10-16target/arm: Define fields of ISAR registersRichard Henderson1-0/+88
2018-10-16target/arm: Fix aarch64_sve_change_el wrt EL0Richard Henderson3-7/+22
2018-10-12s390x/kvm: enable AP instruction interpretation for guestTony Krowiak1-0/+19
2018-10-12s390x/cpumodel: Set up CPU model for AP device supportTony Krowiak4-0/+11
2018-10-12target/s390x/excp_helper: Remove DPRINTF() macroThomas Huth1-37/+11
2018-10-09s390x/tcg: always enable AFP for linux-userDavid Hildenbrand1-0/+5
2018-10-08target/arm: Add v8M stack checks for MSR to SP_NSPeter Maydell1-1/+13
2018-10-08target/arm: Add v8M stack checks for VLDM/VSTMPeter Maydell1-0/+12