From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56938) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgUlb-0001jT-OJ for qemu-devel@nongnu.org; Mon, 28 Sep 2015 05:30:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZgUlV-0002qP-UJ for qemu-devel@nongnu.org; Mon, 28 Sep 2015 05:30:39 -0400 Received: from mail-yk0-f179.google.com ([209.85.160.179]:34524) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgUlV-0002qA-Pk for qemu-devel@nongnu.org; Mon, 28 Sep 2015 05:30:33 -0400 Received: by ykdg206 with SMTP id g206so169009778ykd.1 for ; Mon, 28 Sep 2015 02:30:33 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <560905C5.2030209@redhat.com> References: <1443121042-3409-1-git-send-email-armbru@redhat.com> <1443121042-3409-7-git-send-email-armbru@redhat.com> <56054E5E.3090005@redhat.com> <87y4fu1t3j.fsf@blackfin.pond.sub.org> <560590A6.3030408@redhat.com> <87io6vm08l.fsf@blackfin.pond.sub.org> <560905C5.2030209@redhat.com> From: Peter Maydell Date: Mon, 28 Sep 2015 10:30:13 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v3 6/7] qdev: Protect device-list-properties against broken devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth Cc: Alexander Graf , Eduardo Habkost , Peter Crosthwaite , Markus Armbruster , QEMU Developers , qemu-stable , Christian Borntraeger , "qemu-ppc@nongnu.org" , Antony Pavlov , Stefan Hajnoczi , Cornelia Huck , Paolo Bonzini , Alistair Francis , =?UTF-8?Q?Andreas_F=C3=A4rber?= , Li Guang , Richard Henderson On 28 September 2015 at 10:17, Thomas Huth wrote: > By the way, there are some more spots like this in the code, e.g. in > pxa2xx_fir_instance_init() in hw/arm/pxa2xx.c ... That's an oversight from when it was converted to qdev, I think, and could be fixed. -- PMM