- 78f932e target/loongarch: fix a wrong print in cpu dump by lanyanzhi · 9 months ago
- 2b284fa hw/loongarch/virt: Enable extioi virt extension by Song Gao · 10 months ago
- f83434f target/loongarch: Add loongarch vector property unconditionally by Bibo Mao · 10 months ago
- 07c0866 target/loongarch/kvm: fpu save the vreg registers high 192bit by Song Gao · 10 months ago
- 0eb285c target/loongarch/kvm: Fix VM recovery from disk failures by Song Gao · 10 months ago
- 962a145 accel/tcg: Provide default implementation of disas_log by Richard Henderson · 12 months ago
- 5872966 target/loongarch: Put cpucfg operation before CSR register by Bibo Mao · 11 months ago
- 6f703a4 target/loongarch: Add TCG macro in structure CPUArchState by Bibo Mao · 10 months ago
- b254c34 accel/tcg: Access tcg_cflags with getter / setter by Philippe Mathieu-Daudé · 1 year, 2 months ago
- 74781c0 exec/cpu: Extract page-protection definitions to page-protection.h by Philippe Mathieu-Daudé · 1 year, 3 months ago
- de7e907 Merge tag 'pull-loongarch-20240429' of https://gitlab.com/gaosong/qemu into staging by Richard Henderson · 11 months ago
- 0cbb322 target/loongarch/cpu.c: typo fix: expection by Michael Tokarev · 11 months ago
- 58ee60d hw/loongarch: Add init_cmdline by Song Gao · 11 months ago
- e92dd33 target: Define TCG_GUEST_DEFAULT_MO in 'cpu-param.h' by Philippe Mathieu-Daudé · 1 year, 3 months ago
- ad80e36 hw, target: Add ResetType argument to hold and exit phase methods by Peter Maydell · 11 months ago
- a99c0c6 KVM: remove kvm_arch_cpu_check_are_resettable by Paolo Bonzini · 12 months ago
- 1590154 target/loongarch: Fix qemu-system-loongarch64 assert failed with the option '-d int' by Song Gao · 12 months ago
- 77642f9 target/loongarch: Fix qemu-loongarch64 hang when executing 'll.d $t0, $t0, 0' by Song Gao · 12 months ago
- 9c70db9 target/loongarch: Fix tlb huge page loading issue by Xianglai Li · 12 months ago
- 441e0ee Merge tag 'pull-error-2024-03-12' of https://repo.or.cz/qemu/armbru into staging by Peter Maydell · 1 year ago
- e692f9c Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into staging by Peter Maydell · 1 year ago
- 2805440 target/loongarch: Fix query-cpu-model-expansion to reject props by Markus Armbruster · 1 year ago
- f3b603b target/loongarch: Prefer fast cpu_env() over slower CPU QOM cast macro by Philippe Mathieu-Daudé · 1 year, 2 months ago
- 348802b target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handler by Philippe Mathieu-Daudé · 1 year, 2 months ago
- 94956d7 bulk: Call in place single use cpu_env() by Philippe Mathieu-Daudé · 1 year, 2 months ago
- f853fa0 migration: remove migration.h references by Steve Sistare · 1 year ago
- f6e0eab target/loongarch: honour show_opcodes when disassembling by Alex Bennée · 1 year ago
- ecd6f6a gdbstub: Infer number of core registers from XML by Akihiko Odaki · 1 year, 1 month ago
- 6626015 gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb by Akihiko Odaki · 1 year, 1 month ago
- ac1e867 gdbstub: Use GDBFeature for gdb_register_coprocessor by Akihiko Odaki · 1 year, 1 month ago
- 3b91614 include/exec: Change cpu_mmu_index argument to CPUState by Richard Henderson · 1 year, 2 months ago
- a120d32 include/exec: Implement cpu_mmu_index generically by Richard Henderson · 1 year, 2 months ago
- 3f262d2 target/loongarch: Rename MMU_IDX_* by Richard Henderson · 1 year, 1 month ago
- a72a1b1 target/loongarch: Populate CPUClass.mmu_index by Richard Henderson · 1 year, 1 month ago
- 27edd50 target/loongarch: Fix qtest test-hmp error when KVM-only build by Song Gao · 1 year, 2 months ago
- 2889fb8 target/loongarch: Constify loongarch_tcg_ops by Richard Henderson · 1 year, 2 months ago
- 1764ad7 include/qemu: Add TCGCPUOps typedef to typedefs.h by Richard Henderson · 1 year, 2 months ago
- 32f0c39 target: Use vaddr in gen_intermediate_code by Anton Johansson · 1 year, 2 months ago
- fc70099 target/loongarch/kvm: Enable LSX/LASX extension by Song Gao · 1 year, 2 months ago
- 61f6e15 target/loongarch: Set cpuid CSR register only once with kvm mode by Bibo Mao · 1 year, 2 months ago
- 5e90b8d hw/loongarch/virt: Set iocsr address space per-board rather than percpu by Bibo Mao · 1 year, 3 months ago
- 714b03c target/loongarch: Add loongarch kvm into meson build by Tianrui Zhao · 1 year, 2 months ago
- 8dcbad5 target/loongarch: Implement set vcpu intr for kvm by Tianrui Zhao · 1 year, 2 months ago
- 2d45085 target/loongarch: Restrict TCG-specific code by Tianrui Zhao · 1 year, 2 months ago
- a05a950 target/loongarch: Implement kvm_arch_handle_exit by Tianrui Zhao · 1 year, 2 months ago
- d11681c target/loongarch: Implement kvm_arch_init_vcpu by Tianrui Zhao · 1 year, 2 months ago
- 41958c9 target/loongarch: Implement kvm_arch_init function by Tianrui Zhao · 1 year, 2 months ago
- f844743 target/loongarch: Implement kvm get/set registers by Tianrui Zhao · 1 year, 2 months ago
- 6278465 target/loongarch: Supplement vcpu env initial when vcpu reset by Tianrui Zhao · 1 year, 2 months ago
- 537ba9d target/loongarch: Define some kvm_arch interfaces by Tianrui Zhao · 1 year, 2 months ago
- 195801d system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() by Stefan Hajnoczi · 1 year, 2 months ago
- 5c23704 target/loongarch: move translate modules to tcg/ by Song Gao · 1 year, 2 months ago
- beb6092 target/loongarch/meson: move gdbstub.c to loongarch.ss by Song Gao · 1 year, 2 months ago
- 4b26aa9 target: Use generic cpu_model_from_type() by Gavin Shan · 1 year, 4 months ago
- 979bf44 target/loongarch: Use generic cpu_list() by Gavin Shan · 1 year, 4 months ago
- d5be19f cpu: Call object_class_dynamic_cast() once in cpu_class_by_name() by Philippe Mathieu-Daudé · 1 year, 6 months ago
- 2d23bb1 target/loongarch: Constify VMState in machine.c by Richard Henderson · 1 year, 3 months ago
- be45144 target/loongarch: Add timer information dump support by Bibo Mao · 1 year, 3 months ago
- c0f6cd9 target: Restrict 'sysemu/reset.h' to system emulation by Philippe Mathieu-Daudé · 1 year, 3 months ago
- 3a9d0d7 hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name() by Philippe Mathieu-Daudé · 1 year, 6 months ago
- 9348028 target: Move ArchCPUClass definition to 'cpu.h' by Philippe Mathieu-Daudé · 1 year, 5 months ago
- edcea14 target/loongarch: Declare QOM definitions in 'cpu-qom.h' by Philippe Mathieu-Daudé · 1 year, 5 months ago
- 6ee45fa target: Unify QOM style by Philippe Mathieu-Daudé · 1 year, 5 months ago
- 91ffd93 linux-user/loongarch64: Use traps to track LSX/LASX usage by Richard Henderson · 1 year, 4 months ago
- 1d832c1 target/loongarch: Support 4K page size by Song Gao · 1 year, 5 months ago
- 31f694b target/loongarch: Implement query-cpu-model-expansion by Song Gao · 1 year, 5 months ago
- 464136c target/loongarch: Allow user enable/disable LSX/LASX features by Song Gao · 1 year, 5 months ago
- d6f0773 target/loongarch: Add cpu model 'max' by Song Gao · 1 year, 5 months ago
- 5f1a313 target/loongarch: Add preldx instruction by Song Gao · 1 year, 6 months ago
- 32f4916 target/loongarch: fix ASXE flag conflict by Jiajie Chen · 1 year, 6 months ago
- a650683 hw/core/cpu: Return static value with gdb_arch_name() by Akihiko Odaki · 1 year, 5 months ago
- 01c85e6 meson: Rename target_softmmu_arch -> target_system_arch by Philippe Mathieu-Daudé · 1 year, 5 months ago
- 8fa08d7 accel/tcg: Remove cpu_set_cpustate_pointers by Richard Henderson · 1 year, 6 months ago
- b77af26 accel/tcg: Replace CPUState.env_ptr with cpu_env() by Richard Henderson · 1 year, 6 months ago
- ad75a51 tcg: Rename cpu_env to tcg_env by Richard Henderson · 1 year, 6 months ago
- 3b3d7df accel/tcg: Move CPUNegativeOffsetState into CPUState by Richard Henderson · 1 year, 6 months ago
- f669c99 target/*: Add instance_align to all cpu base classes by Richard Henderson · 1 year, 6 months ago
- 2cd81e3 target/loongarch: CPUCFG support LASX by Song Gao · 1 year, 6 months ago
- c7aa330 target/loongarch: Move simply DO_XX marcos togther by Song Gao · 1 year, 6 months ago
- 4a26512 target/loongarch: Implement xvld xvst by Song Gao · 1 year, 6 months ago
- 513e88a target/loongarch: Implement xvshuf xvperm{i} xvshuf4i by Song Gao · 1 year, 6 months ago
- ad29214 target/loongarch: Implement xvpack xvpick xvilv{l/h} by Song Gao · 1 year, 6 months ago
- df97f33 target/loongarch: Implement xvreplve xvinsve0 xvpickve by Song Gao · 1 year, 6 months ago
- f5ce2c8 target/loongarch: Implement xvinsgr2vr xvpickve2gr by Song Gao · 1 year, 6 months ago
- f3dfcc8 target/loongarch: Implement xvbitsel xvset by Song Gao · 1 year, 6 months ago
- 3eeda5f target/loongarch: Implement xvfcmp by Song Gao · 1 year, 6 months ago
- 4da72d4 target/loongarch: Implement xvseq xvsle xvslt by Song Gao · 1 year, 6 months ago
- 60df31a target/loongarch: Implement LASX fpu fcvt instructions by Song Gao · 1 year, 6 months ago
- c9caf15 target/loongarch: Implement LASX fpu arith instructions by Song Gao · 1 year, 6 months ago
- abee168 target/loongarch: Implement xvfrstp by Song Gao · 1 year, 6 months ago
- 1b3e242 target/loongarch: Implement xvbitclr xvbitset xvbitrev by Song Gao · 1 year, 6 months ago
- 956dec7 target/loongarch: Implement xvpcnt by Song Gao · 1 year, 6 months ago
- 12ad133 target/loongarch: Implement xvclo xvclz by Song Gao · 1 year, 6 months ago
- 77fca79 target/loongarch: Implement xvssrlrn xvssrarn by Song Gao · 1 year, 6 months ago
- 6256c8c target/loongarch: Implement xvssrln xvssran by Song Gao · 1 year, 6 months ago
- c50ce38 target/loongarch: Implement xvsrlrn xvsrarn by Song Gao · 1 year, 6 months ago
- 40c7674 target/loongarch: Implement xvsrln xvsran by Song Gao · 1 year, 6 months ago
- 8c272fe target/loongarch: Implement xvsrlr xvsrar by Song Gao · 1 year, 6 months ago
- 6567eac target/loongarch: Implement xvsllwil xvextl by Song Gao · 1 year, 6 months ago
- ad6dc71 target/loongarch: Implement xvsll xvsrl xvsra xvrotr by Song Gao · 1 year, 6 months ago