From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6odn-00045G-4R for qemu-devel@nongnu.org; Tue, 06 Aug 2013 17:18:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V6odh-0005QR-4v for qemu-devel@nongnu.org; Tue, 06 Aug 2013 17:18:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61474) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6odg-0005QJ-TM for qemu-devel@nongnu.org; Tue, 06 Aug 2013 17:17:57 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r76LHtTb015202 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 6 Aug 2013 17:17:56 -0400 Message-ID: <52016897.7070609@redhat.com> Date: Tue, 06 Aug 2013 23:20:23 +0200 From: Laszlo Ersek MIME-Version: 1.0 References: <1375785431-8390-1-git-send-email-lersek@redhat.com> <20130806161332.250cdb09@redhat.com> In-Reply-To: <20130806161332.250cdb09@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 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: qemu-devel@nongnu.org Cc: Paolo Bonzini , Luiz Capitulino On 08/06/13 22:13, Luiz Capitulino wrote: > 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. Thank you both! Laszlo