From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44921) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6nk2-0003qv-Uo for qemu-devel@nongnu.org; Tue, 06 Aug 2013 16:20:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V6njw-0007vg-Rv for qemu-devel@nongnu.org; Tue, 06 Aug 2013 16:20:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55979) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6njw-0007vY-Js for qemu-devel@nongnu.org; Tue, 06 Aug 2013 16:20:20 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r76KKI0Y019468 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 6 Aug 2013 16:20:19 -0400 Date: Tue, 6 Aug 2013 16:13:32 -0400 From: Luiz Capitulino Message-ID: <20130806161332.250cdb09@redhat.com> In-Reply-To: <1375785431-8390-1-git-send-email-lersek@redhat.com> References: <1375785431-8390-1-git-send-email-lersek@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 for-qmp-1.6 0/4] dump-guest-memory: correct the vmcores List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek Cc: pbonzini@redhat.com, qemu-devel@nongnu.org On Tue, 6 Aug 2013 12:37:07 +0200 Laszlo Ersek wrote: > v2->v3 [Paolo]: > - The memory API guarantees an increasing traversal. Drop the hash > tables and build the final list directly in the region_add callback, > merging any adjacent region only with the last element on the list. > (Patch #3.) I've applied this series to the qmp branch for 1.6. Thanks Laszlo.