From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60788) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a2Cur-0001RW-3q for qemu-devel@nongnu.org; Fri, 27 Nov 2015 01:53:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a2Cun-0007xG-48 for qemu-devel@nongnu.org; Fri, 27 Nov 2015 01:53:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34239) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a2Cum-0007x7-Uf for qemu-devel@nongnu.org; Fri, 27 Nov 2015 01:53:53 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 979D38C1BC for ; Fri, 27 Nov 2015 06:53:52 +0000 (UTC) References: <1448592497-2462-1-git-send-email-peterx@redhat.com> <20151127052815.GD14568@ad.usersys.redhat.com> From: Peter Xu Message-ID: <5657FDF8.80001@redhat.com> Date: Fri, 27 Nov 2015 14:53:44 +0800 MIME-Version: 1.0 In-Reply-To: <20151127052815.GD14568@ad.usersys.redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/8] Add basic "detach" support for dump-guest-memory List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: qemu-devel@nongnu.org On 11/27/2015 01:28 PM, Fam Zheng wrote: > Looks good overall! I've replied patches with a few questions. Thanks! > > Fam Thanks! Will wait for more comments and post v3 later. Peter