Statistics
| Branch: | Revision:

root / util / qemu-openpty.c @ feature-archipelago

History | View | Annotate | Download (3.8 kB)

# Date Author Comment
4efeabbb 06/14/2013 01:28 pm Michael Tokarev

create qemu_openpty_raw() helper function and move it to a separate file

In two places qemu uses openpty() which is very system-dependent,
and in both places the pty is switched to raw mode as well.
Make a wrapper function which does both steps, and move all the...