From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLs6V-0000hG-DL for qemu-devel@nongnu.org; Tue, 17 Sep 2013 06:02:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VLs6P-0001V9-Et for qemu-devel@nongnu.org; Tue, 17 Sep 2013 06:01:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:3584) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VLs6P-0001Uv-8J for qemu-devel@nongnu.org; Tue, 17 Sep 2013 06:01:49 -0400 Message-ID: <52382894.1000003@redhat.com> Date: Tue, 17 Sep 2013 12:01:56 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1378211609-16121-1-git-send-email-pbonzini@redhat.com> <5237FA65.9080704@linux.vnet.ibm.com> In-Reply-To: <5237FA65.9080704@linux.vnet.ibm.com> Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 00/38] Delay destruction of memory regions to instance_finalize List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wenchao Xia Cc: qemu-devel@nongnu.org, mst@redhat.com Il 17/09/2013 08:44, Wenchao Xia ha scritto: > Just one question: where is the caller of .instance_finalize(), did > I missed that patch? It's called by qom/object.c. Paolo