From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSo1U-0002Fm-9n for qemu-devel@nongnu.org; Fri, 11 May 2012 07:28:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SSo1O-0005ng-4w for qemu-devel@nongnu.org; Fri, 11 May 2012 07:28:35 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:55062) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSo1N-0005nM-SX for qemu-devel@nongnu.org; Fri, 11 May 2012 07:28:30 -0400 Received: by dadv2 with SMTP id v2so4091336dad.4 for ; Fri, 11 May 2012 04:28:28 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4FACF7D5.7070902@redhat.com> Date: Fri, 11 May 2012 13:28:21 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1333451753-3550-1-git-send-email-pbonzini@redhat.com> <1333451753-3550-8-git-send-email-pbonzini@redhat.com> <4F7B663E.5020207@codemonkey.ws> <4FAC2BF1.2010507@siemens.com> In-Reply-To: <4FAC2BF1.2010507@siemens.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 07/25] qdev: use object_property_print in info qtree List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org, Anthony Liguori , afaerber@suse.de Il 10/05/2012 22:58, Jan Kiszka ha scritto: >>> >> Otherwise, non-string properties without a legacy counterpart are missed. >>> >> Also fix error propagation in object_property_print itself, otherwise >>> >> pointer properties are printed as "". >>> >> >>> >> Signed-off-by: Paolo Bonzini >> > >> > Reviewed-by: Anthony Liguori >> > > The bug that this fixes is still present in current 1.1-rc. Any chance > that the patch makes it into the release? Andreas, are you queueing this patch and 6/25 for 1.1-rc2? Paolo