]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: add init/exit automatic calls
authorSasha Levin <levinsasha928@gmail.com>
Mon, 17 Sep 2012 08:03:29 +0000 (10:03 +0200)
committerPekka Enberg <penberg@kernel.org>
Tue, 18 Sep 2012 07:29:39 +0000 (10:29 +0300)
commit1be5590f3a4fc33650acba8d208717bdea253fc1
tree555d3f149d660c2fcd679b4e0a150f1a6893f200
parent27fca7a27147c83d6e460d0d16be8d045d62b4df
kvm tools: add init/exit automatic calls

This adds a method to call init/exit functions similar to the kernel's init functions.

Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/include/kvm/util-init.h [new file with mode: 0644]
tools/kvm/util/init.c [new file with mode: 0644]