summaryrefslogtreecommitdiffstats
path: root/target/mips
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * target/mips: Remove duplicated MIPSCPU::cp0_count_ratePhilippe Mathieu-Daudé2022-03-073-19/+9Star
| * target/mips: Fix cycle counter timing calculationsSimon Burge2022-03-071-1/+2
* | target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé2022-03-061-1/+1
* | target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé2022-03-062-4/+1Star
* | target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé2022-03-061-4/+2Star
* | target: Use forward declared type instead of structure typePhilippe Mathieu-Daudé2022-03-061-7/+7
* | target: Include missing 'cpu.h'Philippe Mathieu-Daudé2022-03-061-0/+1
|/
* exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2022-02-213-0/+3
* target/mips: Extract trap code into env->error_codeRichard Henderson2022-01-113-8/+24