]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tool: Implement a serial FIFO emulation
authorThomas Gleixner <tglx@linutronix.de>
Wed, 21 Dec 2011 15:38:10 +0000 (16:38 +0100)
committerPekka Enberg <penberg@kernel.org>
Wed, 21 Dec 2011 20:33:23 +0000 (22:33 +0200)
commitefb8b7e3e033df36d7e505f9d7b225e2a621abae
tree3543d8dfe68e70dd0ba9d67b42a061e0f73e7a29
parenta87d05f5f875500ae600564aeea3098026da880b
kvm tool: Implement a serial FIFO emulation

Adding FIFO functionality to the serial emulator to speed up the
console handling.

This also restricts sysrq functionality to the first serial port and
fixes the sysrq injection, which was broken because nothing ever reset
the BI status bit in the LSR.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/hw/serial.c