aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)Author
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
2015-06-03spapr_rtas: add set-indicator RTAS interfaceMike Day
2015-06-03spapr_rtas: add get/set-power-level RTAS interfacesNathan Fontenot
2015-06-03spapr_drc: initial implementation of sPAPRDRConnector deviceMichael Roth
2015-06-03hw/ppc/spapr: Use error_report() instead of hw_error()Thomas Huth
2015-06-03hw/ppc/spapr: Fix error message when firmware could not be loadedThomas Huth
2015-06-03pseries: Add pseries-2.4 machine typeDavid Gibson
2015-06-03hw/ppc/spapr_iommu: Fix the check for invalid upper bits in liobnThomas Huth
2015-06-03spapr_iommu: Give unique QOM name to TCE tableAlexey Kardashevskiy
2015-06-03spapr_pci: Rework device-tree renderingAlexey Kardashevskiy
2015-06-03spapr_iommu: Make spapr_tce_find_by_liobn() publicAlexey Kardashevskiy
2015-06-03spapr_pci: Make find_phb()/find_dev() publicAlexey Kardashevskiy
2015-06-03spapr_iommu: Add separate trace points for PCI DMA operationsAlexey Kardashevskiy
2015-06-03spapr_pci: Define default DMA window size as a macroAlexey Kardashevskiy
2015-06-03spapr_vio: Introduce a liobn number generating macrosAlexey Kardashevskiy
2015-06-03spapr_pci: Introduce a liobn number generating macrosAlexey Kardashevskiy
2015-06-03spapr_iommu: Make H_PUT_TCE_INDIRECT endian-safeAlexey Kardashevskiy
2015-06-03spapr_iommu: Disable in-kernel IOMMU tables for >4GB windowsAlexey Kardashevskiy
2015-06-03spapr_pci: Fix unsafe signed/unsigned comparisonsDavid Gibson
2015-06-03hw/ppc/prep.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao
2015-06-03hw/ppc/e500.c: Fix memory leakShannon Zhao
2015-05-31spapr: define SPAPR_COMPAT_2_3Eduardo Habkost
2015-05-31spapr: Use HW_COMPAT_* inside SPAPR_COMPAT_* macrosEduardo Habkost
2015-05-31spapr: Move commas inside SPAPR_COMPAT_* macrosEduardo Habkost
2015-05-31hw: Move commas inside HW_COMPAT_2_1 macroEduardo Habkost
2015-05-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-04-30misc: Fix new collection of typosStefan Weil
2015-04-28Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi
2015-04-27ppc: spapr: add 2.4 machine typeJason Wang
2015-04-27spapr: add machine type specific instance init functionJason Wang
2015-03-26Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-03-25powerpc: fix -machine usb=no for newworld and pseries machinesPaolo Bonzini
2015-03-25PPC: pseries: Implement boot once=fooAlexander Graf
2015-03-25spapr: Add missing checks for NULL pointers and report failuresStefan Weil