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
/
helper.c
Age
Commit message (
Expand
)
Author
2020-01-29
target/mips: Add implementation of GINVT instruction
Yongbok Kim
2019-10-25
target/mips: Clean up helper.c
Aleksandar Markovic
2019-07-02
qapi: Split machine-target.json off target.json and misc.json
Markus Armbruster
2019-06-10
target/mips: Use env_cpu, env_archcpu
Richard Henderson
2019-05-26
mips: Decide to map PAGE_EXEC in map_address
Jakub Jermář
2019-05-10
tcg: Use CPUClass::tlb_fill in cputlb.c
Richard Henderson
2019-05-10
target/mips: Convert to CPUClass::tlb_fill
Richard Henderson
2019-05-10
target/mips: Tidy control flow in mips_cpu_handle_mmu_fault
Richard Henderson
2019-05-10
target/mips: Pass a valid error to raise_mmu_exception for user-only
Richard Henderson
2019-02-21
target/mips: implement QMP query-cpu-definitions command
Pavel Dovgalyuk
2019-02-14
target/mips: reimplement SC instruction emulation and use cmpxchg
Leon Alrae
2018-10-18
target/mips: Implement hardware page table walker for MIPS32
Yongbok Kim
2018-08-24
target/mips: Add updating BadInstr and BadInstrX for nanoMIPS
Stefan Markovic
2018-08-16
target/mips: Don't update BadVAddr register in Debug Mode
Yongbok Kim
2018-01-25
accel/tcg: add size paremeter in tlb_fill()
Laurent Vivier
2017-09-21
mips: introduce internal.h and cleanup cpu.h
Philippe Mathieu-Daudé
2017-08-02
mips: Add KVM T&E segment support for TCG
James Hogan
2017-08-02
mips: Improve segment defs for KVM T&E guests
James Hogan
2017-07-20
target/mips: Implement segmentation control
James Hogan
2017-07-20
target/mips: Check memory permissions with mem_idx
James Hogan
2017-07-20
target/mips: Add CP0_Ebase.WG (write gate) support
James Hogan
2017-07-20
target/mips: Weaken TLB flush on UX,SX,KX,ASID changes
James Hogan
2017-07-17
mips: set CP0 Debug DExcCode for SDBBP instruction
Pavel Dovgalyuk
2017-03-20
target-mips: fix compiler warnings (clang 5)
Philippe Mathieu-Daudé
2017-01-13
cputlb: drop flush_global flag from tlb_flush
Alex Bennée
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth