qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Machine config files


From: Anthony Liguori
Subject: Re: [Qemu-devel] Machine config files
Date: Fri, 14 Nov 2008 13:29:12 -0600
User-agent: Thunderbird 2.0.0.17 (X11/20080925)

Blue Swirl wrote:
On 11/14/08, Paul Brook <address@hidden> wrote:
It's come up in other contexts recently, so I think it's worth mentioning that
 I am currently working on adding a machine config file support to qemu.

 I am focusing on the board setup side of things, rather than the user-level
 config side.  My goal is to come up with a system that will allow e.g. the
 entirety of realview.c and gumstix.c to be eliminated.  Currently this is
 based this round Flattened Device Trees (as used by ppc-linux).

 I have looked at the bits that Fabrice did a while ago. While that contains
 some good ideas (which I will probably steal!) it is approaching the problem
 from a somewhat different direction.  FTDs are a much better fit for some of
 my requirements (e.g. being able to pass the config through to the guest OS).

libfdt looks like an excellent choice for both Sparc32 and Sparc64, I
think the whole OF tree can be represented with it.

The config could be passed using the firmware configuration device.

I was looking through libfdt too. I think it could also be used for x86. Hollis, I was looking through the Bamboo code, any reason you don't describe the bus/device layouts in the DTS and then use that to determine what bus/nic to add?

Regards,

Anthony Liguori






reply via email to

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