From 541be9274e8ef227fb1b50ce124fd2cc2dce81a5 Mon Sep 17 00:00:00 2001 From: Christian Borntraeger Date: Thu, 25 Sep 2014 21:07:54 +0200 Subject: kvm/valgrind: don't mark memory as initialized since commit 7dda5dc82a77 ("migration: initialize RAM to zero") the guest memory is defined zero. No need to call valgrind on guest memory. This reverts commit 62fe83318d2f ("qemu: Use valgrind annotations to mark kvm guest memory as defined") thus speeding up kvm start if /valgrind/valgrind.h is available. Signed-off-by: Christian Borntraeger Signed-off-by: Paolo Bonzini --- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 1a9daa516e..f9c092622c 100755 --- a/configure +++ b/configure @@ -3961,12 +3961,11 @@ else fi ######################################## -# check if we have valgrind/valgrind.h and valgrind/memcheck.h +# check if we have valgrind/valgrind.h valgrind_h=no cat > $TMPC << EOF #include -#include int main(void) { return 0; } -- cgit v1.2.1