You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vivian Wang
4f22fcb5c6
linux-user: Add missing termios baud rates
Add several missing baud rates and inputs baud rates in cflag_tbl.
Add these missing definitions in termbits.h:
- TARGET_BOTHER for alpha, hppa, ppc, sh4, sparc
- TARGET_IBSHIFT for hppa, mips, ppc, sh4, sparc
- Missing standard baud rates for hppa
These are required for the glibc test tst-termios-linux.
Link: https://lore.kernel.org/qemu-devel/20251203-linux-user-higher-baud-rates-v2-1-e45b35224437@iscas.ac.cn
Signed-off-by: Vivian Wang <wangruikang@iscas.ac.cn>
Reviewed-by: Helge Deller <deller@gmx.de>
3 months ago
..
cpu_loop.c
bsd-user, linux-user: introduce qemu_process_cpu_events
7 months ago
elfload.c
linux-user/mips: Select M14Kc CPU to run microMIPS binaries
7 months ago
meson.build
meson: linux-user
6 years ago
signal.c
linux-user: Move tswap_siginfo out of target code
2 years ago
sockbits.h
linux-user: add TARGET_SO_{DOMAIN,PROTOCOL}
5 years ago
syscall-args-o32.c.inc
linux-user, mips: update syscall-args-o32.c.inc to Linux v6.10
2 years ago
syscall_nr.h
meson: linux-user
6 years ago
syscall_o32.tbl
target/ppc: Fix lxvx/stxvx facility check
2 years ago
syscallhdr.sh
license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-only
2 years ago
target_cpu.h
linux user: Fix Lesser GPL version number
5 years ago
target_elf.h
linux-user: Standardize on ELF_MACHINE not ELF_ARCH
7 months ago
target_errno_defs.h
linux-user/mips: Move errno definitions to 'target_errno_defs.h'
5 years ago
target_fcntl.h
linux-user: Introduce TARGET_HAVE_ARCH_STRUCT_FLOCK
7 years ago
target_mman.h
linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.h
3 years ago
target_prctl.h
linux-user: Split out do_prctl and subroutines
4 years ago
target_proc.h
linux-user: Split out cpu/target_proc.h
3 years ago
target_ptrace.h
linux-user/mips: Create target_ptrace.h
7 months ago
target_resource.h
linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.h
4 years ago
target_signal.h
linux-user/mips/o32: Drop sa_restorer functionality
9 months ago
target_structs.h
linux user: Fix Lesser GPL version number
5 years ago
target_syscall.h
linux-user/mips: Create target_ptrace.h
7 months ago
termbits.h
linux-user: Add missing termios baud rates
2 months ago