summaryrefslogtreecommitdiff
path: root/drivers/char/hvc_lguest.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/hvc_lguest.c')
-rw-r--r--drivers/char/hvc_lguest.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/char/hvc_lguest.c b/drivers/char/hvc_lguest.c
index 1de8967..feeccba 100644
--- a/drivers/char/hvc_lguest.c
+++ b/drivers/char/hvc_lguest.c
@@ -13,6 +13,9 @@
* functions.
:*/
+/*M:002 The console can be flooded: while the Guest is processing input the
+ * Host can send more. Buffering in the Host could alleviate this, but it is a
+ * difficult problem in general. :*/
/* Copyright (C) 2006 Rusty Russell, IBM Corporation
*
* This program is free software; you can redistribute it and/or modify