aboutsummaryrefslogtreecommitdiff
path: root/target/loongarch
AgeCommit message (Expand)Author
2024-11-05target/loongarch: Explicitly set 2-NaN propagation rulePeter Maydell
2024-11-02target/loongarch: Add steal time support on migrationBibo Mao
2024-11-02target/loongarch/kvm: Implement LoongArch PMU extensionBibo Mao
2024-11-02target/loongarch: Implement lbt registers save/restore functionBibo Mao
2024-11-02target/loongarch: Add loongson binary translation featureBibo Mao
2024-10-17Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into s...Peter Maydell
2024-10-16target/loongarch: Avoid bits shift exceeding width of bool typeBibo Mao
2024-10-15target/loongarch: Use explicit little-endian LD/ST APIPhilippe Mathieu-Daudé
2024-10-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2024-10-03kvm: Allow kvm_arch_get/put_registers to accept Error**Julia Suvorova
2024-10-02target/loongarch: fix -Werror=maybe-uninitialized false-positiveMarc-André Lureau
2024-09-20mark <zlib.h> with for-crc32 in a consistent mannerMichael Tokarev
2024-09-12target/loongarch: Support QMP dump-guest-memoryBibo Mao
2024-09-12target/loongarch/kvm: Add vCPU reset functionBibo Mao
2024-09-12target/loongarch: Add compatible support about VM rebootBibo Mao
2024-07-24target/loongarch: Fix helper_lddir() a CID INTEGER_OVERFLOW issueSong Gao
2024-07-19target/loongarch/gdbstub: Add vector registers supportSong Gao
2024-07-12target/loongarch: Fix cpu_reset set wrong CSR_CRMDSong Gao
2024-07-12target/loongarch: Set CSR_PRCFG1 and CSR_PRCFG2 valuesSong Gao
2024-07-12target/loongarch: Remove avail_64 in trans_srai_w() and simplify itFeiyang Chen
2024-07-12target/loongarch/kvm: Add software breakpoint supportBibo Mao
2024-07-11target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementationPeter Maydell
2024-06-06target/loongarch: fix a wrong print in cpu dumplanyanzhi
2024-06-06hw/loongarch/virt: Enable extioi virt extensionSong Gao
2024-05-23target/loongarch: Add loongarch vector property unconditionallyBibo Mao
2024-05-23target/loongarch/kvm: fpu save the vreg registers high 192bitSong Gao
2024-05-23target/loongarch/kvm: Fix VM recovery from disk failuresSong Gao
2024-05-15accel/tcg: Provide default implementation of disas_logRichard Henderson
2024-05-09target/loongarch: Put cpucfg operation before CSR registerBibo Mao
2024-05-09target/loongarch: Add TCG macro in structure CPUArchStateBibo Mao
2024-05-06accel/tcg: Access tcg_cflags with getter / setterPhilippe Mathieu-Daudé
2024-05-06exec/cpu: Extract page-protection definitions to page-protection.hPhilippe Mathieu-Daudé
2024-04-30Merge tag 'pull-loongarch-20240429' of https://gitlab.com/gaosong/qemu into s...Richard Henderson
2024-04-29target/loongarch/cpu.c: typo fix: expectionMichael Tokarev
2024-04-29hw/loongarch: Add init_cmdlineSong Gao
2024-04-26target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h'Philippe Mathieu-Daudé
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell
2024-04-23KVM: remove kvm_arch_cpu_check_are_resettablePaolo Bonzini
2024-03-22target/loongarch: Fix qemu-system-loongarch64 assert failed with the option '...Song Gao
2024-03-20target/loongarch: Fix qemu-loongarch64 hang when executing 'll.d $t0, $t0, 0'Song Gao
2024-03-20target/loongarch: Fix tlb huge page loading issueXianglai Li
2024-03-12Merge tag 'pull-error-2024-03-12' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell
2024-03-12Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2024-03-12target/loongarch: Fix query-cpu-model-expansion to reject propsMarkus Armbruster
2024-03-12target/loongarch: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé
2024-03-12target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handlerPhilippe Mathieu-Daudé
2024-03-12bulk: Call in place single use cpu_env()Philippe Mathieu-Daudé
2024-03-11migration: remove migration.h referencesSteve Sistare
2024-03-06target/loongarch: honour show_opcodes when disassemblingAlex Bennée
2024-02-28gdbstub: Infer number of core registers from XMLAkihiko Odaki