]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm,serial: Implement 16550A FIFO support
authorPekka Enberg <penberg@kernel.org>
Tue, 11 Jan 2011 18:52:06 +0000 (20:52 +0200)
committerPekka Enberg <penberg@kernel.org>
Tue, 11 Jan 2011 21:14:11 +0000 (23:14 +0200)
commit834635fd2f6e12cc450ae31f38f786c1e560edc4
tree42d4f09602aeac3069cfcd9c407556733cf07d4a
parent1872154bae4296043010e4f981224e97cf6323c2
kvm,serial: Implement 16550A FIFO support

This patch implements 16550A FIFO support to the serial console emulation
layer. There's still a bug lurking somewhere which the hypervisor in some busy
loop taking up 100% of CPU. However, this patch is a definite improvement over
the previous hacks.

Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/8250-serial.c