diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-04-05 20:56:37 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-04-05 20:56:37 -0500 |
commit | e8dd6a9494ce2c7bd5b5e3377664ba1fb46e9d01 (patch) | |
tree | 593fcbbb710558e72a7193156601433e59986a0c /system/kvm/2.6.30.patch | |
parent | 5cb5fb54da5271e110931e1dcfa6bfccd2b18f47 (diff) |
system/kvm: Removed (deprecated by upstream - use qemu-kvm)
http://www.linux-kvm.org/page/Downloads states:
qemu-kvm is the stable branch of kvm, it's based off of qemu's
point releases with the kvm extras on top; kvm-NN releases were
previously known as the development releases, but are deprecated
today and should not be used.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/kvm/2.6.30.patch')
-rw-r--r-- | system/kvm/2.6.30.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/system/kvm/2.6.30.patch b/system/kvm/2.6.30.patch deleted file mode 100644 index 21228115e5..0000000000 --- a/system/kvm/2.6.30.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur kvm-88.orig/kvm/kernel/external-module-compat-comm.h kvm-88/kvm/kernel/external-module-compat-comm.h ---- kvm-88.orig/kvm/kernel/external-module-compat-comm.h 2009-07-17 20:47:08.000000000 -0300 -+++ kvm-88/kvm/kernel/external-module-compat-comm.h 2009-07-17 20:55:21.000000000 -0300 -@@ -845,7 +845,7 @@ - - #include <linux/tracepoint.h> - --#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,30) -+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,31) - - struct tracepoint; - |