From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60346) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UP9OG-0002N8-VD for qemu-devel@nongnu.org; Mon, 08 Apr 2013 06:33:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UP9OD-0001o0-CU for qemu-devel@nongnu.org; Mon, 08 Apr 2013 06:33:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:17868) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UP9OD-0001nn-5G for qemu-devel@nongnu.org; Mon, 08 Apr 2013 06:33:29 -0400 Message-ID: <51629CE7.40205@redhat.com> Date: Mon, 08 Apr 2013 12:33:11 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1364291919-19563-1-git-send-email-pl@kamp.de> <1364291919-19563-7-git-send-email-pl@kamp.de> <20130405192327.GG2351@dhcp-200-207.str.redhat.com> <515F2D47.2000002@redhat.com> <516281F3.9030503@redhat.com> <20A68F8D-6ED4-4ABD-AC65-4E9F26631F93@kamp.de> In-Reply-To: <20A68F8D-6ED4-4ABD-AC65-4E9F26631F93@kamp.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCHv5 06/10] migration: search for zero instead of dup pages List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven Cc: Kevin Wolf , Anthony Liguori , quintela@redhat.com, Stefan Hajnoczi , qemu-devel@nongnu.org, Orit Wasserman Il 08/04/2013 11:25, Peter Lieven ha scritto: >> > Actually we can use mmap+munmap to allocate a well-aligned, always zero >> > block for the RAM. > like this? This doesn't align it. I'll send a patch shortly. Paolo