aboutsummaryrefslogtreecommitdiff
path: root/target/loongarch
AgeCommit message (Expand)AuthorFilesLines
2024-09-20mark <zlib.h> with for-crc32 in a consistent mannerMichael Tokarev1-1/+1
2024-09-12target/loongarch: Support QMP dump-guest-memoryBibo Mao4-0/+171
2024-09-12target/loongarch/kvm: Add vCPU reset functionBibo Mao3-3/+6
2024-09-12target/loongarch: Add compatible support about VM rebootBibo Mao1-0/+14
2024-07-24target/loongarch: Fix helper_lddir() a CID INTEGER_OVERFLOW issueSong Gao1-0/+1
2024-07-19target/loongarch/gdbstub: Add vector registers supportSong Gao1-2/+71
2024-07-12target/loongarch: Fix cpu_reset set wrong CSR_CRMDSong Gao1-3/+3
2024-07-12target/loongarch: Set CSR_PRCFG1 and CSR_PRCFG2 valuesSong Gao1-5/+12
2024-07-12target/loongarch: Remove avail_64 in trans_srai_w() and simplify itFeiyang Chen1-12/+3
2024-07-12target/loongarch/kvm: Add software breakpoint supportBibo Mao1-0/+76
2024-07-11target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementationPeter Maydell1-0/+1
2024-06-06target/loongarch: fix a wrong print in cpu dumplanyanzhi1-1/+1
2024-06-06hw/loongarch/virt: Enable extioi virt extensionSong Gao1-0/+1
2024-05-23target/loongarch: Add loongarch vector property unconditionallyBibo Mao1-10/+4
2024-05-23target/loongarch/kvm: fpu save the vreg registers high 192bitSong Gao1-0/+6
2024-05-23target/loongarch/kvm: Fix VM recovery from disk failuresSong Gao1-2/+4
2024-05-15accel/tcg: Provide default implementation of disas_logRichard Henderson1-8/+0
2024-05-09target/loongarch: Put cpucfg operation before CSR registerBibo Mao1-8/+8
2024-05-09target/loongarch: Add TCG macro in structure CPUArchStateBibo Mao4-13/+49
2024-05-06accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé1-1/+1
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé1-0/+1
2024-04-30Merge tag 'pull-loongarch-20240429' of https://gitlab.com/gaosong/qemu into s...Richard Henderson1-0/+2
2024-04-29target/loongarch/cpu.c: typo fix: expectionMichael Tokarev1-1/+1
2024-04-29hw/loongarch: Add init_cmdlineSong Gao1-0/+2
2024-04-26target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'Philippe Mathieu-Daudé2-2/+2
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell1-2/+2
2024-04-23KVM: remove kvm_arch_cpu_check_are_resettablePaolo Bonzini1-5/+0
2024-03-22target/loongarch: Fix qemu-system-loongarch64 assert failed with the option '...Song Gao1-34/+40
2024-03-20target/loongarch: Fix qemu-loongarch64 hang when executing 'll.d $t0, $t0, 0'Song Gao1-4/+4
2024-03-20target/loongarch: Fix tlb huge page loading issueXianglai Li3-39/+82
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