On 1/3/26 16:25, Andreas K. Hüttel wrote:
From: Vivian Wang <[email protected]>
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-e45b35224...@iscas.ac.cn
Signed-off-by: Vivian Wang <[email protected]>
---
linux-user/alpha/termbits.h | 1 +
linux-user/generic/termbits.h | 2 +-
linux-user/hppa/termbits.h | 16 ++++++-
linux-user/mips/termbits.h | 4 +-
linux-user/ppc/termbits.h | 1 +
linux-user/sh4/termbits.h | 5 ++-
linux-user/sparc/termbits.h | 5 ++-
linux-user/syscall.c | 83 ++++++++++++++++++++++++++---------
8 files changed, 92 insertions(+), 25 deletions(-)
Reviewed-by: Helge Deller <[email protected]>