]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Don't use i8042 AUX port
authorSasha Levin <levinsasha928@gmail.com>
Wed, 14 Sep 2011 07:24:53 +0000 (10:24 +0300)
committerPekka Enberg <penberg@kernel.org>
Wed, 14 Sep 2011 16:02:36 +0000 (19:02 +0300)
commit82927f66c280618ae5a3f843e3aeb79cfc6430d9
tree8f4acefa08441661f81ce781df51016fbe750ca0
parent7eeef124e30ca2123f2c5623005e9ef28e6a4df8
kvm tools: Don't use i8042 AUX port

We are enabling i8042 even without VNC or SDL so that we could use it's
reset method to reboot the guest.

AUX port might cause delays during boot. Disable it if the user didn't ask
for VNC or SDL.

Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/builtin-run.c