aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
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-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
2014-06-27spapr_pci_vfio: Add spapr-pci-vfio-host-bridge to support vfioAlexey Kardashevskiy2-0/+105
2014-06-27spapr_iommu: Make in-kernel TCE table optionalAlexey Kardashevskiy3-4/+7
2014-06-27spapr: Fix RTAS token numbersAlexey Kardashevskiy4-43/+50
2014-06-27spapr: Add "qemu, boot-menu" property to /chosenAvik Sil1-0/+3
2014-06-23qapi event: convert RTC_CHANGEWenchao Xia1-1/+2
2014-06-19NUMA: Add numa_info structure to contain numa nodes infoWanlong Gao1-5/+6
2014-06-16spapr_pci: Advertise MSI quotaBadari Pulavarty2-1/+1
2014-06-16spapr: Add kvm-type propertyEduardo Habkost1-0/+25
2014-06-16spapr: Create SPAPRMachine structEduardo Habkost1-0/+14
2014-06-16spapr_hcall: Add address-translation-mode-on-interrupt resource in H_SET_MODEAlexey Kardashevskiy1-0/+47
2014-06-16spapr_hcall: Split h_set_mode()Alexey Kardashevskiy1-31/+34
2014-06-16PPC: spapr: Expose /hypervisor node in device treeAlexander Graf1-0/+20
2014-06-16spapr_iommu: Introduce bus_offset in sPAPRTCETableAlexey Kardashevskiy3-6/+13
2014-06-16spapr_iommu: Introduce page_shift in sPAPRTCETableAlexey Kardashevskiy3-26/+47
2014-06-16spapr_iommu: Get rid of window_size in sPAPRTCETableAlexey Kardashevskiy3-33/+22
2014-06-16spapr_iommu: Convert old qdev_init_nofail() to object_property_set_boolAlexey Kardashevskiy1-1/+1
2014-06-16spapr_pci: Allow multiple TCE tables per PHBAlexey Kardashevskiy1-11/+43
2014-06-16spapr_pci: spapr_iommu: Make DMA window a subregionAlexey Kardashevskiy2-3/+19
2014-06-16spapr_pci: Introduce a finish_realize() callbackAlexey Kardashevskiy1-12/+26
2014-06-16spapr_iommu: Enable multiple TCE requestsAlexey Kardashevskiy2-0/+81