summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell2015-06-0411-190/+1947
|\
| * pseries: Enable in-kernel H_LOGICAL_CI_{LOAD, STORE} implementationsDavid Gibson2015-06-031-0/+5
| * spapr: override default ram size to 512MBNikunj A Dadhania2015-06-031-0/+1
| * machine: add default_ram_size to machine classNikunj A Dadhania2015-06-031-0/+9
| * spapr_pci: emit hotplug add/remove events during hotplugTyrel Datwyler2015-06-031-0/+4
| * spapr_pci: enable basic hotplug operationsMichael Roth2015-06-031-19/+380
| * pci: make pci_bar useable outside pci.cMichael Roth2015-06-031-1/+1
| * spapr_pci: create DRConnectors for each PCI slot during PHB realizeMichael Roth2015-06-031-1/+17
| * spapr_pci: add dynamic-reconfiguration option for spapr-pci-host-bridgeMichael Roth2015-06-032-2/+9
| * spapr_drc: add spapr_drc_populate_dt()Michael Roth2015-06-031-0/+156
| * spapr_events: event-scan RTAS interfaceTyrel Datwyler2015-06-032-7/+60
| * spapr_events: re-use EPOW event infrastructure for hotplug eventsNathan Fontenot2015-06-032-51/+239
| * spapr_rtas: add ibm, configure-connector RTAS interfaceMichael Roth2015-06-032-0/+184
| * spapr_rtas: add get-sensor-state RTAS interfaceMike Day2015-06-031-0/+43
| * spapr_rtas: add set-indicator RTAS interfaceMike Day2015-06-031-0/+84
| * spapr_rtas: add get/set-power-level RTAS interfacesNathan Fontenot2015-06-031-0/+54
| * spapr_drc: initial implementation of sPAPRDRConnector deviceMichael Roth2015-06-032-1/+589
| * hw/ppc/spapr: Use error_report() instead of hw_error()Thomas Huth2015-06-031-8/+8
| * hw/ppc/spapr: Fix error message when firmware could not be loadedThomas Huth2015-06-031-3/+3
| * pseries: Add pseries-2.4 machine typeDavid Gibson2015-06-031-0/+5
| * hw/ppc/spapr_iommu: Fix the check for invalid upper bits in liobnThomas Huth2015-06-031-2/+2
| * spapr_iommu: Give unique QOM name to TCE tableAlexey Kardashevskiy2015-06-031-1/+3
| * spapr_pci: Rework device-tree renderingAlexey Kardashevskiy2015-06-031-25/+5
| * spapr_iommu: Make spapr_tce_find_by_liobn() publicAlexey Kardashevskiy2015-06-031-1/+1
| * spapr_pci: Make find_phb()/find_dev() publicAlexey Kardashevskiy2015-06-031-18/+18
| * spapr_iommu: Add separate trace points for PCI DMA operationsAlexey Kardashevskiy2015-06-031-7/+20
| * spapr_pci: Define default DMA window size as a macroAlexey Kardashevskiy2015-06-031-3/+3
| * spapr_vio: Introduce a liobn number generating macrosAlexey Kardashevskiy2015-06-031-1/+1
| * spapr_pci: Introduce a liobn number generating macrosAlexey Kardashevskiy2015-06-031-2/+2
| * spapr_iommu: Make H_PUT_TCE_INDIRECT endian-safeAlexey Kardashevskiy2015-06-031-4/+3
| * spapr_iommu: Disable in-kernel IOMMU tables for >4GB windowsAlexey Kardashevskiy2015-06-031-3/+3
| * spapr_pci: Fix unsafe signed/unsigned comparisonsDavid Gibson2015-06-031-8/+8
| * macio: Convert to realize()Markus Armbruster2015-06-031-33/+38
* | Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-06-0...Peter Maydell2015-06-0421-65/+46
|\ \
| * | cadence_gem: Fix Rx buffer size field maskSai Pavan Boddu2015-06-031-1/+1
| * | hw/display/tc6393xb.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao2015-06-031-1/+1
| * | hw/arm/nseries.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao2015-06-031-3/+2
| * | hw/alpha/typhoon.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao2015-06-031-4/+4
| * | hw/unicore32/puv3.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao2015-06-031-4/+4
| * | hw/lm32/milkymist.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao2015-06-031-3/+2
| * | hw/lm32/lm32_boards.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao2015-06-031-6/+4
| * | hw/ppc/prep.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao2015-06-031-3/+2
| * | hw/sparc/sun4m.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao2015-06-031-4/+2
| * | hw/timer/arm_timer.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao2015-06-031-4/+2
| * | hw/isa/i82378.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao2015-06-031-5/+2
| * | hw/isa/lpc_ich9.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao2015-06-031-4/+1
| * | hw/i386/pc: Fix misusing qemu_allocate_irqs for single irqShannon Zhao2015-06-033-8/+4
| * | hw/intc/exynos4210_gic.c: Fix memory leak by adjusting orderShannon Zhao2015-06-031-4/+3
| * | hw/arm/omap_sx1.c: Fix memory leak spotted by valgrindShannon Zhao2015-06-031-1/+1
| * | hw/ppc/e500.c: Fix memory leakShannon Zhao2015-06-031-0/+1
OpenPOWER on IntegriCloud