From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44482) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0tUA-0004st-Tv for qemu-devel@nongnu.org; Wed, 08 Jan 2014 08:48:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0tU1-0002KT-Me for qemu-devel@nongnu.org; Wed, 08 Jan 2014 08:47:54 -0500 Received: from mail-ee0-x232.google.com ([2a00:1450:4013:c00::232]:56308) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0tU1-0002KJ-Fs for qemu-devel@nongnu.org; Wed, 08 Jan 2014 08:47:45 -0500 Received: by mail-ee0-f50.google.com with SMTP id c41so687405eek.23 for ; Wed, 08 Jan 2014 05:47:44 -0800 (PST) Sender: Paolo Bonzini Message-ID: <52CD56F9.9020800@redhat.com> Date: Wed, 08 Jan 2014 14:47:37 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1387503694-11203-1-git-send-email-agraf@suse.de> <87lhzelc2k.fsf@blackfin.pond.sub.org> <52B6EC8F.8080107@redhat.com> <87k3ebddw0.fsf@blackfin.pond.sub.org> <52CC3275.9010502@redhat.com> <87sisyc2m3.fsf@blackfin.pond.sub.org> <52CD553D.3050207@suse.de> In-Reply-To: <52CD553D.3050207@suse.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v2] qdev: Keep global allocation counter per bus List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-15?Q?Andreas_F=E4rber?= Cc: Alexander Graf , Peter Crosthwaite , Markus Armbruster , Anthony Liguori , QEMU Developers Il 08/01/2014 14:40, Andreas Färber ha scritto: > > Either you fix "info qtree" to cope with your change to the device > > graph, or the change needs to be reverted until somebody fixes it or it > > goes away. > Sharing a backtrace would be a start, rather than just throwing around > the word "crash" to justify reverting patches. :) I mentioned the root cause in the previous message: a Device cannot be added to main_system_bus, but that's what the patch does. The fix isn't trivial, because most of the affected board are not even qdevified. Paolo