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

[Minios-devel] [PATCH 2/4] mini-os: Enable console to be configured as raw tty using termios



Add a flag that records with a console is configured in raw mode.

Signed-off-by: Simon Waterman <watermansrdev@xxxxxxxxx>
---
 include/console.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/console.h b/include/console.h
index eb327a8..bc8f1f9 100644
--- a/include/console.h
+++ b/include/console.h
@@ -56,6 +56,8 @@ struct consfront_dev {
 
     xenbus_event_queue events;
 
+    uint8_t is_raw;
+
 #ifdef HAVE_LIBC
     int fd;
 #endif
-- 
2.7.4


_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/cgi-bin/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.