]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: introduce kvm_config to store instance-specific config options
authorSasha Levin <levinsasha928@gmail.com>
Wed, 5 Sep 2012 08:31:35 +0000 (10:31 +0200)
committerPekka Enberg <penberg@kernel.org>
Wed, 5 Sep 2012 13:22:35 +0000 (16:22 +0300)
commit7412a7ccca212d89a2a0cc4893c5515dd82a672d
treef3786f72d46b03151bfef5f2e3e46e8a59b8cb32
parentecd036b58ac975731ba1c712c126171e9f538639
kvm tools: introduce kvm_config to store instance-specific config options

Move all the configurable options from global static variables to a self-contained
structure.

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-config.h [new file with mode: 0644]