Re: [PATCH v2 1/3] linux-user: Add generic 'termbits.h' for some archs

2020-08-24 Thread Laurent Vivier
Le 23/07/2020 à 23:02, Filip Bozuta a écrit : > This patch introduces a generic 'termbits.h' file for following > archs: 'aarch64', 'arm', 'i386, 'm68k', 'microblaze', 'nios2', > 'openrisc', 'riscv', 's390x', 'x86_64'. > > Since all of these archs have the same termios flag values and > same ioctl

Re: [PATCH v2 1/3] linux-user: Add generic 'termbits.h' for some archs

2020-08-07 Thread Laurent Vivier
Le 23/07/2020 à 23:02, Filip Bozuta a écrit : > This patch introduces a generic 'termbits.h' file for following > archs: 'aarch64', 'arm', 'i386, 'm68k', 'microblaze', 'nios2', > 'openrisc', 'riscv', 's390x', 'x86_64'. > > Since all of these archs have the same termios flag values and > same ioctl

[PATCH v2 1/3] linux-user: Add generic 'termbits.h' for some archs

2020-07-23 Thread Filip Bozuta
This patch introduces a generic 'termbits.h' file for following archs: 'aarch64', 'arm', 'i386, 'm68k', 'microblaze', 'nios2', 'openrisc', 'riscv', 's390x', 'x86_64'. Since all of these archs have the same termios flag values and same ioctl_tty numbers, there is no need for a separate 'termbits.h'