aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-22hw/rdma: Initialize node_guid from vmxnet3 mac addressYuval Shaia3-11/+13
2018-12-22hw/pvrdma: Make sure PCI function 0 is vmxnet3Yuval Shaia2-0/+14
2018-12-22vmxnet3: Move some definitions to header fileYuval Shaia2-115/+134
2018-12-22hw/pvrdma: Add support to allow guest to configure GID tableYuval Shaia11-163/+462
2018-12-22qapi: Define new QMP message for pvrdmaYuval Shaia4-1/+42
2018-12-22hw/pvrdma: Set the correct opcode for send completionYuval Shaia1-1/+1
2018-12-22hw/pvrdma: Set the correct opcode for recv completionYuval Shaia1-1/+2
2018-12-22hw/pvrdma: Make default pkey 0xFFFFYuval Shaia1-1/+1
2018-12-22hw/pvrdma: Make function reset_device return voidYuval Shaia1-3/+1
2018-12-22hw/rdma: Add support for MAD packetsYuval Shaia5-10/+260
2018-12-22hw/rdma: Abort send-op if fail to create addr handlerYuval Shaia1-0/+4
2018-12-22hw/rdma: Return qpn 1 if ibqp is NULLYuval Shaia1-1/+1
2018-12-22hw/rdma: Add ability to force notification without re-armYuval Shaia3-5/+21
2018-12-22contrib/rdmacm-mux: Add implementation of RDMA User MAD multiplexerYuval Shaia6-0/+868
2018-12-22hw/pvrdma: Check the correct return valueYuval Shaia1-1/+1
2018-12-21Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20181221' into...Peter Maydell31-153/+4201
2018-12-21Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell66-442/+1354
2018-12-21MAINTAINERS: PPC: add a XIVE sectionCédric Le Goater1-0/+8
2018-12-21spapr: change default CPU type to POWER9Cédric Le Goater1-1/+2
2018-12-21spapr: introduce an 'ic-mode' machine optionCédric Le Goater4-33/+55
2018-12-21spapr: add an extra OV5 field to the sPAPR IRQ backendCédric Le Goater4-7/+36
2018-12-21spapr: add a 'reset' method to the sPAPR IRQ backendCédric Le Goater5-1/+56
2018-12-21spapr: extend the sPAPR IRQ backend for XICS migrationCédric Le Goater3-8/+34
2018-12-21spapr: allocate the interrupt thread context under the CPU coreCédric Le Goater5-3/+42
2018-12-21spapr: add device tree support for the XIVE exploitation modeCédric Le Goater7-4/+80
2018-12-21spapr: add hcalls support for the XIVE exploitation interrupt modeCédric Le Goater4-1/+1002
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