- 44017c6 target/mips: Load PTE as DATA by Philippe Mathieu-Daudé · 7 months ago
- 7ce9760 target/mips: Use correct MMU index in get_pte() by Philippe Mathieu-Daudé · 7 months ago
- 453ba4f target/mips: Pass page table entry size as MemOp to get_pte() by Philippe Mathieu-Daudé · 7 months ago
- 75cdcc7 target/mips: Restrict semihosting to TCG by Philippe Mathieu-Daudé · 8 months ago
- fca2ffc target/mips: Add semihosting stub by Philippe Mathieu-Daudé · 8 months ago
- 4f7b1ec target: Set TCGCPUOps::cpu_exec_halt to target's has_work implementation by Peter Maydell · 8 months ago
- c76b288 target/mips: Remove unused 'hw/misc/mips_itu.h' header by Philippe Mathieu-Daudé · 9 months ago
- 962a145 accel/tcg: Provide default implementation of disas_log by Richard Henderson · 11 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
- 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
- 4c44a98 target/mips: Prefer fast cpu_env() over slower CPU QOM cast macro by Philippe Mathieu-Daudé · 1 year, 1 month ago
- 348802b target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handler by Philippe Mathieu-Daudé · 1 year, 1 month ago
- 747448d target/mips: Remove the unused DisasContext::saar field by Philippe Mathieu-Daudé · 1 year, 1 month ago
- fa82742 target/mips: Remove CPUMIPSState::CP0_SAARI field by Philippe Mathieu-Daudé · 1 year, 1 month ago
- ee58fdd target/mips: Remove helpers accessing SAARI register by Philippe Mathieu-Daudé · 1 year, 1 month ago
- 5235993 target/mips: Remove CPUMIPSState::CP0_SAAR[2] field by Philippe Mathieu-Daudé · 1 year, 1 month ago
- addd0c2 target/mips: Remove unused mips_def_t::SAARP field by Philippe Mathieu-Daudé · 1 year ago
- c2bb8e1 target/mips: Remove CPUMIPSState::saarp field by Philippe Mathieu-Daudé · 1 year, 1 month ago
- b267e78 target/mips: Remove MIPSITUState::itu field by Philippe Mathieu-Daudé · 1 year, 1 month ago
- e1152f8 target/mips: Remove helpers accessing SAAR registers by Philippe Mathieu-Daudé · 1 year, 1 month ago
- 8646893 target/mips: Use qemu_irq typedef for CPUMIPSState::irq member by Philippe Mathieu-Daudé · 1 year, 1 month ago
- 2df1eb2 kconfig: use "select" to enable semihosting by Paolo Bonzini · 1 year, 1 month ago
- a120d32 include/exec: Implement cpu_mmu_index generically by Richard Henderson · 1 year, 1 month ago
- 0efa3dc target/mips: Populate CPUClass.mmu_index by Richard Henderson · 1 year, 1 month ago
- 6ebf33c target/mips: Split out mips_env_mmu_index by Richard Henderson · 1 year, 1 month ago
- 4e999bf target/mips: Pass ptw_mmu_idx down from mips_cpu_tlb_fill by Richard Henderson · 1 year, 1 month ago
- 1764ad7 include/qemu: Add TCGCPUOps typedef to typedefs.h by Richard Henderson · 1 year, 1 month ago
- 85c19af include/exec: Use vaddr in DisasContextBase for virtual addresses by Anton Johansson · 1 year, 1 month ago
- 32f0c39 target: Use vaddr in gen_intermediate_code by Anton Johansson · 1 year, 1 month ago
- 195801d system/cpus: rename qemu_mutex_lock_iothread() to bql_lock() by Stefan Hajnoczi · 1 year, 2 months ago
- 4b26aa9 target: Use generic cpu_model_from_type() by Gavin Shan · 1 year, 4 months ago
- 31c5147 target/mips: Use generic cpu_list() by Gavin Shan · 1 year, 4 months ago
- 05470c3 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Peter Maydell · 1 year, 2 months ago
- cfc1a88 meson: rename config_all by Paolo Bonzini · 1 year, 5 months ago
- 6db6de6 target/mips: Constify VMState in machine.c by Richard Henderson · 1 year, 2 months ago
- 9348028 target: Move ArchCPUClass definition to 'cpu.h' by Philippe Mathieu-Daudé · 1 year, 5 months ago
- 18f86ae target/mips: Fix TX79 LQ/SQ opcodes by Philippe Mathieu-Daudé · 1 year, 6 months ago
- 04591b3 target/mips: Fix MSA BZ/BNZ opcodes displacement by Philippe Mathieu-Daudé · 1 year, 6 months ago
- 2d56be5 target: Declare FOO_CPU_TYPE_NAME/SUFFIX 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
- db646e8 hw/misc/mips_itu: Declare itc_reconfigure() in 'hw/misc/mips_itu.h' by Philippe Mathieu-Daudé · 1 year, 5 months ago
- 30a8d3a hw/mips: Merge 'hw/mips/cpudevs.h' with 'target/mips/cpu.h' by Philippe Mathieu-Daudé · 1 year, 5 months ago
- 01c85e6 meson: Rename target_softmmu_arch -> target_system_arch by Philippe Mathieu-Daudé · 1 year, 5 months ago
- f14eced semihosting: Rename softmmu_FOO_user() -> uaccess_FOO_user() 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
- 5d7e601 Merge tag 'pull-shadow-2023-09-29' of https://repo.or.cz/qemu/armbru into staging by Stefan Hajnoczi · 1 year, 5 months ago
- 92e0ef7 target/mips: Clean up local variable shadowing by Philippe Mathieu-Daudé · 1 year, 6 months ago
- 18a536f accel/tcg: Always require can_do_io by Richard Henderson · 1 year, 6 months ago
- d5c9fa4 hw/mips: spelling fixes by Michael Tokarev · 1 year, 6 months ago
- 060bfdb target/mips: Remove unused headers in lcsr_helper.c by Philippe Mathieu-Daudé · 1 year, 6 months ago
- 73c1970 target/helpers: Remove unnecessary 'qemu/main-loop.h' header by Philippe Mathieu-Daudé · 1 year, 6 months ago
- 907a2af target/helpers: Remove unnecessary 'exec/cpu_ldst.h' header by Philippe Mathieu-Daudé · 1 year, 6 months ago
- 09b07f2 target/translate: Include missing 'exec/cpu_ldst.h' header by Philippe Mathieu-Daudé · 1 year, 6 months ago
- f703f1e bulk: Do not declare function prototypes using 'extern' keyword by Philippe Mathieu-Daudé · 2 years ago
- 875b3eb mips: Report an error when KVM_VM_MIPS_VZ is unavailable by Akihiko Odaki · 1 year, 6 months ago
- 5e0d659 kvm: Introduce kvm_arch_get_default_type hook by Akihiko Odaki · 1 year, 6 months ago
- 0fe4cac target/mips: Avoid shift by negative number in page_table_walk_refill() by Peter Maydell · 1 year, 8 months ago
- 60a38a3 target/mips: Pass directory/leaf shift values to walk_directory() by Philippe Mathieu-Daudé · 1 year, 8 months ago
- fb51df0 target/mips/mxu: Avoid overrun in gen_mxu_q8adde() by Philippe Mathieu-Daudé · 1 year, 8 months ago
- e37fdc7 target/mips/mxu: Avoid overrun in gen_mxu_S32SLT() by Philippe Mathieu-Daudé · 1 year, 8 months ago
- d4eda54 target/mips/mxu: Replace magic array size by its definition by Philippe Mathieu-Daudé · 1 year, 8 months ago
- baf21ee target/mips: enable GINVx support for I6400 and I6500 by Marcin Nowakowski · 1 year, 8 months ago
- 8aedfb6 target/mips/mxu: Add Q8SAD instruction by Siarhei Volkau · 1 year, 9 months ago
- 4b9680d target/mips/mxu: Add S32SFL instruction by Siarhei Volkau · 1 year, 9 months ago
- b72e2b3 target/mips/mxu: Add Q8MADL instruction by Siarhei Volkau · 1 year, 9 months ago
- 68a4880 target/mips/mxu: Add Q16SCOP instruction by Siarhei Volkau · 1 year, 9 months ago
- 7bb1206 target/mips/mxu: Add Q8MAC Q8MACSU instructions by Siarhei Volkau · 1 year, 9 months ago
- d1b6ded target/mips/mxu: Add S32/D16/Q8- MOVZ/MOVN instructions by Siarhei Volkau · 1 year, 9 months ago
- 07c9289 target/mips/mxu: Add D32/Q16- SLLV/SLRV/SARV instructions by Siarhei Volkau · 1 year, 9 months ago
- 52fe25d target/mips/mxu: Add Q16SLL Q16SLR Q16SAR instructions by Siarhei Volkau · 1 year, 9 months ago
- f1fb103 target/mips/mxu: Add D32SLL D32SLR D32SAR instructions by Siarhei Volkau · 1 year, 9 months ago
- f900da7 target/mips/mxu: Add D32SARL D32SARW instructions by Siarhei Volkau · 1 year, 9 months ago
- 5925963 target/mips/mxu: Add S32ALN S32LUI insns by Siarhei Volkau · 1 year, 9 months ago
- 29059e7 target/mips/mxu: Add S32MUL S32MULU S32EXTR S32EXTRV insns by Siarhei Volkau · 1 year, 9 months ago
- 968045b target/mips/mxu: Add S16LDD S16STD S16LDI S16SDI instructions by Siarhei Volkau · 1 year, 9 months ago
- 3f0e94c target/mips/mxu: Add S8STD S8LDI S8SDI instructions by Siarhei Volkau · 1 year, 9 months ago
- eb79951 target/mips/mxu: Add Q8ADDE Q8ACCE D8SUM D8SUMC instructions by Siarhei Volkau · 1 year, 9 months ago
- 6191a80 target/mips/mxu: Add Q16ACC Q16ACCM D16ASUM instructions by Siarhei Volkau · 1 year, 9 months ago
- 513cfda target/mips/mxu: Add D32ADDC instruction by Siarhei Volkau · 1 year, 9 months ago
- 98db7a5 target/mips/mxu: Add D32ACC D32ACCM D32ASUM instructions by Siarhei Volkau · 1 year, 9 months ago
- 9e51e0c target/mips/mxu: Add D32ADD instruction by Siarhei Volkau · 1 year, 9 months ago
- a9bfd80 target/mips/mxu: Add Q16ADD instruction by Siarhei Volkau · 1 year, 9 months ago
- e722e68 target/mips/mxu: Add S16MAD instruction by Siarhei Volkau · 1 year, 9 months ago
- 15830fa target/mips/mxu: Add D16MADL instruction by Siarhei Volkau · 1 year, 9 months ago
- 2ebc66e target/mips/mxu: Add D16MACF D16MACE instructions by Siarhei Volkau · 1 year, 9 months ago
- 27dc0e2 target/mips/mxu: Add D16MULF D16MULE instructions by Siarhei Volkau · 1 year, 9 months ago
- f1e6547 target/mips/mxu: Add S32CPS D16CPS Q8ABD Q16SAT insns by Siarhei Volkau · 1 year, 9 months ago
- bf1df65 target/mips/mxu: Add Q8ADD instruction by Siarhei Volkau · 1 year, 9 months ago
- ff7936f target/mips/mxu: Add S32SLT D16SLT D16AVG[R] Q8AVG[R] insns by Siarhei Volkau · 1 year, 9 months ago
- fc34c76 target/mips/mxu: Fix D16MAX D16MIN Q8MAX Q8MIN instructions by Siarhei Volkau · 1 year, 9 months ago
- 4051f03 target/mips/mxu: Add Q8SLT Q8SLTU instructions by Siarhei Volkau · 1 year, 9 months ago
- 199fc7d target/mips/mxu: Add S32MADD/MADDU/MSUB/MSUBU instructions by Siarhei Volkau · 1 year, 9 months ago
- 73c260c target/mips/mxu: Add LXW LXB LXH LXBU LXHU instructions by Siarhei Volkau · 1 year, 9 months ago