linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: kvm tree build warnings
@ 2009-03-02  6:49 Stephen Rothwell
  2009-03-02  8:00 ` Sheng Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Rothwell @ 2009-03-02  6:49 UTC (permalink / raw)
  To: Avi Kivity; +Cc: linux-next, Sheng Yang

[-- Attachment #1: Type: text/plain, Size: 3151 bytes --]

Hi Avi,

Today's linux-next build (powerpc ppc44x_config) produced these warnings:

In file included from arch/powerpc/kernel/asm-offsets.c:52:
include/linux/kvm_host.h:368: warning: 'struct kvm_ioapic' declared inside parameter list
include/linux/kvm_host.h:368: warning: its scope is only this definition or declaration, which is probably not what you want
In file included from arch/powerpc/kvm/booke.c:24:
include/linux/kvm_host.h:368: warning: 'struct kvm_ioapic' declared inside parameter list
include/linux/kvm_host.h:368: warning: its scope is only this definition or declaration, which is probably not what you want
In file included from arch/powerpc/kvm/booke_emulate.c:21:
include/linux/kvm_host.h:368: warning: 'struct kvm_ioapic' declared inside parameter list
include/linux/kvm_host.h:368: warning: its scope is only this definition or declaration, which is probably not what you want
In file included from arch/powerpc/kvm/44x.c:21:
include/linux/kvm_host.h:368: warning: 'struct kvm_ioapic' declared inside parameter list
include/linux/kvm_host.h:368: warning: its scope is only this definition or declaration, which is probably not what you want
In file included from arch/powerpc/kvm/44x_tlb.c:24:
include/linux/kvm_host.h:368: warning: 'struct kvm_ioapic' declared inside parameter list
include/linux/kvm_host.h:368: warning: its scope is only this definition or declaration, which is probably not what you want
In file included from arch/powerpc/include/asm/kvm_ppc.h:31,
                 from arch/powerpc/kvm/44x_emulate.c:21:
include/linux/kvm_host.h:368: warning: 'struct kvm_ioapic' declared inside parameter list
include/linux/kvm_host.h:368: warning: its scope is only this definition or declaration, which is probably not what you want
In file included from arch/powerpc/kvm/../../../virt/kvm/coalesced_mmio.c:13:
include/linux/kvm_host.h:368: warning: 'struct kvm_ioapic' declared inside parameter list
include/linux/kvm_host.h:368: warning: its scope is only this definition or declaration, which is probably not what you want
In file included from arch/powerpc/kvm/../../../virt/kvm/kvm_main.c:21:
include/linux/kvm_host.h:368: warning: 'struct kvm_ioapic' declared inside parameter list
include/linux/kvm_host.h:368: warning: its scope is only this definition or declaration, which is probably not what you want
In file included from arch/powerpc/kvm/emulate.c:25:
include/linux/kvm_host.h:368: warning: 'struct kvm_ioapic' declared inside parameter list
include/linux/kvm_host.h:368: warning: its scope is only this definition or declaration, which is probably not what you want
In file included from arch/powerpc/kvm/powerpc.c:24:
include/linux/kvm_host.h:368: warning: 'struct kvm_ioapic' declared inside parameter list
include/linux/kvm_host.h:368: warning: its scope is only this definition or declaration, which is probably not what you want

Probably caused by commit 71c8a3f871fab4b54f7cace7d4626e67dfb51b2d ("KVM:
Unify the delivery of IOAPIC and MSI interrupts").
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: linux-next: kvm tree build warnings
  2009-03-02  6:49 linux-next: kvm tree build warnings Stephen Rothwell
@ 2009-03-02  8:00 ` Sheng Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Sheng Yang @ 2009-03-02  8:00 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: Avi Kivity, linux-next, Marcelo Tosatti

On Monday 02 March 2009 14:49:15 Stephen Rothwell wrote:
> Hi Avi,

Hi Stephen

Thanks for the notice! It's my fault...

I would post a patch to fix it. And Avi is offline this week, Marcelo is in 
charge of maintenance now. 

-- 
regards
Yang, Sheng

>
> Today's linux-next build (powerpc ppc44x_config) produced these warnings:
>
> In file included from arch/powerpc/kernel/asm-offsets.c:52:
> include/linux/kvm_host.h:368: warning: 'struct kvm_ioapic' declared inside
> parameter list include/linux/kvm_host.h:368: warning: its scope is only
> this definition or declaration, which is probably not what you want In file
> included from arch/powerpc/kvm/booke.c:24:
> include/linux/kvm_host.h:368: warning: 'struct kvm_ioapic' declared inside
> parameter list include/linux/kvm_host.h:368: warning: its scope is only
> this definition or declaration, which is probably not what you want In file
> included from arch/powerpc/kvm/booke_emulate.c:21:
> include/linux/kvm_host.h:368: warning: 'struct kvm_ioapic' declared inside
> parameter list include/linux/kvm_host.h:368: warning: its scope is only
> this definition or declaration, which is probably not what you want In file
> included from arch/powerpc/kvm/44x.c:21:
> include/linux/kvm_host.h:368: warning: 'struct kvm_ioapic' declared inside
> parameter list include/linux/kvm_host.h:368: warning: its scope is only
> this definition or declaration, which is probably not what you want In file
> included from arch/powerpc/kvm/44x_tlb.c:24:
> include/linux/kvm_host.h:368: warning: 'struct kvm_ioapic' declared inside
> parameter list include/linux/kvm_host.h:368: warning: its scope is only
> this definition or declaration, which is probably not what you want In file
> included from arch/powerpc/include/asm/kvm_ppc.h:31,
>                  from arch/powerpc/kvm/44x_emulate.c:21:
> include/linux/kvm_host.h:368: warning: 'struct kvm_ioapic' declared inside
> parameter list include/linux/kvm_host.h:368: warning: its scope is only
> this definition or declaration, which is probably not what you want In file
> included from arch/powerpc/kvm/../../../virt/kvm/coalesced_mmio.c:13:
> include/linux/kvm_host.h:368: warning: 'struct kvm_ioapic' declared inside
> parameter list include/linux/kvm_host.h:368: warning: its scope is only
> this definition or declaration, which is probably not what you want In file
> included from arch/powerpc/kvm/../../../virt/kvm/kvm_main.c:21:
> include/linux/kvm_host.h:368: warning: 'struct kvm_ioapic' declared inside
> parameter list include/linux/kvm_host.h:368: warning: its scope is only
> this definition or declaration, which is probably not what you want In file
> included from arch/powerpc/kvm/emulate.c:25:
> include/linux/kvm_host.h:368: warning: 'struct kvm_ioapic' declared inside
> parameter list include/linux/kvm_host.h:368: warning: its scope is only
> this definition or declaration, which is probably not what you want In file
> included from arch/powerpc/kvm/powerpc.c:24:
> include/linux/kvm_host.h:368: warning: 'struct kvm_ioapic' declared inside
> parameter list include/linux/kvm_host.h:368: warning: its scope is only
> this definition or declaration, which is probably not what you want
>
> Probably caused by commit 71c8a3f871fab4b54f7cace7d4626e67dfb51b2d ("KVM:
> Unify the delivery of IOAPIC and MSI interrupts").

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-03-02  8:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-02  6:49 linux-next: kvm tree build warnings Stephen Rothwell
2009-03-02  8:00 ` Sheng Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).