From: Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>
To: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
jeremy.kerr-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org
Subject: [PATCH 0/2] QEMU patches to generate device tree data
Date: Sat, 03 Apr 2010 01:19:25 -0600 [thread overview]
Message-ID: <20100403071537.27923.48206.stgit@angua> (raw)
Hi Jeremy,
Here are a couple of patches to your QEMU tree that add basic support
for creating device nodes at run time based on the data in the qemu
device model. I'm still refining these, and the irq handling is a
bit of a hack, but I wanted to get these out to you so that you could
take a look and provide some initial feedback.
Cheers,
g.
---
Grant Likely (2):
arm-dt: auto-populate the device tree with qdev data
devicetree: Add 8k instead of double dtb size when reserving extra memory
device_tree.c | 4 +-
hw/arm_boot.c | 3 +
hw/qdev.c | 127 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
hw/qdev.h | 9 ++++
hw/sysbus.c | 84 ++++++++++++++++++++++++++++++++++++++
5 files changed, 225 insertions(+), 2 deletions(-)
--
Signature
next reply other threads:[~2010-04-03 7:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-03 7:19 Grant Likely [this message]
2010-04-03 7:20 ` [PATCH 1/2] qemu: devicetree: Add 8k instead of double dtb size when reserving extra memory Grant Likely
2010-04-03 7:20 ` [PATCH 2/2] qemu: arm-dt: auto-populate the device tree with qdev data Grant Likely
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=20100403071537.27923.48206.stgit@angua \
--to=grant.likely-s3s/wqlpoipyb63q8fvjnq@public.gmane.org \
--cc=devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org \
--cc=jeremy.kerr-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.