aboutsummaryrefslogtreecommitdiff
path: root/target/loongarch
AgeCommit message (Expand)AuthorFilesLines
2024-03-12Merge tag 'pull-error-2024-03-12' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell1-1/+17
2024-03-12Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta...Peter Maydell6-69/+28
2024-03-12target/loongarch: Fix query-cpu-model-expansion to reject propsMarkus Armbruster1-1/+17
2024-03-12target/loongarch: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé5-66/+26
2024-03-12target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handlerPhilippe Mathieu-Daudé1-1/+1
2024-03-12bulk: Call in place single use cpu_env()Philippe Mathieu-Daudé1-2/+1
2024-03-11migration: remove migration.h referencesSteve Sistare1-1/+0
2024-03-06target/loongarch: honour show_opcodes when disassemblingAlex Bennée1-4/+9
2024-02-28gdbstub: Infer number of core registers from XMLAkihiko Odaki1-2/+0
2024-02-28gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cbAkihiko Odaki1-4/+7
2024-02-28gdbstub: Use GDBFeature for gdb_register_coprocessorAkihiko Odaki1-1/+1
2024-02-03include/exec: Change cpu_mmu_index argument to CPUStateRichard Henderson2-2/+2
2024-02-03include/exec: Implement cpu_mmu_index genericallyRichard Henderson2-11/+1
2024-02-03target/loongarch: Rename MMU_IDX_*Richard Henderson5-9/+9
2024-02-03target/loongarch: Populate CPUClass.mmu_indexRichard Henderson2-4/+13
2024-02-01target/loongarch: Fix qtest test-hmp error when KVM-only buildSong Gao5-234/+250
2024-01-29target/loongarch: Constify loongarch_tcg_opsRichard Henderson1-1/+1
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson1-1/+1
2024-01-29target: Use vaddr in gen_intermediate_codeAnton Johansson1-1/+1
2024-01-25target/loongarch/kvm: Enable LSX/LASX extensionSong Gao1-7/+38
2024-01-25target/loongarch: Set cpuid CSR register only once with kvm modeBibo Mao1-3/+6
2024-01-11hw/loongarch/virt: Set iocsr address space per-board rather than percpuBibo Mao4-60/+10
2024-01-11target/loongarch: Add loongarch kvm into meson buildTianrui Zhao2-0/+2
2024-01-11target/loongarch: Implement set vcpu intr for kvmTianrui Zhao4-1/+40
2024-01-11target/loongarch: Restrict TCG-specific codeTianrui Zhao1-9/+21
2024-01-11target/loongarch: Implement kvm_arch_handle_exitTianrui Zhao2-1/+24
2024-01-11target/loongarch: Implement kvm_arch_init_vcpuTianrui Zhao3-0/+27
2024-01-11target/loongarch: Implement kvm_arch_init functionTianrui Zhao1-0/+1
2024-01-11target/loongarch: Implement kvm get/set registersTianrui Zhao6-3/+598
2024-01-11target/loongarch: Supplement vcpu env initial when vcpu resetTianrui Zhao2-1/+3
2024-01-11target/loongarch: Define some kvm_arch interfacesTianrui Zhao1-0/+131
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi1-2/+2
2024-01-06target/loongarch: move translate modules to tcg/Song Gao24-14/+20
2024-01-06target/loongarch/meson: move gdbstub.c to loongarch.ssSong Gao1-1/+1
2024-01-05target: Use generic cpu_model_from_type()Gavin Shan1-2/+1
2024-01-05target/loongarch: Use generic cpu_list()Gavin Shan2-19/+0
2024-01-05cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()Philippe Mathieu-Daudé1-7/+1
2023-12-29target/loongarch: Constify VMState in machine.cRichard Henderson1-9/+9
2023-12-21target/loongarch: Add timer information dump supportBibo Mao1-0/+2
2023-12-20target: Restrict 'sysemu/reset.h' to system emulationPhilippe Mathieu-Daudé1-0/+2
2023-11-07hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()Philippe Mathieu-Daudé1-2/+1
2023-11-07target: Move ArchCPUClass definition to 'cpu.h'Philippe Mathieu-Daudé1-1/+0
2023-11-07target/loongarch: Declare QOM definitions in 'cpu-qom.h'Philippe Mathieu-Daudé2-9/+25
2023-11-07target: Unify QOM stylePhilippe Mathieu-Daudé1-4/+0
2023-11-03linux-user/loongarch64: Use traps to track LSX/LASX usageRichard Henderson1-11/+0
2023-11-03target/loongarch: Support 4K page sizeSong Gao2-6/+5
2023-11-03target/loongarch: Implement query-cpu-model-expansionSong Gao1-0/+64
2023-11-03target/loongarch: Allow user enable/disable LSX/LASX featuresSong Gao2-0/+69
2023-11-03target/loongarch: Add cpu model 'max'Song Gao1-0/+7
2023-10-13target/loongarch: Add preldx instructionSong Gao3-0/+15