summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
...
| * | hw/i386: query only for q35/pc when looking for pci host bridgeMarcel Apfelbaum2015-06-031-9/+25
| * | hw/pci: made pci_bus_num a PCIBusClass methodMarcel Apfelbaum2015-06-031-3/+10
| * | hw/pci: made pci_bus_is_root a PCIBusClass methodMarcel Apfelbaum2015-06-031-3/+14
| * | acpi: add implementation of aml_while() termMarcel Apfelbaum2015-06-031-0/+8
| * | acpi: add acpi_send_gpe_event() to rise sci for hotplugZhu Guihua2015-06-034-11/+12
| * | virtio: 64bit features fixups.Gerd Hoffmann2015-06-032-2/+2
| * | virtio-pci: don't try to mask or unmask vqs without notifiersJason Wang2015-06-031-7/+14
| * | hw/q35: fix floppy controller definition in ich9Marcel Apfelbaum2015-06-031-1/+1
| * | acpi: add missing ssdtMichael S. Tsirkin2015-06-031-0/+36
* | | 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
OpenPOWER on IntegriCloud