Skip to content
Commit a5f4f263 authored by David Daney's avatar David Daney Committed by Will Deacon
Browse files

kvm tools: Modify term_putc to write more than one char



It is a performance enhancement. When running in a simulator, each
system call to write a character takes a lot of time.  Batching them
up decreases the overhead (in the root kernel) of each virtio console
write.

Signed-off-by: default avatarDavid Daney <david.daney@cavium.com>
Signed-off-by: default avatarAndreas Herrmann <andreas.herrmann@caviumnetworks.com>
Signed-off-by: default avatarPekka Enberg <penberg@kernel.org>
parent 1ade2d7d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment