]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: move active_console into struct kvm_config
authorSasha Levin <levinsasha928@gmail.com>
Wed, 5 Sep 2012 08:31:42 +0000 (10:31 +0200)
committerPekka Enberg <penberg@kernel.org>
Wed, 5 Sep 2012 13:22:36 +0000 (16:22 +0300)
commit221b584996f44349cd75150ef2eea0adcf2fab33
treea6170c733ff01b0f0717587ae177379463095dc0
parent2082d699ff120a077869d8220b0c13929ae20edf
kvm tools: move active_console into struct kvm_config

This config option was 'extern'ed between different objects. Clean it up
and move it into struct kvm_config.

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