qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [SeaBIOS] [PATCH v2 2/2] seabios: pciinit: use pci devi


From: Kevin O'Connor
Subject: [Qemu-devel] Re: [SeaBIOS] [PATCH v2 2/2] seabios: pciinit: use pci device initializer helper function.
Date: Sat, 10 Jul 2010 13:14:06 -0400
User-agent: Mutt/1.5.20 (2009-12-10)

On Wed, Jul 07, 2010 at 12:14:02PM +0900, Isaku Yamahata wrote:
> This patch makes use of pci device initialization helper function
> to convert if/switch clause to table driven.
> So this makes it easier to add q35 initialization code.
> 
> Signed-off-by: Isaku Yamahata <address@hidden>

I committed the first patch.  I committed the second patch after
fixing up the compile on it.

You're likely seeing " Working around non-functional -combine" printed
during the build.  When in this mode the build textually includes all
the .c files in order to still take advantage of the -fwhole-program
optimization.  Unfortunately in this mode, improper includes can slip
through.

You might want to try grabbing a newer version of gcc.  I believe both
the latest gcc v4.4 and gcc v4.5 work correctly.

-Kevin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]