From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Slfne-0002re-Os for qemu-devel@nongnu.org; Mon, 02 Jul 2012 08:32:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Slfnd-0008RU-06 for qemu-devel@nongnu.org; Mon, 02 Jul 2012 08:32:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35246) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Slfnc-0008RI-PF for qemu-devel@nongnu.org; Mon, 02 Jul 2012 08:32:16 -0400 Message-ID: <4FF194CA.3090404@redhat.com> Date: Mon, 02 Jul 2012 14:32:10 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1340664222-25098-1-git-send-email-aliguori@us.ibm.com> <1340664222-25098-5-git-send-email-aliguori@us.ibm.com> In-Reply-To: <1340664222-25098-5-git-send-email-aliguori@us.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 4/4] vl: add -late-object to create QOM objects after machine init List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Kevin Wolf , Stefan Hajnoczi , qemu-devel@nongnu.org, Markus Armbruster , Amit Shah , Andreas Faerber Il 26/06/2012 00:43, Anthony Liguori ha scritto: > In order to create qdev objects via -late-object, we almost always have to > specify the parent_bus which is usually created during machine init. Until we > properly support two stage init, introduce a -late-object option that allows for > creation of objects post-machine init. This is only needed for -device, no? So we can avoid introducing it and just use -device. Paolo