aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ppc440_bamboo.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-20Compile loader only onceBlue Swirl1-3/+5
2009-08-10qdev-ify virtio-blk.Gerd Hoffmann1-11/+0
2009-07-27Rename HAVE_FDT to CONFIG_FDT and define it also in MakefileJuan Quintela1-1/+1
2009-07-27kill drives_tableGerd Hoffmann1-2/+3
2009-06-22Support addr=... in option argument of -drive if=virtioMarkus Armbruster1-1/+3
2009-06-22Support addr=... in option argument of -net nicMarkus Armbruster1-1/+1
2009-06-17Allow user to specify CPU modelBlue Swirl1-1/+1
2009-05-30Use relative path for biosPaul Brook1-10/+9
2009-05-21Convert machine registration to use module init functionsAnthony Liguori1-1/+8
2009-05-18Separate virtio PCI codePaul Brook1-2/+2
2009-05-14Virtio-console conversionPaul Brook1-3/+3
2009-05-14Virtio-blk qdev conversionPaul Brook1-2/+1
2009-05-13Remove vga_ram_sizePaul Brook1-1/+1
2009-04-11Remove redundant ram_require machine properly.pbrook1-1/+0
2009-04-10Wean device tree code off phys_ram_base.pbrook1-3/+6
2009-04-09Use load_image_targphys and avoid phys_ram_base.pbrook1-1/+2
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-2/+0
2009-01-16Fix warningsblueswir11-1/+1
2009-01-15add virtio-console initializer for powerpc (Christian Ehrhardt)aliguori1-0/+7
2009-01-13Make pci_nic_init() use qemu_setup_nic_model() (Mark McLoughlin)aliguori1-8/+3
2008-12-16target-ppc: IBM PowerPC 440EP Bamboo reference board emulationaurel321-0/+190