summaryrefslogtreecommitdiffstats
path: root/target/mips
Commit message (Expand)AuthorAgeFilesLines
* target/mips: Don't check COP1X for 64 bit FP modeJiaxun Yang2022-11-081-1/+1
* target/mips: Disable DSP ASE for Octeon68XXJiaxun Yang2022-11-081-2/+2
* target/mips: Enable LBX/LWX/* instructions for OcteonPavel Dovgalyuk2022-11-081-4/+8
* target/mips: Cast offset field of Octeon BBIT to int16_tJiaxun Yang2022-11-081-1/+1
* target/mips: Set CP0St_{KX, SX, UX} for Loongson-2FJiaxun Yang2022-11-081-0/+6
* target/mips: Convert to tcg_ops restore_state_to_opcRichard Henderson2022-10-263-2/+10
* kvm: allow target-specific accelerator propertiesPaolo Bonzini2022-10-101-0/+4
* accel/tcg: Introduce tb_pc and log_pcRichard Henderson2022-10-042-2/+2
* hw/core: Add CPUClass.get_pcRichard Henderson2022-10-041-0/+8
* target/mips: Honour -semihosting-config userspace=onPeter Maydell2022-09-134-10/+11
* accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson2022-09-061-2/+3
* target/mips: Handle lock_user() failure in UHI_plog semihosting callPeter Maydell2022-08-081-0/+3
* target/mips: Advance pc after semihosting exceptionRichard Henderson2022-08-026-11/+16
* target/mips: Remove GET_TARGET_STRING and FREE_TARGET_STRINGRichard Henderson2022-07-121-18/+9Star
* target/mips: Simplify UHI_argnlen and UHI_argnRichard Henderson2022-07-121-23/+21Star
* target/mips: Use error_report for UHI_assertRichard Henderson2022-07-121-21/+18Star
* target/mips: Avoid qemu_semihosting_log_out for UHI_plogRichard Henderson2022-07-121-11/+41
* target/mips: Use semihosting/syscalls.hRichard Henderson2022-07-121-120/+91Star
* target/mips: Drop link syscall from semihostingRichard Henderson2022-07-121-9/+0Star
* target/mips: Create report_fault for semihostingRichard Henderson2022-07-121-18/+15Star
* target/mips: introduce Cavium Octeon CPU modelPavel Dovgalyuk2022-07-121-0/+28
* target/mips: implement Octeon-specific arithmetic instructionsPavel Dovgalyuk2022-07-122-0/+181
* target/mips: implement Octeon-specific BBIT instructionsPavel Dovgalyuk2022-07-122-0/+39
* target/mips: introduce decodetree structure for Cavium Octeon extensionPavel Dovgalyuk2022-07-126-0/+31
* target/mips: Drop pread and pwrite syscalls from semihostingRichard Henderson2022-06-281-32/+7Star
* target/mips: Add UHI errno valuesRichard Henderson2022-06-281-0/+40
* target/mips: Use an exception for semihostingRichard Henderson2022-06-2810-21/+19Star
* semihosting: Move exec/softmmu-semi.h to semihosting/softmmu-uaccess.hRichard Henderson2022-06-281-1/+1
* target/mips: Add missing default cases for some nanoMIPS poolsStefan Pejic2022-06-111-0/+19
* target/mips: Fix handling of unaligned memory access for nanoMIPS ISADragan Mladjenovic2022-06-111-2/+3
* target/mips: Fix emulation of nanoMIPS BNEC[32] instructionDragan Mladjenovic2022-06-111-1/+6
* target/mips: Fix emulation of nanoMIPS BPOSGE32C instructionDragan Mladjenovic2022-06-112-2/+3
* target/mips: Fix emulation of nanoMIPS EXTRV_S.H instructionDragan Mladjenovic2022-06-111-1/+1
* target/mips: Fix emulation of nanoMIPS MTHLIP instructionStefan Pejic2022-06-111-1/+1
* target/mips: Fix FTRUNC_S and FTRUNC_U trans helperNi Hui2022-06-111-2/+2
* target/mips: Fix store adress of high 64bit in helper_msa_st_b()Ni Hui2022-06-111-1/+1
* target/mips: Do not treat msa INSERT as NOP when wd is zeroNi Hui2022-06-111-5/+10
* target/mips: Fix msa checking condition in trans_msa_elm_fn()Ni Hui2022-06-111-1/+1
* target/mips: Fix df_extract_val() and df_extract_df() dfe lookupNi Hui2022-06-111-3/+3
* target/mips: Fix SAT_S trans helperNi Hui2022-06-111-1/+1
* target/mips: Fix WatchHi.M handlingMarcin Nowakowski2022-06-113-2/+4
* Normalize header guard symbol definitionMarkus Armbruster2022-05-111-1/+1
* target/mips: Remove stale TODO fileThomas Huth2022-04-261-51/+0Star
* compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2022-04-211-8/+9
* exec/translator: Pass the locked filepointer to disas_log hookRichard Henderson2022-04-201-3/+4
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2022-04-062-7/+7
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-063-29/+29
* target/mips: Fix address space range declaration on n32WANG Xuerui2022-03-291-1/+1
* Merge remote-tracking branch 'remotes/philmd/tags/mips-20220308' into stagingPeter Maydell2022-03-093-19/+10Star
|\