]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: virtio-console init/exit
authorSasha Levin <levinsasha928@gmail.com>
Wed, 5 Sep 2012 08:31:51 +0000 (10:31 +0200)
committerPekka Enberg <penberg@kernel.org>
Wed, 5 Sep 2012 13:22:37 +0000 (16:22 +0300)
commit77c571da6cc22070f6f8e1b05f98826f2b3ac851
tree38d85c55571a4b5c187252c9da110f2b1bed0704
parent453b26b68e6d869311edc72e82b7717c160b6525
kvm tools: virtio-console init/exit

Make the init/exit of virtio-console self-contained, so the global init code
won't need to check if it was selected or not.

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