aboutsummaryrefslogtreecommitdiff
path: root/hw/ppce500_mpc8544ds.c
AgeCommit message (Expand)Author
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-06-17PPC: E500: Use MAS registers instead of internal TLB representationAlexander Graf
2011-06-17PPC: mpc8544ds: Add hypervisor nodeAlexander Graf
2011-06-17PPC: E500: Implement reboot controllerAlexander Graf
2011-06-03PPC: fix mpc8544ds pci default devicesAlexander Graf
2011-05-12PPC: Qdev'ify e500 pciAlexander Graf
2011-05-12PPC MPC7544DS: Use new TLB helper functionAlexander Graf
2011-05-12PPC: Make MPC8544DS emulation work w/o KVMAlexander Graf
2011-05-12PPC: Make MPC8544DS obey -cpu switchAlexander Graf
2011-04-08Don't call cpu_synchronize_state() from machine init.Scott Wood
2010-12-11isa_mmio: Always use little endianAlexander Graf
2010-10-13Delete write only variablesBlue Swirl
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson
2010-03-21Compile serial only onceBlue Swirl
2010-03-21Compile isa_mmio only onceBlue Swirl
2010-03-16load_elf: replace the address addend by a translation functionAurelien Jarno
2010-02-27powerpc/e500: adjust fdt and ramdisk loading addrLiu Yu
2010-02-27powerpc: fix compilation with CONFIG_FDT undefinedAurelien Jarno
2010-02-27powerpc/booke: move fdt loading to rom infrastructureLiu Yu
2010-02-27target-ppc: add synchronize register for booke initLiu Yu
2009-10-05Fix pci_add nic not to exit on bad modelMarkus Armbruster
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-20Compile loader only onceBlue Swirl
2009-08-10qdev-ify virtio-blk.Gerd Hoffmann
2009-07-27Rename HAVE_FDT to CONFIG_FDT and define it also in MakefileJuan Quintela
2009-07-27kill drives_tableGerd Hoffmann
2009-06-22Support addr=... in option argument of -drive if=virtioMarkus Armbruster
2009-06-22Support addr=... in option argument of -net nicMarkus Armbruster
2009-05-30Use relative path for biosPaul Brook
2009-05-21Convert machine registration to use module init functionsAnthony Liguori
2009-05-18Separate virtio PCI codePaul Brook
2009-05-14Virtio-blk qdev conversionPaul Brook
2009-05-13Remove vga_ram_sizePaul Brook
2009-04-11Remove redundant ram_require machine properly.pbrook
2009-04-10Wean device tree code off phys_ram_base.pbrook
2009-04-10More phys_ram_base elimination.pbrook
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir1
2009-03-02kvm/powerpc: Add MPC8544DS board supportaurel32