commit | 541be9274e8ef227fb1b50ce124fd2cc2dce81a5 | [log] [tgz] |
---|---|---|
author | Christian Borntraeger <borntraeger@de.ibm.com> | Thu Sep 25 21:07:54 2014 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Sep 26 13:35:08 2014 +0200 |
tree | 7854d5e16bc0c653afc3126fa8a9b8c0639775e6 | |
parent | a697d240ff0f913da3f8cf082ed49acceccdd569 [diff] |
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 <includedir>/valgrind/valgrind.h is available. Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>