summaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
2015-07-20timer: rename NSEC_PER_SEC due to Mac OS X header clashStefan Hajnoczi2-6/+7
2015-07-16ppc/spapr_drc: fix memory leakGonglei1-0/+1
2015-07-07Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell14-361/+672
2015-07-07sPAPR: Clear stale MSIx table during EEH resetGavin Shan1-0/+46
2015-07-07sPAPR: Reenable EEH functionality on rebootGavin Shan1-1/+18
2015-07-07sPAPR: Don't enable EEH on emulated PCI devicesGavin Shan1-0/+7
2015-07-07spapr_pci: drop redundant args in spapr_[populate, create]_pci_child_dtNikunj A Dadhania1-16/+11
2015-07-07spapr_pci: populate ibm,loc-codeNikunj A Dadhania1-6/+71
2015-07-07spapr_pci: enumerate and add PCI device treeNikunj A Dadhania1-17/+133
2015-07-07ppc: Update cpu_model in MachineStateBharata B Rao6-25/+20
2015-07-07spapr: Consolidate cpu init code into a routineBharata B Rao1-25/+29
2015-07-07spapr: Reorganize CPU dt generation codeBharata B Rao1-125/+159
2015-07-07spapr: Support ibm, lrdr-capacity device tree propertyBharata B Rao1-0/+16
2015-07-07spapr: Consider max_cpus during xics initializationBharata B Rao1-2/+2
2015-07-07Revert "hw/ppc/spapr_pci.c: Avoid functions not in glib 2.12 (g_hash_table_it...Markus Armbruster1-17/+11
2015-07-07spapr_iommu: translate sPAPRTCEAccess to IOMMUAccessFlagsGreg Kurz1-2/+16
2015-07-07spapr_iommu: drop erroneous check in h_put_tce_indirect()Greg Kurz1-3/+1
2015-07-07spapr_pci: set device node unit address as hexNikunj A Dadhania1-5/+7
2015-07-07spapr_pci: encode class code including Prog IF registerNikunj A Dadhania1-2/+1
2015-07-07spapr_pci: encode missing 64-bit memory address spaceNikunj A Dadhania1-1/+9
2015-07-07spapr: Add sPAPRMachineClassDavid Gibson1-0/+1
2015-07-07spapr: Remove obsolete entry_point field from sPAPRMachineStateDavid Gibson1-3/+1
2015-07-07spapr: Remove obsolete ram_limit field from sPAPRMachineStateDavid Gibson2-11/+14
2015-07-07spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson8-113/+111
2015-07-07spapr: ensure we have at least one XICS serverGreg Kurz1-1/+2
2015-07-07global_state: Make section optionalJuan Quintela1-0/+1
2015-07-07Fix older machine type compatibility on power with section footersDr. David Alan Gilbert1-0/+2
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