You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/linux-user
Philippe Mathieu-Daudé 51c3aebfda linux-user/mips: Select M14Kc CPU to run microMIPS binaries
The M14Kc is our latest CPU supporting the microMIPS ASE.

Note, currently QEMU doesn't have 64-bit CPU supporting microMIPS ASE.

Cc: qemu-stable@nongnu.org
Fixes: 3c824109da ("target-mips: microMIPS ASE support")
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/3054
Reported-by: Justin Applegate <justink.applegate@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20250814070650.78657-4-philmd@linaro.org>
5 days ago
..
aarch64 target/arm: Enable FEAT_LSE128 for -cpu max 1 week ago
alpha linux-user: Remove target_pt_regs from target_syscall.h 1 week ago
arm linux-user: Standardize on ELF_MACHINE not ELF_ARCH 1 week ago
generic linux-user: Move TARGET_SA_RESTORER out of generic/signal.h 7 months ago
hexagon linux-user: Remove target_pt_regs from target_syscall.h 1 week ago
hppa linux-user: Remove target_pt_regs from target_syscall.h 1 week ago
i386 linux-user: Rename elf_check_arch 1 week ago
include linux-user: cleanup unused linux-user/include/host directories 2 years ago
loongarch64 linux-user: Rename elf_check_arch 1 week ago
m68k linux-user: Remove target_pt_regs from target_syscall.h 1 week ago
microblaze linux-user: Rename elf_check_arch 1 week ago
mips linux-user/mips: Select M14Kc CPU to run microMIPS binaries 5 days ago
mips64 linux-user: Standardize on ELF_MACHINE not ELF_ARCH 1 week ago
openrisc linux-user: Standardize on ELF_MACHINE not ELF_ARCH 1 week ago
ppc linux-user: Standardize on ELF_MACHINE not ELF_ARCH 1 week ago
riscv linux-user: Remove target_pt_regs from target_syscall.h 1 week ago
s390x linux-user: Standardize on ELF_MACHINE not ELF_ARCH 1 week ago
sh4 linux-user: Standardize on ELF_MACHINE not ELF_ARCH 1 week ago
sparc linux-user/sparc: Create target_ptrace.h 1 week ago
x86_64 linux-user: Standardize on ELF_MACHINE not ELF_ARCH 1 week ago
xtensa linux-user: Standardize on ELF_MACHINE not ELF_ARCH 1 week ago
elfload.c linux-user: Remove a.out declarations from elfload.c 1 week ago
errnos.c.inc linux-user: Simplify host <-> target errno conversion using macros 4 years ago
exit.c accel/tcg: Move perf and debuginfo support to tcg/ 2 years ago
fd-trans.c linux-user: netlink: Add missing QEMU_IFLA entries 8 months ago
fd-trans.h linux-user: Hold the fd-trans lock across fork 2 months ago
flat.h linux-user/flatload.c: Remove unused bFLT shared-library and ZFLAT code 1 year ago
flatload.c include/exec: Split out mmap-lock.h 5 months ago
gen-vdso-elfn.c.inc linux-user: Fix GDB complaining about system-supplied DSO string table index 10 months ago
gen-vdso.c linux-user/gen-vdso: Don't read off the end of buf[] 2 months ago
ioctls.h linux-user: Add ioctl for BLKBSZSET 1 year ago
linux_loop.h linux-user: implement more loop ioctls 4 years ago
linuxload.c linux-user: Create do_init_main_thread 2 weeks ago
loader.h linux-user: Move arch_parse_elf_property to aarch64/elfload.c 1 week ago
main.c linux-user: Drop deprecated -p option 1 week ago
meson.build plugins: fix inclusion of user-mode APIs 2 months ago
mmap.c linux-user/mmap.c: fix "of of" typo in comment 4 months ago
plugin-api.c plugins: fix inclusion of user-mode APIs 2 months ago
qemu.h linux-user: Remove do_init_main_thread 2 weeks ago
semihost.c semihosting: Remove qemu_semihosting_console_outs 3 years ago
signal-common.h user: Introduce user/signal.h 7 months ago
signal.c accel/tcg: Use vaddr in cpu_loop.h 4 months ago
socket.h Supply missing header guards 6 years ago
strace.c linux-user: Tidy print_socket_protocol 1 week ago
strace.h linux-user: Have do_syscall() use CPUArchState* instead of void* 3 years ago
strace.list linux-user: Add strace for rseq 2 weeks ago
syscall.c linux-user: Use qemu_set_cloexec() to mark pidfd as FD_CLOEXEC 2 months ago
syscall_defs.h linux-user/mips/o32: Drop sa_restorer functionality 2 months ago
syscall_types.h linux-user: Add FITRIM ioctl 1 year ago
thunk.c user: Move 'thunk.h' from 'exec/user' to 'user' 1 year ago
trace-events linux-user: Rename user_force_sig tracepoint to match function name 4 years ago
trace.h trace: switch position of headers to what Meson requires 5 years ago
uaccess.c meson: Make DEBUG_REMAP a meson option 1 year ago
uname.c linux-user: Remove pointless CPU{ARCH}State casts 3 years ago
uname.h linux-user: Have do_syscall() use CPUArchState* instead of void* 3 years ago
user-internals.h include: Remove 'exec/exec-all.h' 4 months ago
user-mmap.h user: Extract common MMAP API to 'user/mmap.h' 6 months ago
vm86.c linux-user/vm86: Fix compilation with Clang 11 months ago