summaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
2015-07-02timer: Use a single definition of NSEC_PER_SEC for the whole codebaseAlberto Garcia2-4/+1
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster1-1/+0
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-1/+0
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-4/+4
2015-06-10fw_cfg: fix FW_CFG_BOOT_DEVICE update on ppc and sparcGabriel L. Somlo2-2/+2
2015-06-04Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell8-156/+1899
2015-06-03pseries: Enable in-kernel H_LOGICAL_CI_{LOAD, STORE} implementationsDavid Gibson1-0/+5
2015-06-03spapr: override default ram size to 512MBNikunj A Dadhania1-0/+1
2015-06-03spapr_pci: emit hotplug add/remove events during hotplugTyrel Datwyler1-0/+4
2015-06-03spapr_pci: enable basic hotplug operationsMichael Roth1-19/+380
2015-06-03spapr_pci: create DRConnectors for each PCI slot during PHB realizeMichael Roth1-1/+17
2015-06-03spapr_pci: add dynamic-reconfiguration option for spapr-pci-host-bridgeMichael Roth2-2/+9
2015-06-03spapr_drc: add spapr_drc_populate_dt()Michael Roth1-0/+156
2015-06-03spapr_events: event-scan RTAS interfaceTyrel Datwyler2-7/+60
2015-06-03spapr_events: re-use EPOW event infrastructure for hotplug eventsNathan Fontenot2-51/+239
2015-06-03spapr_rtas: add ibm, configure-connector RTAS interfaceMichael Roth2-0/+184
2015-06-03spapr_rtas: add get-sensor-state RTAS interfaceMike Day1-0/+43
2015-06-03spapr_rtas: add set-indicator RTAS interfaceMike Day1-0/+84
2015-06-03spapr_rtas: add get/set-power-level RTAS interfacesNathan Fontenot1-0/+54
2015-06-03spapr_drc: initial implementation of sPAPRDRConnector deviceMichael Roth2-1/+589
2015-06-03hw/ppc/spapr: Use error_report() instead of hw_error()Thomas Huth1-8/+8
2015-06-03hw/ppc/spapr: Fix error message when firmware could not be loadedThomas Huth1-3/+3
2015-06-03pseries: Add pseries-2.4 machine typeDavid Gibson1-0/+5
2015-06-03hw/ppc/spapr_iommu: Fix the check for invalid upper bits in liobnThomas Huth1-2/+2
2015-06-03spapr_iommu: Give unique QOM name to TCE tableAlexey Kardashevskiy1-1/+3
2015-06-03spapr_pci: Rework device-tree renderingAlexey Kardashevskiy1-25/+5
2015-06-03spapr_iommu: Make spapr_tce_find_by_liobn() publicAlexey Kardashevskiy1-1/+1
2015-06-03spapr_pci: Make find_phb()/find_dev() publicAlexey Kardashevskiy1-18/+18
2015-06-03spapr_iommu: Add separate trace points for PCI DMA operationsAlexey Kardashevskiy1-7/+20
2015-06-03spapr_pci: Define default DMA window size as a macroAlexey Kardashevskiy1-3/+3
2015-06-03spapr_vio: Introduce a liobn number generating macrosAlexey Kardashevskiy1-1/+1
2015-06-03spapr_pci: Introduce a liobn number generating macrosAlexey Kardashevskiy1-2/+2
2015-06-03spapr_iommu: Make H_PUT_TCE_INDIRECT endian-safeAlexey Kardashevskiy1-4/+3
2015-06-03spapr_iommu: Disable in-kernel IOMMU tables for >4GB windowsAlexey Kardashevskiy1-3/+3
2015-06-03spapr_pci: Fix unsafe signed/unsigned comparisonsDavid Gibson1-8/+8
2015-06-03hw/ppc/prep.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao1-3/+2
2015-06-03hw/ppc/e500.c: Fix memory leakShannon Zhao1-0/+1
2015-05-31spapr: define SPAPR_COMPAT_2_3Eduardo Habkost1-0/+4
2015-05-31spapr: Use HW_COMPAT_* inside SPAPR_COMPAT_* macrosEduardo Habkost1-2/+3
2015-05-31spapr: Move commas inside SPAPR_COMPAT_* macrosEduardo Habkost1-3/+3
2015-05-31hw: Move commas inside HW_COMPAT_2_1 macroEduardo Habkost1-1/+1
2015-05-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-2/+52
2015-04-30misc: Fix new collection of typosStefan Weil1-1/+1
2015-04-28Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi1-1/+1
2015-04-27ppc: spapr: add 2.4 machine typeJason Wang1-2/+29
2015-04-27spapr: add machine type specific instance init functionJason Wang1-0/+23
2015-03-26Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-2/+0
2015-03-25powerpc: fix -machine usb=no for newworld and pseries machinesPaolo Bonzini2-2/+2
2015-03-25PPC: pseries: Implement boot once=fooAlexander Graf1-8/+22