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
/
loongarch
/
cpu.c
Age
Commit message (
Expand
)
Author
2023-05-06
target/loongarch: CPUCFG support LSX
Song Gao
2023-05-06
target/loongarch: Add CHECK_SXE maccro for check LSX enable
Song Gao
2023-05-06
target/loongarch: Add LSX data type VReg
Song Gao
2023-03-03
target/loongarch: Implement Chip Configuraiton Version Register(0x0000)
Song Gao
2023-03-02
Merge tag 'pull-monitor-2023-03-02' of https://repo.or.cz/qemu/armbru into st...
Peter Maydell
2023-03-02
target/loongarch: Restrict 'qapi-commands-machine.h' to system emulation
Philippe Mathieu-Daudé
2023-03-01
target/loongarch: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2022-12-16
target/loongarch: Convert to 3-phase reset
Peter Maydell
2022-12-14
cleanup: Tweak and re-run return_directly.cocci
Markus Armbruster
2022-11-04
target/loongarch: Fix emulation of float-point disable exception
Rui Wang
2022-11-04
target/loongarch: Fix raise_mmu_exception() set wrong exception_index
Song Gao
2022-11-04
target/loongarch: Add exception subcode
Song Gao
2022-10-26
target/loongarch: Convert to tcg_ops restore_state_to_opc
Richard Henderson
2022-10-04
accel/tcg: Introduce tb_pc and log_pc
Richard Henderson
2022-10-04
hw/core: Add CPUClass.get_pc
Richard Henderson
2022-08-05
target/loongarch: add gdb_arch_name()
Song Gao
2022-08-05
target/loongarch: Fix GDB get the wrong pc
Song Gao
2022-07-19
hw/loongarch: Add fdt support
Xiaojuan Yang
2022-07-19
target/loongarch/cpu: Fix cpucfg default value
Xiaojuan Yang
2022-07-19
target/loongarch/cpu: Fix coverity errors about excp_names
Xiaojuan Yang
2022-07-19
target/loongarch: Fix loongarch_cpu_class_by_name
Xiaojuan Yang
2022-07-05
target/loongarch: Clean up tlb when cpu reset
Song Gao
2022-07-04
target/loongarch: Fix the meaning of ECFG reg's VS field
Xiaojuan Yang
2022-07-04
target/loongarch: Adjust functions and structure to support user-mode
Song Gao
2022-07-04
target/loongarch: remove unused include hw/loader.h
Song Gao
2022-07-04
target/loongarch: Fix helper_asrtle_d/asrtgt_d raise wrong exception
Song Gao
2022-07-04
target/loongarch: Fix missing update CSR_BADV
Song Gao
2022-06-06
target/loongarch: Add gdb support.
Xiaojuan Yang
2022-06-06
hw/loongarch: Add support loongson3 virt machine type.
Xiaojuan Yang
2022-06-06
target/loongarch: Add LoongArch IOCSR instruction
Xiaojuan Yang
2022-06-06
target/loongarch: Add constant timer support
Xiaojuan Yang
2022-06-06
target/loongarch: Add LoongArch interrupt and exception handle
Xiaojuan Yang
2022-06-06
target/loongarch: Add MMU support for LoongArch CPU.
Xiaojuan Yang
2022-06-06
target/loongarch: Implement qmp_query_cpu_definitions()
Xiaojuan Yang
2022-06-06
target/loongarch: Add basic vmstate description of CPU.
Xiaojuan Yang
2022-06-06
target/loongarch: Add CSRs definition
Xiaojuan Yang
2022-06-06
target/loongarch: Add floating point arithmetic instruction translation
Song Gao
2022-06-06
target/loongarch: Add core definition
Song Gao