From: Avi Kivity <[email protected]>

This allows building with kvm without requiring updated headers from somewhere.

Signed-off-by: Avi Kivity <[email protected]>

diff --git a/configure b/configure
index e125bd9..d31ca0d 100755
--- a/configure
+++ b/configure
@@ -194,6 +194,9 @@ signalfd="no"
 eventfd="no"
 cpu_emulation="yes"
 
+# qemu-kvm: use local kerneldir
+kerneldir="$(readlink -f kvm/kernel)"
+
 # OS specific
 if check_define __linux__ ; then
   targetos="Linux"
--
To unsubscribe from this list: send the line "unsubscribe kvm-commits" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to