Re: [PATCH] dm: virtio-console: change STDIO BE attribute
Yu Wang
On Thu, Jun 30, 2022 at 11:11:13PM +0800, Conghui Chen wrote:
Fix the log format problem in devicemodel when using virtio-console withI just googled the OPOST. Looks like the CLOCAL is not performed if OPOST is not set. https://www.mkssoftware.com/docs/man5/struct_termios.5.asp Can you please try to double confirm the behavior? Set OPOST but remove the CLOCAL? tcsetattr(fd, TCSANOW, &tio); |
|