aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-21ppc405_uc: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz
2018-12-21ppc405_boards: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz
2018-12-21spapr: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz
2018-12-21target/ppc: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz
2018-12-21spapr: drop redundant statement in spapr_populate_drconf_memory()Greg Kurz
2018-12-21target/ppc: tcg: Implement addex instructionSuraj Jitindar Singh
2018-12-21spapr: Fix ibm,max-associativity-domains property number of nodesSerhii Popovych
2018-12-21target/ppc: Remove silly GETFIELD/SETFIELD/MASK_TO_LSH macrosDavid Gibson
2018-12-21target/ppc: fix the PPC_BIT definitionsCédric Le Goater
2018-12-20Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20181220' into stagingPeter Maydell
2018-12-20Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-12-20' into ...Peter Maydell
2018-12-20x86-iommu: turn on IR by default if properPeter Xu
2018-12-20x86-iommu: switch intr_supported to OnOffAuto typePeter Xu
2018-12-20q35: set split kernel irqchip as defaultPeter Xu
2018-12-20pci: Adjust PCI config limit based on bus topologyAlex Williamson
2018-12-20spapr_pci: perform unplug via the hotplug handlerDavid Hildenbrand
2018-12-20pci/shpc: perform unplug via the hotplug handlerDavid Hildenbrand
2018-12-20pci: Reuse pci-bridge hotplug handler handlers for pcie-pci-bridgeDavid Hildenbrand
2018-12-20pci/pcie: perform unplug via the hotplug handlerDavid Hildenbrand
2018-12-20pci/pcihp: perform unplug via the hotplug handlerDavid Hildenbrand
2018-12-20pci/pcihp: overwrite hotplug handler recursively from the startDavid Hildenbrand
2018-12-20pci/pcihp: perform check for bus capability in pre_plug handlerDavid Hildenbrand
2018-12-20s390x/pci: rename hotplug handler callbacksDavid Hildenbrand
2018-12-20pci/shpc: rename hotplug handler callbacksDavid Hildenbrand
2018-12-20pci/pcie: rename hotplug handler callbacksDavid Hildenbrand
2018-12-20hw/i386: Remove deprecated machines pc-0.10 and pc-0.11Thomas Huth
2018-12-20hw: acpi: Remove AcpiRsdpDescriptor and fix testsSamuel Ortiz
2018-12-20hw/s390x: Fix bad mask in time2tod()Thomas Huth
2018-12-20hw/s390/ccw.c: Don't take address of packed membersPeter Maydell
2018-12-20build: Remake config-host.mak when VERSION changesMarkus Armbruster
2018-12-20Clean up includesMarkus Armbruster
2018-12-19hw: acpi: Export and share the ARM RSDP buildSamuel Ortiz
2018-12-19hw: arm: Support both legacy and current RSDP buildSamuel Ortiz
2018-12-19hw: arm: Convert the RSDP build to the buid_append_foo() APISamuel Ortiz
2018-12-19hw: arm: Carry RSDP specific data through AcpiRsdpDataSamuel Ortiz
2018-12-19hw: i386: Use correct RSDT length for checksumIgor Mammedov
2018-12-19hw: arm: acpi: Fix incorrect checksums in RSDPIgor Mammedov
2018-12-19hw: acpi: The RSDP build API can return voidSamuel Ortiz
2018-12-19intel_iommu: remove "x-" prefix for "aw-bits"Peter Xu
2018-12-19intel_iommu: dma read/write draining supportPeter Xu
2018-12-19intel_iommu: convert invalid traces into error reportsPeter Xu
2018-12-19intel_iommu: dump correct iova when failedPeter Xu
2018-12-19pcie: Fast PCIe root ports for new machinesAlex Williamson
2018-12-19vfio/pci: Remove PCIe Link Status emulationAlex Williamson
2018-12-19pcie: Allow generic PCIe root port to specify link speed and widthAlex Williamson
2018-12-19pcie: Fill PCIESlot link fields to support higher speeds and widthsAlex Williamson
2018-12-19pcie: Add link speed and width fields to PCIESlotAlex Williamson
2018-12-19qapi: Define PCIe link speed and width propertiesAlex Williamson
2018-12-19pci: Sync PCIe downstream port LNKSTA on readAlex Williamson
2018-12-19pcie: Create enums for link speed and widthAlex Williamson