From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MnEMm-0004mp-Af for qemu-devel@nongnu.org; Mon, 14 Sep 2009 12:25:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MnEMh-0004f8-I8 for qemu-devel@nongnu.org; Mon, 14 Sep 2009 12:25:23 -0400 Received: from [199.232.76.173] (port=43082 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MnEMh-0004eu-AP for qemu-devel@nongnu.org; Mon, 14 Sep 2009 12:25:19 -0400 Received: from mail-ew0-f221.google.com ([209.85.219.221]:51979) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MnEMg-0004n3-R5 for qemu-devel@nongnu.org; Mon, 14 Sep 2009 12:25:19 -0400 Received: by ewy21 with SMTP id 21so2905343ewy.8 for ; Mon, 14 Sep 2009 09:25:17 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4AAE1074.3070203@redhat.com> References: <4AAE1074.3070203@redhat.com> From: Blue Swirl Date: Mon, 14 Sep 2009 19:24:57 +0300 Message-ID: Subject: Re: [Qemu-devel] Strange qdev related crash (m48t59 ISA qdev conversion) Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel 2009/9/14 Gerd Hoffmann : > =C2=A0Hi, > >> (gdb) p dev->parent_bus >> $1 =3D (BusState *) 0xffffffff00000000 >> (gdb) p bus >> $2 =3D (BusState *) 0x26da770 > > Property definitions are wrong. Thanks a lot, this fixes the crash!