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

Contain the options within struct kvm itself. This way options are specific
to a given struct kvm and not just global.

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/kvm.h
tools/kvm/kvm.c