From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MCfOO-0003g4-Rz for qemu-devel@nongnu.org; Fri, 05 Jun 2009 15:47:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MCfOK-0003cQ-EO for qemu-devel@nongnu.org; Fri, 05 Jun 2009 15:47:56 -0400 Received: from [199.232.76.173] (port=35873 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MCfOK-0003cN-9Z for qemu-devel@nongnu.org; Fri, 05 Jun 2009 15:47:52 -0400 Received: from mail-qy0-f191.google.com ([209.85.221.191]:64256) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MCfOJ-0002p2-VS for qemu-devel@nongnu.org; Fri, 05 Jun 2009 15:47:52 -0400 Received: by qyk29 with SMTP id 29so2503866qyk.4 for ; Fri, 05 Jun 2009 12:47:47 -0700 (PDT) MIME-Version: 1.0 Sender: alex.l.williamson@gmail.com In-Reply-To: <20090605144507.2b12f0d8@redhat.com> References: <20090605144507.2b12f0d8@redhat.com> Date: Fri, 5 Jun 2009 13:47:47 -0600 Message-ID: <7162ab20906051247n4b131196xd9c56bc5958dcb9c@mail.gmail.com> Subject: Re: [Qemu-devel] find_prop() assertion failed From: Alex Williamson 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: Luiz Capitulino Cc: paul@codesourcery.com, qemu-devel@nongnu.org On Fri, Jun 5, 2009 at 11:45 AM, Luiz Capitulino w= rote: > > =C2=A0Hi Paul, > > =C2=A0By starting QEMU with the following command: > > ~/bin/qemu/bin/qemu -hda root_fs-qemu -kernel bzImage -append "root=3D/de= v/sda console=3DttyS0,115200 console=3Dtty 4" -monitor telnet:localhost:455= 5,server -snapshot > > =C2=A0And the running telnet on another terminal: > > ~/ telnet localhost 4555 > > =C2=A0I get 100% of CPU for a while and the following assertion is trigge= d: > > qemu: /home/lcapitulino/src/qemu-qmp/hw/qdev.c:194: find_prop: Assertion = `prop->type =3D=3D type' failed. > > =C2=A0It works if I revert 1431b6a17e6546569e09bcf8fb7773c925658d8f. Stac= k > backtrace follows (although I'm not sure whether it's needed/helps): Yep, me too. I can't figure out any incantation of qemu-system-x86_64 that works with this patch. Alex