Home
last modified time | relevance | path

Searched refs:tty (Results 1 – 10 of 10) sorted by last modified time

/qemu/
H A Dqemu-options.hx3804 On Unix hosts serial will actually accept any tty device, not only
4193 [Linux only] Use host tty, e.g. ``/dev/ttyS0``. The host serial
H A Dqemu-io.c58 struct termios tty; in get_eof_char()
59 if (tcgetattr(STDIN_FILENO, &tty) != 0) { in get_eof_char()
67 return tty.c_cc[VEOF]; in get_eof_char()
/qemu/docs/about/
H A Dremoved-features.rst419 ``-chardev`` backend aliases ``tty`` and ``parport`` (removed in 8.0)
422 ``tty`` and ``parport`` used to be aliases for ``serial`` and ``parallel``
/qemu/hw/char/
H A Dtrace-events24 goldfish_tty_read(void *dev, unsigned int addr, unsigned int size, uint64_t value) "tty: %p reg: 0x…
25 goldfish_tty_write(void *dev, unsigned int addr, unsigned int size, uint64_t value) "tty: %p reg: 0…
26 goldfish_tty_can_receive(void *dev, unsigned int available) "tty: %p available: %u"
27 goldfish_tty_receive(void *dev, unsigned int size) "tty: %p size: %u"
28 goldfish_tty_reset(void *dev) "tty: %p"
29 goldfish_tty_realize(void *dev) "tty: %p"
30 goldfish_tty_unrealize(void *dev) "tty: %p"
31 goldfish_tty_instance_init(void *dev) "tty: %p"
/qemu/util/
H A Doslib-posix.c283 struct termios tty; in qemu_set_tty_echo() local
285 tcgetattr(fd, &tty); in qemu_set_tty_echo()
288 tty.c_lflag |= ECHO | ECHONL | ICANON | IEXTEN; in qemu_set_tty_echo()
290 tty.c_lflag &= ~(ECHO | ECHONL | ICANON | IEXTEN); in qemu_set_tty_echo()
293 tcsetattr(fd, TCSANOW, &tty); in qemu_set_tty_echo()
/qemu/chardev/
H A Dchar-pty.c299 struct termios tty; in qemu_openpty_raw() local
313 tcgetattr(*aslave, &tty); in qemu_openpty_raw()
314 cfmakeraw(&tty); in qemu_openpty_raw()
315 tcsetattr(*aslave, TCSAFLUSH, &tty); in qemu_openpty_raw()
H A Dbaum.c239 int tty = BRLAPI_TTY_DEFAULT; in baum_deferred_init() local
259 tty = qemu_console_get_window_id(con); in baum_deferred_init()
260 if (tty == -1) in baum_deferred_init()
261 tty = BRLAPI_TTY_DEFAULT; in baum_deferred_init()
264 if (brlapi__enterTtyMode(baum->brlapi, tty, NULL) == -1) { in baum_deferred_init()
H A Dchar-stdio.c58 struct termios tty; in qemu_chr_set_echo_stdio() local
61 tty = oldtty; in qemu_chr_set_echo_stdio()
63 tty.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP in qemu_chr_set_echo_stdio()
65 tty.c_oflag |= OPOST; in qemu_chr_set_echo_stdio()
66 tty.c_lflag &= ~(ECHO | ECHONL | ICANON | IEXTEN); in qemu_chr_set_echo_stdio()
67 tty.c_cflag &= ~(CSIZE | PARENB); in qemu_chr_set_echo_stdio()
68 tty.c_cflag |= CS8; in qemu_chr_set_echo_stdio()
69 tty.c_cc[VMIN] = 1; in qemu_chr_set_echo_stdio()
70 tty.c_cc[VTIME] = 0; in qemu_chr_set_echo_stdio()
73 tty.c_lflag &= ~ISIG; in qemu_chr_set_echo_stdio()
[all …]
H A Dchar-serial.c61 struct termios tty = {0}; in tty_serial_init() local
68 tcgetattr(fd, &tty); in tty_serial_init()
138 cfsetispeed(&tty, spd); in tty_serial_init()
139 cfsetospeed(&tty, spd); in tty_serial_init()
143 tty.c_oflag &= ~OPOST; in tty_serial_init()
149 tty.c_cflag |= CS8; in tty_serial_init()
152 tty.c_cflag |= CS7; in tty_serial_init()
155 tty.c_cflag |= CS6; in tty_serial_init()
158 tty.c_cflag |= CS5; in tty_serial_init()
166 tty.c_cflag |= PARENB; in tty_serial_init()
[all …]
/qemu/docs/system/s390x/
H A D3270.rst42 This should get you an additional tty for logging into the guest.
45 an additional tty, you can also append ``conmode=3270 condev=000a`` to