]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: ui improvements
authorSasha Levin <levinsasha928@gmail.com>
Wed, 5 Sep 2012 08:31:58 +0000 (10:31 +0200)
committerPekka Enberg <penberg@kernel.org>
Wed, 5 Sep 2012 13:22:38 +0000 (16:22 +0300)
commitd73b168b3145f7bfe3f0e5d968653a1125b93a4e
treef811e20ead315a5cc0d8e0737cf276402efea4af
parent44d6df631ef23a264d59756fc43b929a3828c412
kvm tools: ui improvements

Move the vesa initialization logic into sdl__init() and vnc__init(), builtin-run
shouldn't have to know about the conditions for initializing vesa on it's own.

Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/builtin-run.c
tools/kvm/hw/vesa.c
tools/kvm/include/kvm/kvm-config.h
tools/kvm/include/kvm/sdl.h
tools/kvm/include/kvm/vnc.h
tools/kvm/ui/sdl.c
tools/kvm/ui/vnc.c