aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)Author
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-11maint: avoid useless "if (foo) free(foo)" patternMarkus Armbruster
2015-09-09use qemu_cpu_kick instead of cpu_exit or qemu_cpu_kick_threadPaolo Bonzini
2015-09-09i8257: remove cpu_request_exit irqPaolo Bonzini
2015-08-13pci: allow 0 address for PCI IO/MEM regionsLaurent Vivier
2015-07-20timer: rename NSEC_PER_SEC due to Mac OS X header clashStefan Hajnoczi
2015-07-16ppc/spapr_drc: fix memory leakGonglei
2015-07-07Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell
2015-07-07sPAPR: Clear stale MSIx table during EEH resetGavin Shan
2015-07-07sPAPR: Reenable EEH functionality on rebootGavin Shan
2015-07-07sPAPR: Don't enable EEH on emulated PCI devicesGavin Shan
2015-07-07spapr_pci: drop redundant args in spapr_[populate, create]_pci_child_dtNikunj A Dadhania
2015-07-07spapr_pci: populate ibm,loc-codeNikunj A Dadhania
2015-07-07spapr_pci: enumerate and add PCI device treeNikunj A Dadhania
2015-07-07ppc: Update cpu_model in MachineStateBharata B Rao
2015-07-07spapr: Consolidate cpu init code into a routineBharata B Rao
2015-07-07spapr: Reorganize CPU dt generation codeBharata B Rao
2015-07-07spapr: Support ibm, lrdr-capacity device tree propertyBharata B Rao
2015-07-07spapr: Consider max_cpus during xics initializationBharata B Rao
2015-07-07Revert "hw/ppc/spapr_pci.c: Avoid functions not in glib 2.12 (g_hash_table_it...Markus Armbruster
2015-07-07spapr_iommu: translate sPAPRTCEAccess to IOMMUAccessFlagsGreg Kurz
2015-07-07spapr_iommu: drop erroneous check in h_put_tce_indirect()Greg Kurz
2015-07-07spapr_pci: set device node unit address as hexNikunj A Dadhania
2015-07-07spapr_pci: encode class code including Prog IF registerNikunj A Dadhania
2015-07-07spapr_pci: encode missing 64-bit memory address spaceNikunj A Dadhania
2015-07-07spapr: Add sPAPRMachineClassDavid Gibson
2015-07-07spapr: Remove obsolete entry_point field from sPAPRMachineStateDavid Gibson
2015-07-07spapr: Remove obsolete ram_limit field from sPAPRMachineStateDavid Gibson
2015-07-07spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson
2015-07-07spapr: ensure we have at least one XICS serverGreg Kurz
2015-07-07global_state: Make section optionalJuan Quintela
2015-07-07Fix older machine type compatibility on power with section footersDr. David Alan Gilbert
2015-07-02timer: Use a single definition of NSEC_PER_SEC for the whole codebaseAlberto Garcia
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster
2015-06-10fw_cfg: fix FW_CFG_BOOT_DEVICE update on ppc and sparcGabriel L. Somlo
2015-06-04Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell
2015-06-03pseries: Enable in-kernel H_LOGICAL_CI_{LOAD, STORE} implementationsDavid Gibson
2015-06-03spapr: override default ram size to 512MBNikunj A Dadhania
2015-06-03spapr_pci: emit hotplug add/remove events during hotplugTyrel Datwyler
2015-06-03spapr_pci: enable basic hotplug operationsMichael Roth
2015-06-03spapr_pci: create DRConnectors for each PCI slot during PHB realizeMichael Roth
2015-06-03spapr_pci: add dynamic-reconfiguration option for spapr-pci-host-bridgeMichael Roth
2015-06-03spapr_drc: add spapr_drc_populate_dt()Michael Roth
2015-06-03spapr_events: event-scan RTAS interfaceTyrel Datwyler
2015-06-03spapr_events: re-use EPOW event infrastructure for hotplug eventsNathan Fontenot
2015-06-03spapr_rtas: add ibm, configure-connector RTAS interfaceMichael Roth
2015-06-03spapr_rtas: add get-sensor-state RTAS interfaceMike Day