qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Rob Landley <rob@landley.net>
To: qemu-devel@nongnu.org
Cc: Erik de Castro Lopo <mle+tools@mega-nerd.com>
Subject: Re: [Qemu-devel] Fabrice Bellard 's QEMU configuration files
Date: Sat, 11 Oct 2008 23:56:38 -0500	[thread overview]
Message-ID: <200810112356.39698.rob@landley.net> (raw)
In-Reply-To: <20081011104423.38beecf8.mle+tools@mega-nerd.com>

On Friday 10 October 2008 18:44:23 Erik de Castro Lopo wrote:
> Hi all,
>
> Back in June, Fabrice Bellard posted a patch against SVN 4734:
>
>      http://www.archivum.info/qemu-devel@nongnu.org/2008-06/msg00513.html
>
> to add configuration files to qemu.
>
> It seems that this work was never merged into SVN and that patchset
> does not apply to current SVN head.
>
> Does anyone have an updated version of that patch or something similar?
>
> Is there any interest in pushing this kind of functionality into
> qemu mainline?

I point out that device trees are becoming standard in the Linux kernel, and 
being spread from powerpc and sparc to arm, mips, and so on.  I attented a 
BOF about them at OLS, and there's even a mailing list for them now:

https://ozlabs.org/mailman/listinfo/devicetree-discuss

This means the Linux kernel already has data files which describe boards on 
architectures that don't have big defacto standard hardware layouts already 
implemented in C, and lots of 'em are yanking the C implementation in favor 
of using the device tree parser.

Teaching qemu to parse a device tree means you get a ton of free board layouts 
from the linux kernel.  (It also simplifies "-kernel" since lots of platforms 
need the flattened device tree passed in from the firmware...)

Somewhat out-of-date documentation is available here:

http://kernel.org/doc/Documentation/powerpc/booting-without-of.txt

You could ping the above list to see if there's something more recent...

Rob

  reply	other threads:[~2008-10-12  5:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-10 23:44 [Qemu-devel] Fabrice Bellard 's QEMU configuration files Erik de Castro Lopo
2008-10-12  4:56 ` Rob Landley [this message]
2008-10-12 21:27   ` Erik de Castro Lopo
2008-10-13 16:19   ` Hollis Blanchard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200810112356.39698.rob@landley.net \
    --to=rob@landley.net \
    --cc=mle+tools@mega-nerd.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).