From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52462) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqfK5-0007sR-5A for qemu-devel@nongnu.org; Wed, 11 Dec 2013 03:39:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqfJx-0001ZG-Qe for qemu-devel@nongnu.org; Wed, 11 Dec 2013 03:39:13 -0500 Received: from mail-pb0-f41.google.com ([209.85.160.41]:49464) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqfJx-0001Yo-Kc for qemu-devel@nongnu.org; Wed, 11 Dec 2013 03:39:05 -0500 Received: by mail-pb0-f41.google.com with SMTP id jt11so9511718pbb.14 for ; Wed, 11 Dec 2013 00:39:04 -0800 (PST) Message-ID: <52A824A0.8040803@ozlabs.ru> Date: Wed, 11 Dec 2013 19:38:56 +1100 From: Alexey Kardashevskiy MIME-Version: 1.0 References: <1385364460-24332-1-git-send-email-aik@ozlabs.ru> <1385364460-24332-3-git-send-email-aik@ozlabs.ru> <529DA675.8030705@redhat.com> <529DE041.70006@suse.de> <529DE3F0.2050101@redhat.com> <529DEC1A.2030306@suse.de> <529DF195.3090107@redhat.com> <52A7F622.4040203@ozlabs.ru> <52A818A0.9090309@redhat.com> <52A81B48.8090407@ozlabs.ru> In-Reply-To: <52A81B48.8090407@ozlabs.ru> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/5] machine: introduce get_fw_dev_path() callback List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Peter Crosthwaite , Nikunj A Dadhania , qemu-devel@nongnu.org, qemu-ppc@nongnu.org, Anthony Liguori , Paul Mackerras , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , =?UTF-8?B?SGVydsOpIFBvdXNzaW5lYXU=?= On 12/11/2013 06:59 PM, Alexey Kardashevskiy wrote: > On 12/11/2013 06:47 PM, Paolo Bonzini wrote: >> Il 11/12/2013 06:20, Alexey Kardashevskiy ha scritto: >>> >>> Any progress on this? >>> >>> I am asking since the patchset about bootindex you gave me yesterday prints >>> "(process:38896): GLib-CRITICAL **: g_hash_table_foreach: assertion >>> `version == hash_table->version' failed" which I "fixed" by moving the >>> machine object creation chunk before kvm_init() in vl.c. >>> >>> btw what do I do with that patchset now? I works for me (except the issue >>> above), do I have to repost it again? Thanks. >> >> Please do, but we need to sort out the get_fw_dev_path suffixes first. >> I'll be on IRC in ~1 hour. > > > And this is not it, "make check" on x86 fails: > > GTESTER tests/test-bitops > LINK tests/test-qdev-global-props > hw/core/qdev.o: In function `qdev_get_fw_dev_path_from_handler': > /home/alexey/p/qemu/hw/core/qdev.c:514: undefined reference to > `fw_path_provider_try_get_dev_path' > collect2: error: ld returned 1 exit status And "make check" on ppc64 fails: GTESTER check-qtest-ppc64 (process:34077): GLib-CRITICAL **: g_hash_table_foreach: assertion `version == hash_table->version' failed Unable to find PowerPC CPU definition Broken pipe GTester: last random seed: R02S285a6f9556504cf9918b792d3bbff9f3 (process:34081): GLib-CRITICAL **: g_hash_table_foreach: assertion `version == hash_table->version' failed Unable to find PowerPC CPU definition Broken pipe GTester: last random seed: R02S4b1c4b660fcbbbf3907b024c4dd96e69 Oh :) -- Alexey