aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ppce500_mpc8544ds.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-4/+4
2011-06-17PPC: E500: Use MAS registers instead of internal TLB representationAlexander Graf1-8/+13
2011-06-17PPC: mpc8544ds: Add hypervisor nodeAlexander Graf1-6/+15
2011-06-17PPC: E500: Implement reboot controllerAlexander Graf1-0/+4
2011-06-03PPC: fix mpc8544ds pci default devicesAlexander Graf1-1/+1
2011-05-12PPC: Qdev'ify e500 pciAlexander Graf1-8/+8
2011-05-12PPC MPC7544DS: Use new TLB helper functionAlexander Graf1-1/+1
2011-05-12PPC: Make MPC8544DS emulation work w/o KVMAlexander Graf1-17/+74
2011-05-12PPC: Make MPC8544DS obey -cpu switchAlexander Graf1-1/+5
2011-04-08Don't call cpu_synchronize_state() from machine init.Scott Wood1-2/+0
2010-12-11isa_mmio: Always use little endianAlexander Graf1-1/+1
2010-10-13Delete write only variablesBlue Swirl1-7/+6
2010-07-06qemu_ram_alloc: Add DeviceState and name parametersAlex Williamson1-1/+2
2010-03-21Compile serial only onceBlue Swirl1-6/+8
2010-03-21Compile isa_mmio only onceBlue Swirl1-1/+1
2010-03-16load_elf: replace the address addend by a translation functionAurelien Jarno1-2/+2
2010-02-27powerpc/e500: adjust fdt and ramdisk loading addrLiu Yu1-4/+8
2010-02-27powerpc: fix compilation with CONFIG_FDT undefinedAurelien Jarno1-4/+2
2010-02-27powerpc/booke: move fdt loading to rom infrastructureLiu Yu1-7/+10
2010-02-27target-ppc: add synchronize register for booke initLiu Yu1-0/+2
2009-10-05Fix pci_add nic not to exit on bad modelMarkus Armbruster1-1/+1
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-6/+6
2009-10-01Get rid of _t suffixmalc1-6/+6
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-2/+2
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-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-1/+1
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-10More phys_ram_base elimination.pbrook1-2/+3
2009-03-07Sparse fixes: NULL use, header order, ANSI prototypes, staticblueswir11-0/+2
2009-03-02kvm/powerpc: Add MPC8544DS board supportaurel321-0/+284