index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
mips
Age
Commit message (
Expand
)
Author
2021-04-20
target/mips/rel6_translate: Change license to GNU LGPL v2.1 (or later)
Philippe Mathieu-Daudé
2021-04-13
target/mips: Fix TCG temporary leak in gen_cache_operation()
Philippe Mathieu-Daudé
2021-03-22
target/mips/mxu_translate.c: Fix array overrun for D16MIN/D16MAX
Peter Maydell
2021-03-13
target/mips/tx79: Salvage instructions description comment
Philippe Mathieu-Daudé
2021-03-13
target/mips: Remove 'C790 Multimedia Instructions' dead code
Philippe Mathieu-Daudé
2021-03-13
target/mips/tx79: Move PCPYLD / PCPYUD opcodes to decodetree
Philippe Mathieu-Daudé
2021-03-13
target/mips/tx79: Move PCPYH opcode to decodetree
Philippe Mathieu-Daudé
2021-03-13
target/mips/translate: Simplify PCPYH using deposit_i64()
Philippe Mathieu-Daudé
2021-03-13
target/mips/translate: Make gen_rdhwr() public
Philippe Mathieu-Daudé
2021-03-13
target/mips/tx79: Move MTHI1 / MTLO1 opcodes to decodetree
Philippe Mathieu-Daudé
2021-03-13
target/mips/tx79: Move MFHI1 / MFLO1 opcodes to decodetree
Philippe Mathieu-Daudé
2021-03-13
target/mips: Use gen_load_gpr[_hi]() when possible
Philippe Mathieu-Daudé
2021-03-13
target/mips: Extract MXU code to new mxu_translate.c file
Philippe Mathieu-Daudé
2021-03-13
target/mips: Introduce mxu_translate_init() helper
Philippe Mathieu-Daudé
2021-03-13
target/mips: Simplify decode_opc_mxu() ifdef'ry
Philippe Mathieu-Daudé
2021-03-13
target/mips: Convert decode_ase_mxu() to decodetree prototype
Philippe Mathieu-Daudé
2021-03-13
target/mips: Rename decode_opc_mxu() as decode_ase_mxu()
Philippe Mathieu-Daudé
2021-03-13
target/mips: Move MUL opcode check from decode_mxu() to decode_legacy()
Philippe Mathieu-Daudé
2021-03-13
target/mips: Use OPC_MUL instead of OPC__MXU_MUL
Philippe Mathieu-Daudé
2021-03-13
target/mips: Pass instruction opcode to decode_opc_mxu()
Philippe Mathieu-Daudé
2021-03-13
target/mips: Remove unused CPUMIPSState* from MXU functions
Philippe Mathieu-Daudé
2021-03-13
target/mips: Remove XBurst Media eXtension Unit dead code
Philippe Mathieu-Daudé
2021-03-13
target/mips: Rewrite complex ifdef'ry
Philippe Mathieu-Daudé
2021-03-13
target/mips/meson: Restrict mips-semi.c to TCG
Philippe Mathieu-Daudé
2021-03-13
target/mips/meson: Introduce mips_tcg source set
Philippe Mathieu-Daudé
2021-03-11
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...
Peter Maydell
2021-03-11
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-docs-xen-upda...
Peter Maydell
2021-03-10
semihosting: Move include/hw/semihosting/ -> include/semihosting/
Philippe Mathieu-Daudé
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
2021-03-08
clock: Add ClockEvent parameter to callbacks
Peter Maydell
2021-02-21
target/mips: Use GPR move functions in gen_HILO1_tx79()
Philippe Mathieu-Daudé
2021-02-21
target/mips: Introduce gen_load_gpr_hi() / gen_store_gpr_hi() helpers
Philippe Mathieu-Daudé
2021-02-21
target/mips: Rename 128-bit upper halve GPR registers
Philippe Mathieu-Daudé
2021-02-21
target/mips: Promote 128-bit multimedia registers as global ones
Philippe Mathieu-Daudé
2021-02-21
target/mips: Make cpu_HI/LO registers public
Philippe Mathieu-Daudé
2021-02-21
target/mips: Include missing "tcg/tcg.h" header
Philippe Mathieu-Daudé
2021-02-21
target/mips: Remove unused 'rw' argument from page_table_walk_refill()
Philippe Mathieu-Daudé
2021-02-21
target/mips: Let CPUMIPSTLBContext::map_address() take MMUAccessType
Philippe Mathieu-Daudé
2021-02-21
target/mips: Let get_seg*_physical_address() take MMUAccessType arg
Philippe Mathieu-Daudé
2021-02-21
target/mips: Let get_physical_address() take MMUAccessType argument
Philippe Mathieu-Daudé
2021-02-21
target/mips: Let raise_mmu_exception() take MMUAccessType argument
Philippe Mathieu-Daudé
2021-02-21
target/mips: Let cpu_mips_translate_address() take MMUAccessType arg
Philippe Mathieu-Daudé
2021-02-21
target/mips: Let do_translate_address() take MMUAccessType argument
Philippe Mathieu-Daudé
2021-02-21
target/mips: Replace magic value by MMU_DATA_LOAD definition
Philippe Mathieu-Daudé
2021-02-21
target/mips: Remove unused MMU definitions
Philippe Mathieu-Daudé
2021-02-21
target/mips: Remove access_type argument from get_physical_address()
Philippe Mathieu-Daudé
2021-02-21
target/mips: Remove access_type arg from get_segctl_physical_address()
Philippe Mathieu-Daudé
2021-02-21
target/mips: Remove access_type argument from get_seg_physical_address
Philippe Mathieu-Daudé
2021-02-21
target/mips: Remove access_type argument from map_address() handler
Philippe Mathieu-Daudé
2021-02-21
target/mips: fetch code with translator_ld
Philippe Mathieu-Daudé
[next]