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
2024-06-07
target/loongarch: fix a wrong print in cpu dump
lanyanzhi
2024-04-30
target/loongarch/cpu.c: typo fix: expection
Michael Tokarev
2024-03-22
target/loongarch: Fix qemu-system-loongarch64 assert failed with the option '...
Song Gao
2024-03-12
target/loongarch: Prefer fast cpu_env() over slower CPU QOM cast macro
Philippe Mathieu-Daudé
2024-03-12
target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handler
Philippe Mathieu-Daudé
2024-02-28
gdbstub: Infer number of core registers from XML
Akihiko Odaki
2024-02-03
include/exec: Implement cpu_mmu_index generically
Richard Henderson
2024-02-03
target/loongarch: Rename MMU_IDX_*
Richard Henderson
2024-02-03
target/loongarch: Populate CPUClass.mmu_index
Richard Henderson
2024-02-01
target/loongarch: Fix qtest test-hmp error when KVM-only build
Song Gao
2024-01-29
target/loongarch: Constify loongarch_tcg_ops
Richard Henderson
2024-01-29
include/qemu: Add TCGCPUOps typedef to typedefs.h
Richard Henderson
2024-01-11
hw/loongarch/virt: Set iocsr address space per-board rather than percpu
Bibo Mao
2024-01-11
target/loongarch: Implement set vcpu intr for kvm
Tianrui Zhao
2024-01-11
target/loongarch: Restrict TCG-specific code
Tianrui Zhao
2024-01-11
target/loongarch: Implement kvm get/set registers
Tianrui Zhao
2024-01-11
target/loongarch: Supplement vcpu env initial when vcpu reset
Tianrui Zhao
2024-01-05
target/loongarch: Use generic cpu_list()
Gavin Shan
2024-01-05
cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()
Philippe Mathieu-Daudé
2023-12-21
target/loongarch: Add timer information dump support
Bibo Mao
2023-12-20
target: Restrict 'sysemu/reset.h' to system emulation
Philippe Mathieu-Daudé
2023-11-07
hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()
Philippe Mathieu-Daudé
2023-11-03
target/loongarch: Allow user enable/disable LSX/LASX features
Song Gao
2023-11-03
target/loongarch: Add cpu model 'max'
Song Gao
2023-10-11
hw/core/cpu: Return static value with gdb_arch_name()
Akihiko Odaki
2023-10-04
accel/tcg: Remove cpu_set_cpustate_pointers
Richard Henderson
2023-10-03
target/*: Add instance_align to all cpu base classes
Richard Henderson
2023-09-20
target/loongarch: CPUCFG support LASX
Song Gao
2023-09-20
target/loongarch: check_vec support check LASX instructions
Song Gao
2023-09-20
target/loongarch: Add LASX data support
Song Gao
2023-08-31
target/translate: Include missing 'exec/cpu_ldst.h' header
Philippe Mathieu-Daudé
2023-08-24
target/loongarch: cpu: Implement get_arch_id callback
Bibo Mao
2023-08-24
target/loongarch: Add LoongArch32 cpu la132
Jiajie Chen
2023-08-24
target/loongarch: Extract set_pc() helper
Jiajie Chen
2023-08-24
target/loongarch: Add GDB support for loongarch32 mode
Jiajie Chen
2023-08-24
target/loongarch: Add new object class for loongarch32 cpus
Jiajie Chen
2023-08-24
target/loongarch: Extract 64-bit specifics to loongarch64_cpu_class_init
Philippe Mathieu-Daudé
2023-08-24
target/loongarch: Introduce abstract TYPE_LOONGARCH64_CPU
Philippe Mathieu-Daudé
2023-08-24
target/loongarch: Fix loongarch_la464_initfn() misses setting LSPW
Song Gao
2023-08-24
target/loongarch: Remove duplicated disas_set_info assignment
Philippe Mathieu-Daudé
2023-08-24
target/loongarch: Log I/O write accesses to CSR registers
Philippe Mathieu-Daudé
2023-05-26
target/loongarch: Fix LD/ST{LE/GT} instructions get wrong CSR_ERA and CSR_BADV
Song Gao
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
[next]