Skip to content
Commit 56ae43df authored by Rusty Russell's avatar Rusty Russell
Browse files

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: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 17cbca2b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment