]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
kvm tools: remove KVM_EXIT_INTERNAL_ERROR
authorAsias He <asias.hejun@gmail.com>
Thu, 7 Apr 2011 08:33:41 +0000 (16:33 +0800)
committerPekka Enberg <penberg@kernel.org>
Wed, 6 Apr 2011 13:24:23 +0000 (16:24 +0300)
Since we are in tools/kvm, remove the compatibility define

Signed-off-by: Asias He <asias.hejun@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/kvm.c

index 1740e1ff74b31bf8bfcd9d5d9174d8ef3d5c3536..5067b8b0b05b89ea07d1f3815ac0ca73faf310bf 100644 (file)
 #include <fcntl.h>
 #include <time.h>
 
-/*
- * Compatibility code. Remove this when we move to tools/kvm.
- */
-#ifndef KVM_EXIT_INTERNAL_ERROR
-# define KVM_EXIT_INTERNAL_ERROR               17
-#endif
-
 #define DEFINE_KVM_EXIT_REASON(reason) [reason] = #reason
 
 const char *kvm_exit_reasons[] = {