]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Use the Gitish freamwork to run the virtual machine
authorPrasad Joshi <prasadjoshi124@gmail.com>
Fri, 8 Apr 2011 16:43:09 +0000 (17:43 +0100)
committerPekka Enberg <penberg@kernel.org>
Fri, 8 Apr 2011 16:49:18 +0000 (19:49 +0300)
commitff56002fb484e4dca6c7561d639fcc8a5fd0ad07
tree31f3400ab7ccc4d3993ddef39d6678dceda53bb0
parent65d20b35aa4da21aec9230adc2cbdbd0fecd9d3e
kvm tools: Use the Gitish freamwork to run the virtual machine

- kvm-run.[ch] Adds a new kvm command called 'run'. The most of the code is
  copied from main.c.

- main.c is modified to use the functionality provided by framework.
  The old code from main.c is moved to kvm-run.c.

Signed-off-by: Prasad Joshi <prasadjoshi124@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/Makefile
tools/kvm/include/kvm/kvm-run.h [new file with mode: 0644]
tools/kvm/kvm-run.c [new file with mode: 0644]
tools/kvm/main.c