From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38687) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXYLf-0006XS-MY for qemu-devel@nongnu.org; Thu, 24 May 2012 09:45:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SXYLc-0005nu-RH for qemu-devel@nongnu.org; Thu, 24 May 2012 09:45:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:8255) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SXYLc-0005nS-JH for qemu-devel@nongnu.org; Thu, 24 May 2012 09:45:00 -0400 Message-ID: <4FBE3B57.6020001@redhat.com> Date: Thu, 24 May 2012 15:44:55 +0200 From: Paolo Bonzini 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> In-Reply-To: <4FBE305D.3020705@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-15 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: Anthony Liguori Cc: Markus Armbruster , afaerber@suse.de, qemu-devel@nongnu.org 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? Paolo