qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Aleksandar Markovic
Subject: Re: [EXTERNAL]Re: [PATCH 1/5] linux-user: Fix some constants in termbits.h
Date: Tue, 24 Dec 2019 03:33:58 +0000

> > -#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 one should also be TARGET_IO, right?
> 

Right - it slipped through the cracks. I'll fix it in v2.

Thanks for the review, and spotting this one!

Aleksandar

> --
> Thanks.
> -- Max



reply via email to

[Prev in Thread] Current Thread [Next in Thread]