aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-21spapr: introduce a new machine IRQ backend for XIVECédric Le Goater3-0/+97
2018-12-21spapr-iommu: Always advertise the maximum possible DMA window sizeAlexey Kardashevskiy1-16/+3
2018-12-21spapr/xive: use the VCPU id as a NVT identifierCédric Le Goater1-1/+55
2018-12-21spapr/xive: introduce a XIVE interrupt controllerCédric Le Goater4-0/+413
2018-12-21ppc/xive: notify the CPU when the interrupt priority is more privilegedCédric Le Goater1-1/+95
2018-12-21ppc/xive: introduce a simplified XIVE presenterCédric Le Goater3-0/+228
2018-12-21ppc/xive: introduce the XIVE interrupt thread contextCédric Le Goater3-0/+550
2018-12-21ppc/xive: add support for the END Event State BuffersCédric Le Goater2-2/+179
2018-12-21Changes requirement for "vsubsbs" instructionPaul A. Clarke1-1/+1
2018-12-21spapr: export and rename the xics_max_server_number() routineCédric Le Goater2-4/+5
2018-12-21spapr: introduce a spapr_irq_init() routineCédric Le Goater3-6/+13
2018-12-21spapr: initialize VSMT before initializing the IRQ backendCédric Le Goater1-5/+6
2018-12-21ppc/xive: introduce the XIVE Event Notification DescriptorsCédric Le Goater3-0/+259
2018-12-21ppc/xive: introduce the XiveRouter modelCédric Le Goater3-0/+170
2018-12-21ppc/xive: introduce the XiveNotifier interfaceCédric Le Goater2-0/+48
2018-12-21ppc/xive: add support for the LSI interrupt sourcesCédric Le Goater2-7/+79
2018-12-21ppc/xive: introduce a XIVE interrupt source modelCédric Le Goater4-0/+644
2018-12-21e500: simplify IRQ wiringGreg Kurz1-10/+8
2018-12-21mac_newworld: simplify IRQ wiringGreg Kurz2-17/+15
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-21target/ppc: use g_new(T, n) instead of g_malloc(sizeof(T) * n)Greg Kurz1-3/+3
2018-12-21spapr: drop redundant statement in spapr_populate_drconf_memory()Greg Kurz1-2/+0
2018-12-21target/ppc: tcg: Implement addex instructionSuraj Jitindar Singh2-27/+35
2018-12-21spapr: Fix ibm,max-associativity-domains property number of nodesSerhii Popovych1-1/+1
2018-12-21target/ppc: Remove silly GETFIELD/SETFIELD/MASK_TO_LSH macrosDavid Gibson1-12/+0
2018-12-21target/ppc: fix the PPC_BIT definitionsCédric Le Goater1-3/+3
2018-12-20Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20181220' into stagingPeter Maydell2-7/+27
2018-12-20Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-12-20' into ...Peter Maydell19-19/+6
2018-12-20x86-iommu: turn on IR by default if properPeter Xu1-3/+4
2018-12-20x86-iommu: switch intr_supported to OnOffAuto typePeter Xu6-11/+24
2018-12-20q35: set split kernel irqchip as defaultPeter Xu3-0/+5
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 Hildenbrand5-1/+25
2018-12-20pci: Reuse pci-bridge hotplug handler handlers for pcie-pci-bridgeDavid Hildenbrand3-34/+12
2018-12-20pci/pcie: perform unplug via the hotplug handlerDavid Hildenbrand3-1/+12
2018-12-20pci/pcihp: perform unplug via the hotplug handlerDavid Hildenbrand3-3/+18
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 Hildenbrand3-8/+31
2018-12-20s390x/pci: rename hotplug handler callbacksDavid Hildenbrand1-6/+6
2018-12-20pci/shpc: rename hotplug handler callbacksDavid Hildenbrand4-29/+27
2018-12-20pci/pcie: rename hotplug handler callbacksDavid Hildenbrand3-15/+14
2018-12-20hw/i386: Remove deprecated machines pc-0.10 and pc-0.11Thomas Huth3-72/+4
2018-12-20hw: acpi: Remove AcpiRsdpDescriptor and fix testsSamuel Ortiz5-33/+64
2018-12-20hw/s390x: Fix bad mask in time2tod()Thomas Huth1-1/+1