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
/
tcg
/
sysemu
Age
Commit message (
Expand
)
Author
2024-08-20
target/mips: Pass page table entry size as MemOp to get_pte()
Philippe Mathieu-Daudé
2024-07-22
target/mips: Add semihosting stub
Philippe Mathieu-Daudé
2024-06-04
target/mips: Remove unused 'hw/misc/mips_itu.h' header
Philippe Mathieu-Daudé
2024-05-06
accel/tcg: Access tcg_cflags with getter / setter
Philippe Mathieu-Daudé
2024-05-06
exec/cpu: Extract page-protection definitions to page-protection.h
Philippe Mathieu-Daudé
2024-03-12
target/mips: Prefer fast cpu_env() over slower CPU QOM cast macro
Philippe Mathieu-Daudé
2024-02-15
target/mips: Remove helpers accessing SAARI register
Philippe Mathieu-Daudé
2024-02-15
target/mips: Remove helpers accessing SAAR registers
Philippe Mathieu-Daudé
2024-02-03
target/mips: Split out mips_env_mmu_index
Richard Henderson
2024-02-03
target/mips: Pass ptw_mmu_idx down from mips_cpu_tlb_fill
Richard Henderson
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2023-10-19
hw/misc/mips_itu: Declare itc_reconfigure() in 'hw/misc/mips_itu.h'
Philippe Mathieu-Daudé
2023-10-19
hw/mips: Merge 'hw/mips/cpudevs.h' with 'target/mips/cpu.h'
Philippe Mathieu-Daudé
2023-10-07
semihosting: Rename softmmu_FOO_user() -> uaccess_FOO_user()
Philippe Mathieu-Daudé
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-08-31
target/mips: Remove unused headers in lcsr_helper.c
Philippe Mathieu-Daudé
2023-08-31
target/helpers: Remove unnecessary 'qemu/main-loop.h' header
Philippe Mathieu-Daudé
2023-08-31
target/helpers: Remove unnecessary 'exec/cpu_ldst.h' header
Philippe Mathieu-Daudé
2023-07-25
target/mips: Avoid shift by negative number in page_table_walk_refill()
Peter Maydell
2023-07-25
target/mips: Pass directory/leaf shift values to walk_directory()
Philippe Mathieu-Daudé
2023-07-10
target/mips: Implement Loongson CSR instructions
Jiaxun Yang
2023-06-20
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
2023-03-07
gdbstub: move syscall handling to new file
Alex Bennée
2023-03-07
gdbstub: move register helpers into standalone include
Alex Bennée
2023-03-01
target/mips: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-01-18
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
2022-10-04
accel/tcg: Introduce tb_pc and log_pc
Richard Henderson
2022-08-08
target/mips: Handle lock_user() failure in UHI_plog semihosting call
Peter Maydell
2022-08-02
target/mips: Advance pc after semihosting exception
Richard Henderson
2022-07-12
target/mips: Remove GET_TARGET_STRING and FREE_TARGET_STRING
Richard Henderson
2022-07-12
target/mips: Simplify UHI_argnlen and UHI_argn
Richard Henderson
2022-07-12
target/mips: Use error_report for UHI_assert
Richard Henderson
2022-07-12
target/mips: Avoid qemu_semihosting_log_out for UHI_plog
Richard Henderson
2022-07-12
target/mips: Use semihosting/syscalls.h
Richard Henderson
2022-07-12
target/mips: Drop link syscall from semihosting
Richard Henderson
2022-07-12
target/mips: Create report_fault for semihosting
Richard Henderson
2022-06-28
target/mips: Drop pread and pwrite syscalls from semihosting
Richard Henderson
2022-06-28
target/mips: Add UHI errno values
Richard Henderson
2022-06-28
target/mips: Use an exception for semihosting
Richard Henderson
2022-06-28
semihosting: Move exec/softmmu-semi.h to semihosting/softmmu-uaccess.h
Richard Henderson
2022-06-11
target/mips: Fix WatchHi.M handling
Marcin Nowakowski
2022-02-21
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
2021-09-14
target/mips: Restrict cpu_exec_interrupt() handler to sysemu
Philippe Mathieu-Daudé
2021-07-11
target/mips: Rewrite UHI errno_mips() using switch statement
Philippe Mathieu-Daudé
2021-06-24
target/mips: Constify host_to_mips_errno[]
Philippe Mathieu-Daudé
2021-06-24
target/mips: Fix potential integer overflow (CID 1452921)
Philippe Mathieu-Daudé
2021-05-02
target/mips: Move TLB management helpers to tcg/sysemu/tlb_helper.c
Philippe Mathieu-Daudé
2021-05-02
target/mips: Move helper_cache() to tcg/sysemu/special_helper.c
Philippe Mathieu-Daudé
2021-05-02
target/mips: Move Special opcodes to tcg/sysemu/special_helper.c
Philippe Mathieu-Daudé
2021-05-02
target/mips: Restrict CPUMIPSTLBContext::map_address() handlers scope
Philippe Mathieu-Daudé
[next]