]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Add support for PS/2 keyboard system
authorJohn Floren <john@jfloren.net>
Wed, 1 Jun 2011 14:53:56 +0000 (17:53 +0300)
committerPekka Enberg <penberg@kernel.org>
Thu, 2 Jun 2011 08:39:39 +0000 (11:39 +0300)
commit3daf7743aad339be63ab9d4014f9e529aef43726
treeac27387e3baff5c50457475e6a43a9f3d0142ec1
parentb2563d6a95cbdd8d93a922aee2a00f4691149d81
kvm tools: Add support for PS/2 keyboard system

Add support for PS/2 keyboard system with AUX device (aka mouse).
The device works with vnc, the guest must be started with the
'--vnc' parameter for the device to be initialized.

Signed-off-by: John Floren <john@jfloren.net>
[ turn into patch and clean up code ]
Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/Makefile
tools/kvm/hw/i8042.c [new file with mode: 0644]
tools/kvm/hw/vesa.c
tools/kvm/include/kvm/i8042.h [new file with mode: 0644]
tools/kvm/ioport.c
tools/kvm/kvm-run.c