summaryrefslogtreecommitdiffstats
path: root/target/mips/tcg/sysemu/mips-semi.c
Commit message (Expand)AuthorAgeFilesLines
* target/mips: Handle lock_user() failure in UHI_plog semihosting callPeter Maydell2022-08-081-0/+3
* 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: 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-281-2/+2
* semihosting: Move exec/softmmu-semi.h to semihosting/softmmu-uaccess.hRichard Henderson2022-06-281-1/+1
* target/mips: Rewrite UHI errno_mips() using switch statementPhilippe Mathieu-Daudé2021-07-111-15/+9Star
* target/mips: Constify host_to_mips_errno[]Philippe Mathieu-Daudé2021-06-241-1/+1
* target/mips: Move sysemu TCG-specific code to tcg/sysemu/ subfolderPhilippe Mathieu-Daudé2021-05-021-0/+373