index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
mips
Age
Commit message (
Expand
)
Author
2019-07-15
target/mips: Add missing 'break' for certain cases of MTTR handling
Aleksandar Markovic
2019-07-15
target/mips: Add missing 'break' for certain cases of MFTR handling
Aleksandar Markovic
2019-07-15
target/mips: Add missing 'break' for a case of MTHC0 handling
Aleksandar Markovic
2019-07-03
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jul-02-2019' ...
Peter Maydell
2019-07-02
target/mips: Correct helper for MSA FCLASS.<W|D> instructions
Aleksandar Markovic
2019-07-02
target/mips: Unroll loops for MSA float max/min instructions
Aleksandar Markovic
2019-07-02
target/mips: Correct comments in msa_helper.c
Aleksandar Markovic
2019-07-02
target/mips: Correct comments in translate.c
Aleksandar Markovic
2019-07-02
qapi: Split machine-target.json off target.json and misc.json
Markus Armbruster
2019-06-26
target/mips: Fix big endian host behavior for interleave MSA instructions
Aleksandar Markovic
2019-06-21
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jun-21-2019' ...
Peter Maydell
2019-06-21
target/mips: Fix emulation of ILVR.<B|H|W> on big endian host
Aleksandar Markovic
2019-06-21
target/mips: Fix emulation of ILVL.<B|H|W> on big endian host
Aleksandar Markovic
2019-06-21
target/mips: Fix emulation of ILVOD.<B|H|W> on big endian host
Aleksandar Markovic
2019-06-21
target/mips: Fix emulation of ILVEV.<B|H|W> on big endian host
Aleksandar Markovic
2019-06-21
target/mips: Fix if-else-switch-case arms checkpatch errors in translate.c
Aleksandar Markovic
2019-06-21
target/mips: Fix some space checkpatch errors in translate.c
Aleksandar Markovic
2019-06-21
KVM: Introduce kvm_arch_destroy_vcpu()
Liran Alon
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-10
cpu: Remove CPU_COMMON
Richard Henderson
2019-06-10
cpu: Introduce CPUNegativeOffsetState
Richard Henderson
2019-06-10
cpu: Introduce cpu_set_cpustate_pointers
Richard Henderson
2019-06-10
cpu: Move ENV_OFFSET to exec/gen-icount.h
Richard Henderson
2019-06-10
target/mips: Use env_cpu, env_archcpu
Richard Henderson
2019-06-10
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
2019-06-10
cpu: Define ArchCPU
Richard Henderson
2019-06-10
cpu: Define CPUArchState with typedef
Richard Henderson
2019-06-10
tcg: Split out target/arch/cpu-param.h
Richard Henderson
2019-06-07
target/mips: Unroll loops in helpers for MSA logic instructions
Aleksandar Markovic
2019-06-07
target/mips: Outline places for future MSA helpers
Aleksandar Markovic
2019-06-06
target/mips: Fix block-comment-related issues in msa_helper.c
Aleksandar Markovic
2019-06-06
target/mips: Fix space-related format issues in msa_helper.c
Aleksandar Markovic
2019-06-01
target/mips: Improve performance of certain MSA instructions
Mateja Marjanovic
2019-06-01
target/mips: Clean up lmi_helper.c
Aleksandar Markovic
2019-06-01
target/mips: Clean up dsp_helper.c
Aleksandar Markovic
2019-06-01
target/mips: Add emulation of MMI instruction PCPYUD
Mateja Marjanovic
2019-06-01
target/mips: Add emulation of MMI instruction PCPYLD
Mateja Marjanovic
2019-06-01
target/mips: Add emulation of MMI instruction PCPYH
Mateja Marjanovic
2019-05-28
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-280519-2...
Peter Maydell
2019-05-28
target/mips: convert UHI_plog to use common semihosting code
Alex Bennée
2019-05-28
target/mips: only build mips-semi for softmmu
Alex Bennée
2019-05-28
semihosting: move semihosting configuration into its own directory
Alex Bennée
2019-05-26
target/mips: realign comments to fix checkpatch warnings
Jules Irenge
2019-05-26
target/mips: add or remove space to fix checkpatch errors
Jules Irenge
2019-05-26
mips: Decide to map PAGE_EXEC in map_address
Jakub Jermář
2019-05-26
target/mips: Refactor and fix INSERT.<B|H|W|D> instructions
Mateja Marjanovic
2019-05-26
target/mips: Refactor and fix COPY_U.<B|H|W> instructions
Mateja Marjanovic
2019-05-26
target/mips: Refactor and fix COPY_S.<B|H|W|D> instructions
Mateja Marjanovic
2019-05-26
target/mips: Fix MSA instructions ST.<B|H|W|D> on big endian host
Mateja Marjanovic
[next]