aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-12-21ppc/xive: introduce the XiveNotifier interfaceCédric Le Goater1-0/+25
2018-12-21ppc/xive: add support for the LSI interrupt sourcesCédric Le Goater1-6/+61
2018-12-21ppc/xive: introduce a XIVE interrupt source modelCédric Le Goater2-0/+383
2018-12-21e500: simplify IRQ wiringGreg Kurz1-10/+8
2018-12-21mac_newworld: simplify IRQ wiringGreg Kurz1-17/+13
2018-12-21virtex_ml507: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz1-1/+1
2018-12-21sam460ex: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz1-1/+1
2018-12-21ppc440_bamboo: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz1-3/+2
2018-12-21ppc405_uc: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz1-2/+2
2018-12-21ppc405_boards: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz1-2/+2
2018-12-21spapr: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz2-2/+2
2018-12-21spapr: drop redundant statement in spapr_populate_drconf_memory()Greg Kurz1-2/+0
2018-12-21spapr: Fix ibm,max-associativity-domains property number of nodesSerhii Popovych1-1/+1
2018-12-20Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20181220' into stagingPeter Maydell1-6/+26
2018-12-20x86-iommu: turn on IR by default if properPeter Xu1-3/+4
2018-12-20x86-iommu: switch intr_supported to OnOffAuto typePeter Xu5-10/+21
2018-12-20q35: set split kernel irqchip as defaultPeter Xu2-0/+4
2018-12-20pci: Adjust PCI config limit based on bus topologyAlex Williamson1-0/+26
2018-12-20spapr_pci: perform unplug via the hotplug handlerDavid Hildenbrand1-12/+21
2018-12-20pci/shpc: perform unplug via the hotplug handlerDavid Hildenbrand3-1/+21
2018-12-20pci: Reuse pci-bridge hotplug handler handlers for pcie-pci-bridgeDavid Hildenbrand2-34/+8
2018-12-20pci/pcie: perform unplug via the hotplug handlerDavid Hildenbrand2-1/+10
2018-12-20pci/pcihp: perform unplug via the hotplug handlerDavid Hildenbrand2-3/+15
2018-12-20pci/pcihp: overwrite hotplug handler recursively from the startDavid Hildenbrand2-15/+16
2018-12-20pci/pcihp: perform check for bus capability in pre_plug handlerDavid Hildenbrand2-8/+29
2018-12-20s390x/pci: rename hotplug handler callbacksDavid Hildenbrand1-6/+6
2018-12-20pci/shpc: rename hotplug handler callbacksDavid Hildenbrand3-25/+23
2018-12-20pci/pcie: rename hotplug handler callbacksDavid Hildenbrand2-11/+10
2018-12-20hw/i386: Remove deprecated machines pc-0.10 and pc-0.11Thomas Huth1-68/+2
2018-12-20hw/s390/ccw.c: Don't take address of packed membersPeter Maydell1-6/+26
2018-12-20Clean up includesMarkus Armbruster4-3/+2
2018-12-19hw: acpi: Export and share the ARM RSDP buildSamuel Ortiz3-95/+87
2018-12-19hw: arm: Support both legacy and current RSDP buildSamuel Ortiz1-5/+33
2018-12-19hw: arm: Convert the RSDP build to the buid_append_foo() APISamuel Ortiz1-19/+23
2018-12-19hw: arm: Carry RSDP specific data through AcpiRsdpDataSamuel Ortiz1-5/+13
2018-12-19hw: i386: Use correct RSDT length for checksumIgor Mammedov1-1/+6
2018-12-19hw: arm: acpi: Fix incorrect checksums in RSDPIgor Mammedov1-1/+6
2018-12-19hw: acpi: The RSDP build API can return voidSamuel Ortiz2-6/+2
2018-12-19intel_iommu: remove "x-" prefix for "aw-bits"Peter Xu1-1/+1
2018-12-19intel_iommu: dma read/write draining supportPeter Xu2-0/+7
2018-12-19intel_iommu: convert invalid traces into error reportsPeter Xu2-21/+43
2018-12-19intel_iommu: dump correct iova when failedPeter Xu1-1/+1
2018-12-19pcie: Fast PCIe root ports for new machinesAlex Williamson1-2/+2
2018-12-19vfio/pci: Remove PCIe Link Status emulationAlex Williamson1-6/+0
2018-12-19pcie: Allow generic PCIe root port to specify link speed and widthAlex Williamson1-0/+4
2018-12-19pcie: Fill PCIESlot link fields to support higher speeds and widthsAlex Williamson1-0/+74
2018-12-19pcie: Add link speed and width fields to PCIESlotAlex Williamson1-0/+14
2018-12-19qapi: Define PCIe link speed and width propertiesAlex Williamson1-0/+176
2018-12-19pci: Sync PCIe downstream port LNKSTA on readAlex Williamson2-0/+43
2018-12-19pcie: Create enums for link speed and widthAlex Williamson2-4/+6