Displaying 1 result from an estimated 1 matches for "qemu_madv_merg".
2011 Aug 23
0
qemu-kvm-0.15 + CentOS 5.6 + vanilla 2.6.35.14 (working, patch included)
....0/exec.c.orig 2011-08-19 11:36:04.000000000 +0200
+++ qemu-kvm-0.15.0/exec.c 2011-08-19 11:36:35.000000000 +0200
@@ -72,6 +72,15 @@
//#define DEBUG_IOPORT
//#define DEBUG_SUBPAGE
+#include <asm-generic/mman-common.h>
+#ifndef MADV_MERGEABLE
+#error MADV_MERGEABLE
+#endif
+
+#ifndef QEMU_MADV_MERGEABLE
+#error QEMU_MADV_MERGEABLE
+#endif
+
#if !defined(CONFIG_USER_ONLY)
/* TB consistency checks only implemented for usermode emulation. */
#undef DEBUG_TB_CHECK
--- qemu-kvm-0.15.0/qemu-common.h.orig 2011-08-19 11:34:22.000000000 +0200
+++ qemu-kvm-0.15.0/qemu-common.h 2011-08-19 11:...