From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50752) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tl4ZS-0004Dr-MJ for qemu-devel@nongnu.org; Tue, 18 Dec 2012 16:19:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tl4ZR-0004su-LC for qemu-devel@nongnu.org; Tue, 18 Dec 2012 16:19:26 -0500 Received: from mail-wi0-f178.google.com ([209.85.212.178]:54715) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tl4ZR-0004sA-Ez for qemu-devel@nongnu.org; Tue, 18 Dec 2012 16:19:25 -0500 Received: by mail-wi0-f178.google.com with SMTP id hn3so723840wib.17 for ; Tue, 18 Dec 2012 13:19:24 -0800 (PST) Sender: Paolo Bonzini Message-ID: <50D0DDD8.2040307@redhat.com> Date: Tue, 18 Dec 2012 22:19:20 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1354740282-20679-1-git-send-email-pbonzini@redhat.com> <1354740282-20679-11-git-send-email-pbonzini@redhat.com> <50D0DB2B.1030304@suse.de> In-Reply-To: <50D0DB2B.1030304@suse.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 10/11] cpu: do not use object_delete List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-15?Q?Andreas_F=E4rber?= Cc: Igor Mammedov , aliguori@us.ibm.com, qemu-devel@nongnu.org, Eduardo Habkost Il 18/12/2012 22:07, Andreas Färber ha scritto: >> > CPUs are never added to the composition tree, so delete is achieved >> > simply by removing the last references to them. >> > >> > Signed-off-by: Paolo Bonzini > Reviewed-by: Andreas Färber > > Note however that x86 is undergoing major changes and other targets are > growing needs to ... "deconstruct" :) CPUs, too. So this is very likely > to conflict. As I understand it, I can't just unparent a CPU today as it > would not get freed? Honestly I don't remember. :) Paolo