]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Use kernel error check functions
authorLan Tianyu <tianyu.lan@intel.com>
Thu, 15 Dec 2011 13:40:14 +0000 (21:40 +0800)
committerPekka Enberg <penberg@kernel.org>
Sat, 17 Dec 2011 07:28:02 +0000 (09:28 +0200)
commit54cfe8dbfe60de0c51d975929e2ed5a3b532cf89
tree2c94c295b48f5a8f77c1512edd2c0193c2cc09fe
parente9668e7db32d5f49a84f84accc1d9740abfd76ff
kvm tools: Use kernel error check functions

Add compiler.h file to support using kernel error check funciotns(e.g
ERR_PTR, PTR_ERR and so on).

Signed-off-by: Lan Tianyu <tianyu.lan@intel.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/include/linux/compiler.h [new file with mode: 0644]