qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/5] Convert bamboo to qdev
@ 2012-01-10 19:44 Alexander Graf
  2012-01-10 19:44 ` [Qemu-devel] [PATCH 1/5] PPC: bamboo: remove old machine descriptions Alexander Graf
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Alexander Graf @ 2012-01-10 19:44 UTC (permalink / raw)
  To: qemu-devel@nongnu.org Developers; +Cc: qemu-ppc

During discussions on the weekly QEMU call today Anthony brought up
the fact that bamboo isn't qdev'ified, which kept him from QOM'ing it.

This patch set cleans up bamboo for a bit and also qdev'ifies the PCI
parts of it. I'm not sure about the PIC and serial devices, since I
haven't found example code for those yet.

This patch set bases on top of my previous bamboo-on-tcg patches.

Alexander Graf (5):
  PPC: bamboo: remove old machine descriptions
  PPC: bamboo: fix whitespace
  PPC: 4xx: Qdevify the 440 PCI host controller
  PPC: Bamboo: fold ppc440.c and ppc440_bamboo.c into a single file
  PPC: Bamboo: Integrate SoC instatiation, use qdev for PCI

 Makefile.target    |    2 +-
 hw/ppc440.c        |  107 --------------------------------------------
 hw/ppc440.h        |   21 ---------
 hw/ppc440_bamboo.c |  108 +++++++++++++++++++++++++++++++++-----------
 hw/ppc4xx_pci.c    |  125 +++++++++++++++++++++++++++-------------------------
 hw/virtex_ml507.c  |    1 -
 6 files changed, 147 insertions(+), 217 deletions(-)
 delete mode 100644 hw/ppc440.c
 delete mode 100644 hw/ppc440.h

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

end of thread, other threads:[~2012-01-10 19:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-10 19:44 [Qemu-devel] [PATCH 0/5] Convert bamboo to qdev Alexander Graf
2012-01-10 19:44 ` [Qemu-devel] [PATCH 1/5] PPC: bamboo: remove old machine descriptions Alexander Graf
2012-01-10 19:44 ` [Qemu-devel] [PATCH 2/5] PPC: bamboo: fix whitespace Alexander Graf
2012-01-10 19:44 ` [Qemu-devel] [PATCH 3/5] PPC: 4xx: Qdevify the 440 PCI host controller Alexander Graf
2012-01-10 19:44 ` [Qemu-devel] [PATCH 4/5] PPC: Bamboo: fold ppc440.c and ppc440_bamboo.c into a single file Alexander Graf
2012-01-10 19:44 ` [Qemu-devel] [PATCH 5/5] PPC: Bamboo: Integrate SoC instatiation, use qdev for PCI Alexander Graf

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).