linux/Documentation/lguest
Rusty Russell 56ae43dfe2 Example launcher handle guests not being ready for input
We currently discard console and network input when the guest has no
input buffers.  This patch changes that, so that we simply stop
listening to that fd until the guest refills its input buffers.

This is particularly important because hvc_console without interrupts
does backoff polling and so often lose characters if we discard.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2007-10-23 15:49:56 +10:00
..
extract lguest: documentation I: Preparation 2007-07-26 11:35:16 -07:00
lguest.c Example launcher handle guests not being ready for input 2007-10-23 15:49:56 +10:00
lguest.txt lguest.txt update 2007-10-23 15:49:48 +10:00
Makefile Introduce guest mem offset, static link example launcher 2007-10-23 15:49:50 +10:00