All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] QEMU patches to generate device tree data
@ 2010-04-03  7:19 Grant Likely
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Grant Likely @ 2010-04-03  7:19 UTC (permalink / raw)
  To: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ,
	jeremy.kerr-Z7WLFzj8eWMS+FvcfC7Uqw

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

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

end of thread, other threads:[~2010-04-03  7:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-03  7:19 [PATCH 0/2] QEMU patches to generate device tree data Grant Likely
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

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.