]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Separate KVM code from the main loop
authorPekka Enberg <penberg@cs.helsinki.fi>
Thu, 25 Mar 2010 15:40:51 +0000 (17:40 +0200)
committerPekka Enberg <penberg@cs.helsinki.fi>
Thu, 25 Mar 2010 15:40:51 +0000 (17:40 +0200)
commit1a917207e87febe2166d70816f837f1ffff7e818
treeb39d706fa38e17b4cba74e5c88dde40cd5da4bfe
parent3f16d03f6402b6eaeb6acb63f7bcfce22a290a31
Separate KVM code from the main loop

This patch separates the KVM code in its own file and cleans everything up a
bit while at it.

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
tools/kvm/Makefile
tools/kvm/include/kvm/kvm.h [new file with mode: 0644]
tools/kvm/kvm.c
tools/kvm/main.c [new file with mode: 0644]