From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SbiCY-0005X1-9E for qemu-devel@nongnu.org; Mon, 04 Jun 2012 21:04:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SbiCW-000421-99 for qemu-devel@nongnu.org; Mon, 04 Jun 2012 21:04:49 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:48031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SbiCW-00041t-2j for qemu-devel@nongnu.org; Mon, 04 Jun 2012 21:04:48 -0400 Received: by dadv2 with SMTP id v2so7121941dad.4 for ; Mon, 04 Jun 2012 18:04:46 -0700 (PDT) Message-ID: <4FCD5B27.3090108@codemonkey.ws> Date: Tue, 05 Jun 2012 09:04:39 +0800 From: Anthony Liguori MIME-Version: 1.0 References: <20120604233318.4C32E40771@buildbot.b1-systems.de> <4FCD58B7.9080802@suse.de> <4FCD59A1.4030804@codemonkey.ws> <2FF97AB9-AB8C-42FF-8EF4-2B863AA439E6@suse.de> In-Reply-To: <2FF97AB9-AB8C-42FF-8EF4-2B863AA439E6@suse.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] buildbot failure in qemu on default_ppc List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: qemu-devel@nongnu.org, Jan Kiszka , =?ISO-8859-1?Q?Andreas_F=E4rber?= , Avi Kivity On 06/05/2012 09:00 AM, Alexander Graf wrote: > > On 05.06.2012, at 02:58, Anthony Liguori wrote: > >> On 06/05/2012 08:54 AM, Andreas Färber wrote: >>> Am 05.06.2012 01:33, schrieb qemu@buildbot.b1-systems.de: >>>> The Buildbot has detected a new failure on builder default_ppc while building qemu. >>>> Full details are available at: >>>> http://buildbot.b1-systems.de/qemu/builders/default_ppc/builds/417 >>>> >>>> Buildbot URL: http://buildbot.b1-systems.de/qemu/ >>>> >>>> Buildslave for this Build: qemu-ppc.opensuse.org >>>> >>>> Build Reason: The Nightly scheduler named 'nightly_default' triggered this build >>>> Build Source Stamp: [branch master] HEAD >>>> Blamelist: >>>> >>>> BUILD FAILED: failed compile >>> >>> CC ppc-softmmu/kvm-all.o >>> /home/build/qemu/default_ppc/build/kvm-all.c:66: error: field 'kroute' >>> has incomplete type >>> /home/build/qemu/default_ppc/build/kvm-all.c: In function 'kvm_init': >>> /home/build/qemu/default_ppc/build/kvm-all.c:1289: error: 'KVMState' has >>> no member named 'direct_msi' >>> make[1]: *** [kvm-all.o] Error 1 >>> make: *** [subdir-ppc-softmmu] Error 2 >> >> Aren't GSI and even MSI very x86-centric concepts? Why is this code in kvm-all.c to begin with? > > Weren't GSIs a logical APIC map thing? I think GSI is an ACPI concept actually. > Either way, MSI is not exactly x86-centric. You can easily do MSI on ppc as well. Okay. Regards, Anthony Liguori