aboutsummaryrefslogtreecommitdiff
path: root/target/mips
AgeCommit message (Expand)Author
2019-07-15target/mips: Add missing 'break' for certain cases of MTTR handlingAleksandar Markovic
2019-07-15target/mips: Add missing 'break' for certain cases of MFTR handlingAleksandar Markovic
2019-07-15target/mips: Add missing 'break' for a case of MTHC0 handlingAleksandar Markovic
2019-07-03Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jul-02-2019' ...Peter Maydell
2019-07-02target/mips: Correct helper for MSA FCLASS.<W|D> instructionsAleksandar Markovic
2019-07-02target/mips: Unroll loops for MSA float max/min instructionsAleksandar Markovic
2019-07-02target/mips: Correct comments in msa_helper.cAleksandar Markovic
2019-07-02target/mips: Correct comments in translate.cAleksandar Markovic
2019-07-02qapi: Split machine-target.json off target.json and misc.jsonMarkus Armbruster
2019-06-26target/mips: Fix big endian host behavior for interleave MSA instructionsAleksandar Markovic
2019-06-21Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jun-21-2019' ...Peter Maydell
2019-06-21target/mips: Fix emulation of ILVR.<B|H|W> on big endian hostAleksandar Markovic
2019-06-21target/mips: Fix emulation of ILVL.<B|H|W> on big endian hostAleksandar Markovic
2019-06-21target/mips: Fix emulation of ILVOD.<B|H|W> on big endian hostAleksandar Markovic
2019-06-21target/mips: Fix emulation of ILVEV.<B|H|W> on big endian hostAleksandar Markovic
2019-06-21target/mips: Fix if-else-switch-case arms checkpatch errors in translate.cAleksandar Markovic
2019-06-21target/mips: Fix some space checkpatch errors in translate.cAleksandar Markovic
2019-06-21KVM: Introduce kvm_arch_destroy_vcpu()Liran Alon
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-10cpu: Remove CPU_COMMONRichard Henderson
2019-06-10cpu: Introduce CPUNegativeOffsetStateRichard Henderson
2019-06-10cpu: Introduce cpu_set_cpustate_pointersRichard Henderson
2019-06-10cpu: Move ENV_OFFSET to exec/gen-icount.hRichard Henderson
2019-06-10target/mips: Use env_cpu, env_archcpuRichard Henderson
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson
2019-06-10cpu: Define ArchCPURichard Henderson
2019-06-10cpu: Define CPUArchState with typedefRichard Henderson
2019-06-10tcg: Split out target/arch/cpu-param.hRichard Henderson
2019-06-07target/mips: Unroll loops in helpers for MSA logic instructionsAleksandar Markovic
2019-06-07target/mips: Outline places for future MSA helpersAleksandar Markovic
2019-06-06target/mips: Fix block-comment-related issues in msa_helper.cAleksandar Markovic
2019-06-06target/mips: Fix space-related format issues in msa_helper.cAleksandar Markovic
2019-06-01target/mips: Improve performance of certain MSA instructionsMateja Marjanovic
2019-06-01target/mips: Clean up lmi_helper.cAleksandar Markovic
2019-06-01target/mips: Clean up dsp_helper.cAleksandar Markovic
2019-06-01target/mips: Add emulation of MMI instruction PCPYUDMateja Marjanovic
2019-06-01target/mips: Add emulation of MMI instruction PCPYLDMateja Marjanovic
2019-06-01target/mips: Add emulation of MMI instruction PCPYHMateja Marjanovic
2019-05-28Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-280519-2...Peter Maydell
2019-05-28target/mips: convert UHI_plog to use common semihosting codeAlex Bennée
2019-05-28target/mips: only build mips-semi for softmmuAlex Bennée
2019-05-28semihosting: move semihosting configuration into its own directoryAlex Bennée
2019-05-26target/mips: realign comments to fix checkpatch warningsJules Irenge
2019-05-26target/mips: add or remove space to fix checkpatch errorsJules Irenge
2019-05-26mips: Decide to map PAGE_EXEC in map_addressJakub Jermář
2019-05-26target/mips: Refactor and fix INSERT.<B|H|W|D> instructionsMateja Marjanovic
2019-05-26target/mips: Refactor and fix COPY_U.<B|H|W> instructionsMateja Marjanovic
2019-05-26target/mips: Refactor and fix COPY_S.<B|H|W|D> instructionsMateja Marjanovic
2019-05-26target/mips: Fix MSA instructions ST.<B|H|W|D> on big endian hostMateja Marjanovic