From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59216) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXYmC-0000aS-LW for qemu-devel@nongnu.org; Thu, 24 May 2012 10:12:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SXYm2-0005iB-LK for qemu-devel@nongnu.org; Thu, 24 May 2012 10:12:28 -0400 Received: from mail-vc0-f173.google.com ([209.85.220.173]:46169) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXYm2-0005ht-HL for qemu-devel@nongnu.org; Thu, 24 May 2012 10:12:18 -0400 Received: by vcbfo13 with SMTP id fo13so1799340vcb.4 for ; Thu, 24 May 2012 07:12:17 -0700 (PDT) Message-ID: <4FBE41BE.1090901@codemonkey.ws> Date: Thu, 24 May 2012 09:12:14 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1337859784-24097-1-git-send-email-armbru@redhat.com> <1337859784-24097-3-git-send-email-armbru@redhat.com> <4FBE20B0.5010808@redhat.com> <4FBE305D.3020705@codemonkey.ws> <4FBE3B57.6020001@redhat.com> In-Reply-To: <4FBE3B57.6020001@redhat.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH RFC 2/2] qmp: New command qom-new List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Markus Armbruster , afaerber@suse.de, qemu-devel@nongnu.org On 05/24/2012 08:44 AM, Paolo Bonzini wrote: > Il 24/05/2012 14:58, Anthony Liguori ha scritto: >>> >>> We should change that to a parent_bus property, >> >> parent_bus is a property with the QOM bus series > > I missed that... BTW do we need an object_property_add_link_readonly? Do we want it to be a read-only link? I thought everything becomes read-only after realize... BTW, my plan for parent_bus is to eventually remove it from DeviceState and push it into the bus-specific base classes so that instead of link it can become link. Regards, Anthony Liguori > > Paolo