Re: [EXTERNAL]Re: [PATCH 1/5] linux-user: Fix some constants in termbits.h

2019-12-23 Thread Aleksandar Markovic
> > -#define TARGET_TIOCMIWAIT _IO('T', 92) /* wait for a change on serial > > input line(s) */ > > -#define TARGET_TIOCGICOUNT 0x545D /* read serial port inline interrupt > > counts */ > > +/* wait for a change on serial input line(s) */ > > +#define TARGET_TIOCMIWAIT _IO('T', 92) > > This o

Re: [PATCH 1/5] linux-user: Fix some constants in termbits.h

2019-12-23 Thread Max Filippov
On Mon, Dec 23, 2019 at 6:45 PM Aleksandar Markovic wrote: > > From: Aleksandar Markovic > > Some constants were defined in terms of host, instead of target, > as they should be. > > Some additional trivial changes in this patch were forced by > checkpatch.pl. > > Signed-off-by: Aleksandar Markov

[PATCH 1/5] linux-user: Fix some constants in termbits.h

2019-12-23 Thread Aleksandar Markovic
From: Aleksandar Markovic Some constants were defined in terms of host, instead of target, as they should be. Some additional trivial changes in this patch were forced by checkpatch.pl. Signed-off-by: Aleksandar Markovic --- linux-user/aarch64/termbits.h| 4 +- linux-user/alpha/termbits