summaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
2014-10-03ide: Update ide_drive_get to be HBA agnosticJohn Snow3-3/+3
2014-09-20Fix typos and misspellings in commentszhanghailiang1-1/+1
2014-09-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell4-6/+11
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao4-6/+11
2014-09-08Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell7-116/+226
2014-09-08hypervisor property clashes with hypervisor nodeAnton Blanchard1-4/+0
2014-09-08spapr_pci: map the MSI window in each PHBGreg Kurz2-30/+24
2014-09-08spapr_pci: Fix config space corruptionAlexey Kardashevskiy1-2/+6
2014-09-08PPC: Cuda: Use cuda timer to expose tbfreq to guestAlexander Graf3-0/+4
2014-09-08PPC: Mac: Move tbfreq into local variableAlexander Graf2-6/+19
2014-09-08PPC: mac_nvram: Remove unused functionsAlexander Graf1-2/+0
2014-09-08ppc/spapr: Fix MAX_CPUS to 255Nikunj A Dadhania1-1/+1
2014-09-08spapr: Locate RTAS and device-tree based on real RMABenjamin Herrenschmidt1-12/+22
2014-09-08spapr: Fix ibm, associativity for memory nodesAlexey Kardashevskiy1-1/+1
2014-09-08spapr: Add a helper for node0_size calculationAlexey Kardashevskiy1-4/+16
2014-09-08spapr: Split memory nodes to power-of-two blocksAlexey Kardashevskiy1-2/+12
2014-09-08spapr: Refactor spapr_populate_memory() to allow memoryless nodesAlexey Kardashevskiy1-20/+20
2014-09-08spapr: Use DT memory node rendering helper for other nodesAlexey Kardashevskiy1-17/+2
2014-09-08spapr: Move DT memory node rendering to a helperAlexey Kardashevskiy1-20/+28
2014-09-08spapr: fix possible memory leakGonglei1-0/+1
2014-09-08PPC: mac99: Move NVRAM to page boundary when necessaryAlexander Graf1-1/+10
2014-09-08spapr: add uuid/host details to device treeNikunj A Dadhania1-0/+28
2014-09-08hw/ppc/spapr_hcall.c: Fix typo in function namesPeter Maydell1-11/+11
2014-09-08ppc: spapr-rtas - implement os-term rtas callNikunj A Dadhania2-0/+24
2014-09-08PPC: KVM: Fix g3beige and mac99 when HV is loadedAlexander Graf2-0/+14
2014-09-02Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+2
2014-08-28iommu: add is_write as a parameter to the translate function of MemoryRegionI...Le Tan1-1/+2
2014-08-25spapr: Add support for new NMI interfaceAlexey Kardashevskiy1-0/+21
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2014-08-18memory: convert memory_region_destroy to object_unparentPaolo Bonzini1-1/+1
2014-08-15ppc: convert g_new(qemu_irq usages to g_new0Peter Crosthwaite2-2/+2
2014-07-22ppc: fix -mem-path failureHu Tao5-28/+52
2014-07-15sPAPR/IOMMU: Fix TCE entry permissionGavin Shan1-2/+2
2014-07-15spapr: Enable use of huge pagesAlexey Kardashevskiy1-8/+3
2014-07-15spapr: Move RMA memory region registration codeAlexey Kardashevskiy1-1/+11
2014-07-15ppc: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Shreyas B. Prabhu8-30/+25
2014-07-08hw/ppc/spapr_hcall.c: Add ULL suffix to 64 bit constantPeter Maydell1-1/+1
2014-07-08target-ppc: KVMPPC_H_CAS fix cpu-version endianessLaurent Dufour1-2/+1
2014-07-07prep: Remove CPU reset entry point hack related to OpenHack'WareHervé Poussineau1-3/+0
2014-07-07prep: Remove PCI memory hack related to OpenHack'WareHervé Poussineau1-9/+0
2014-06-27PPC: e500: Only create dt entries for existing serial portsAlexander Graf1-4/+9
2014-06-27spapr_pci: Use XICS interrupt allocator and do not cache interrupts in PHBAlexey Kardashevskiy1-83/+112
2014-06-27spapr: Remove @next_irqAlexey Kardashevskiy1-2/+1
2014-06-27spapr: Move interrupt allocator to xicsAlexey Kardashevskiy4-72/+5
2014-06-27spapr: Add RTAS sysparm SPLPAR CharacteristicsSam bobroff1-0/+8
2014-06-27spapr: Add RTAS sysparm UUIDSam bobroff1-0/+4
2014-06-27spapr: Fix RTAS sysparm DIAGNOSTICS_RUN_MODESam bobroff1-9/+9
2014-06-27spapr: Define a 2.1 pseries machineAlexey Kardashevskiy1-0/+16
2014-06-27spapr: Fix code design style (s/SPAPRMachine/sPAPRMachineState)Alexey Kardashevskiy1-8/+7
2014-06-27mac99: Add motherboard devices before PCI cardsBALATON Zoltan1-8/+10