aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2018-08-24target/mips: Add emulation of misc nanoMIPS instructions (p_lsx)Yongbok Kim1-1/+131
2018-08-24target/mips: Add emulation of misc nanoMIPS instructions (pool32axf)Yongbok Kim1-0/+91
2018-08-24target/mips: Add emulation of misc nanoMIPS instructions (pool32a0)Yongbok Kim1-0/+185
2018-08-24target/mips: Add emulation of nanoMIPS FP instructionsYongbok Kim1-0/+300
2018-08-24target/mips: Add emulation of nanoMIPS 48-bit instructionsYongbok Kim1-1/+65
2018-08-24target/mips: Add emulation of nanoMIPS instructions MOVE.P and MOVE.PREVYongbok Kim1-1/+32
2018-08-24target/mips: Add emulation of some common nanoMIPS 32-bit instructionsYongbok Kim1-1/+267
2018-08-24target/mips: Add emulation of nanoMIPS 16-bit save and restore instructionsStefan Markovic1-0/+83
2018-08-24target/mips: Add emulation of nanoMIPS 16-bit logic instructionsYongbok Kim1-0/+38
2018-08-24target/mips: Add emulation of nanoMIPS 16-bit load and store instructionsYongbok Kim1-0/+96
2018-08-24target/mips: Add emulation of nanoMIPS 16-bit misc instructionsYongbok Kim1-0/+41
2018-08-24target/mips: Add emulation of nanoMIPS 16-bit shift instructionsYongbok Kim1-0/+15
2018-08-24target/mips: Add emulation of nanoMIPS 16-bit branch instructionsStefan Markovic1-0/+158
2018-08-24target/mips: Add emulation of nanoMIPS 16-bit arithmetic instructionsYongbok Kim1-0/+142
2018-08-24target/mips: Add nanoMIPS decoding and extraction utilitiesAleksandar Markovic1-0/+11
2018-08-24target/mips: Add placeholder and invocation of decode_nanomips_opc()Aleksandar Markovic1-1/+17
2018-08-24target/mips: Prevent switching mode related to Config3 ISA bit for nanoMIPSStefan Markovic1-2/+2
2018-08-24target/mips: Add nanoMIPS DSP ASE opcodesStefan Markovic1-0/+215
2018-08-24target/mips: Add nanoMIPS base instruction set opcodesYongbok Kim1-0/+670
2018-08-24target/mips: Add preprocessor constants for nanoMIPSAleksandar Markovic1-0/+4
2018-08-24target/arm: Remove a handful of stray tabsPeter Maydell2-9/+9
2018-08-24target/arm: Untabify iwmmxt_helper.cPeter Maydell1-117/+117
2018-08-24target/arm: Untabify translate.cPeter Maydell1-61/+61
2018-08-24target/arm: Clear CPSR.IL and CPSR.J on 32-bit exception entryPeter Maydell1-0/+2
2018-08-24target/arm: Implement support for taking exceptions to Hyp modePeter Maydell1-0/+82
2018-08-24target/arm: Factor out code for taking an AArch32 exceptionPeter Maydell1-23/+41
2018-08-24target/arm: Implement AArch32 HCR and HCR2Peter Maydell1-4/+50
2018-08-24target/arm: Implement RAZ/WI HACTLR2Peter Maydell1-0/+10
2018-08-24target/arm: Use the float-to-int-scale softfloat routinesRichard Henderson1-48/+49
2018-08-24target/arm: Use the int-to-float-scale softfloat routinesRichard Henderson1-24/+5
2018-08-23Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell7-60/+165
2018-08-23KVM: cleanup unnecessary #ifdef KVM_CAP_...Paolo Bonzini1-8/+0
2018-08-23target/i386: update MPX flags when CPL changesPaolo Bonzini1-3/+4
2018-08-23qom: convert the CPU list to RCUEmilio G. Cota1-1/+1
2018-08-23target-i386: fix segment limit check in ljmpAndrew Oates1-2/+2
2018-08-23target-i386: Fix lcall/ljmp to call gate in IA-32e modeAndrew Oates1-40/+152
2018-08-23i386: Fix arch_query_cpu_model_expansion() leakEduardo Habkost1-6/+3
2018-08-23fix "Missing break in switch" coverity reportsPaolo Bonzini2-0/+3
2018-08-21Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180821' into...Peter Maydell8-204/+316
2018-08-21Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re...Peter Maydell1-0/+1
2018-08-21ppc: add DBCR based debuggingRoman Kapl4-33/+107
2018-08-21target/ppc: simplify bcdadd/sub functionsYasmin Beatriz1-31/+18
2018-08-21target/ppc: bcdsub fix sign when result is zeroYasmin Beatriz1-0/+3
2018-08-21target/ppc: Use non-arithmetic conversions for fp load/storeRichard Henderson3-30/+61
2018-08-21target/ppc: Honor fpscr_ze semantics and tidy fre, fresqrtRichard Henderson1-25/+37
2018-08-21target/ppc: Tidy helper_fsqrtRichard Henderson2-16/+15
2018-08-21target/ppc: Tidy helper_fadd, helper_fsubRichard Henderson2-31/+23
2018-08-21target/ppc: Tidy helper_fmulRichard Henderson2-15/+12
2018-08-21target/ppc: Honor fpscr_ze semantics and tidy fdivRichard Henderson2-23/+29
2018-08-21target/ppc: Enable fp exceptions for user-onlyRichard Henderson2-3/+14