[pve-devel] r5255 - pve-kernel-2.6.18/unstable/kvmdeb/patches

svn-commits at proxmox.com svn-commits at proxmox.com
Mon Oct 11 11:33:52 CEST 2010


Author: dietmar
Date: 2010-10-11 09:33:52 +0000 (Mon, 11 Oct 2010)
New Revision: 5255

Added:
   pve-kernel-2.6.18/unstable/kvmdeb/patches/disable-signaldf.patch
Log:


Added: pve-kernel-2.6.18/unstable/kvmdeb/patches/disable-signaldf.patch
===================================================================
--- pve-kernel-2.6.18/unstable/kvmdeb/patches/disable-signaldf.patch	                        (rev 0)
+++ pve-kernel-2.6.18/unstable/kvmdeb/patches/disable-signaldf.patch	2010-10-11 09:33:52 UTC (rev 5255)
@@ -0,0 +1,38 @@
+Index: kvm-src/qemu/configure
+===================================================================
+--- kvm-src.orig/qemu/configure	2010-10-11 10:31:16.000000000 +0200
++++ kvm-src/qemu/configure	2010-10-11 10:32:03.000000000 +0200
+@@ -1236,33 +1236,6 @@
+   fi
+ fi
+ 
+-##########################################
+-# signalfd probe
+-cat > $TMPC << EOF
+-#define _GNU_SOURCE
+-#include <unistd.h>
+-#include <sys/syscall.h>
+-#include <signal.h>
+-int main(void) { return syscall(SYS_signalfd, -1, NULL, _NSIG / 8); }
+-EOF
+-
+-if $cc $ARCH_CFLAGS -o $TMPE $TMPC 2> /dev/null ; then
+-  signalfd=yes
+-fi
+-
+-##########################################
+-# eventfd probe
+-cat > $TMPC << EOF
+-#define _GNU_SOURCE
+-#include <unistd.h>
+-#include <sys/syscall.h>
+-int main(void) { return syscall(SYS_eventfd, 0); }
+-EOF
+-
+-if $cc $ARCH_CFLAGS -o $TMPE $TMPC 2> /dev/null ; then
+-  eventfd=yes
+-fi
+-
+ # Check if tools are available to build documentation.
+ if [ -x "`which texi2html 2>/dev/null`" ] && \
+    [ -x "`which pod2man 2>/dev/null`" ]; then




More information about the pve-devel mailing list