]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: generate command line options dynamically
authorSasha Levin <levinsasha928@gmail.com>
Wed, 5 Sep 2012 08:31:36 +0000 (10:31 +0200)
committerPekka Enberg <penberg@kernel.org>
Wed, 5 Sep 2012 13:22:35 +0000 (16:22 +0300)
commitae9ec233a78055ed6bd185d4a7cb24569bc71038
tree03385aea5f9f646beaec300cc311cefbd6e38b2d
parent7412a7ccca212d89a2a0cc4893c5515dd82a672d
kvm tools: generate command line options dynamically

Since we now store options in a struct, we should generate the command line options
dynamically. This is a pre-requisite to the following patch moving the options
into struct kvm.

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