|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [mini-os master] mini-os: add a flag that records when a console is configured in raw mode
commit 8e3b822b09b89f16078adce99b689da6661b57cc
Author: Simon Waterman <watermansrdev@xxxxxxxxx>
AuthorDate: Sun Jun 25 23:02:06 2017 +0100
Commit: Wei Liu <wei.liu2@xxxxxxxxxx>
CommitDate: Tue Jul 4 14:05:51 2017 +0100
mini-os: add a flag that records when a console is configured in raw mode
Signed-off-by: Simon Waterman <watermansrdev@xxxxxxxxx>
Acked-by: Wei Liu <wei.liu2@xxxxxxxxxx>
---
include/console.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/include/console.h b/include/console.h
index eb327a8..539cccd 100644
--- a/include/console.h
+++ b/include/console.h
@@ -43,6 +43,7 @@
#include <xenbus.h>
#include <xen/io/console.h>
#include <stdarg.h>
+#include <stdbool.h>
struct consfront_dev {
domid_t dom;
@@ -56,6 +57,8 @@ struct consfront_dev {
xenbus_event_queue events;
+ bool is_raw;
+
#ifdef HAVE_LIBC
int fd;
#endif
--
generated by git-patchbot for /home/xen/git/mini-os.git#master
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxx
https://lists.xenproject.org/xen-changelog
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |