From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPUXc-0003Vz-Fz for qemu-devel@nongnu.org; Tue, 09 Apr 2013 05:08:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPULl-0003KO-SN for qemu-devel@nongnu.org; Tue, 09 Apr 2013 04:57:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:9580) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPULl-0003KC-Jx for qemu-devel@nongnu.org; Tue, 09 Apr 2013 04:56:21 -0400 Message-ID: <5163D7A4.6080001@redhat.com> Date: Tue, 09 Apr 2013 10:56:04 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1365418028-2546-1-git-send-email-pbonzini@redhat.com> <87ip3wm6g1.fsf@blackfin.pond.sub.org> In-Reply-To: <87ip3wm6g1.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] migration: initialize RAM to zero List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: kwolf@redhat.com, aliguori@us.ibm.com, quintela@redhat.com, stefanha@gmail.com, pl@kamp.de, qemu-devel@nongnu.org, owasserm@redhat.com Il 09/04/2013 10:52, Markus Armbruster ha scritto: >> > This also removes the need to do something special on valgrind >> > (see commit c2a8238a, Support running QEMU on Valgrind, 2011-10-31). > Suggest to state explicitly that you effectively revert it. > > You left #define CONFIG_VALGRIND in, even though it's no longer used. > Intentional? Oh, there's both CONFIG_VALGRIND and CONFIG_VALGRIND_H. Nice. I'll send v2. Paolo