summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* pvrdma: check return value from pvrdma_idx_ring_has_ routinesPrasad J Pandit2018-12-221-18/+11Star
* rdma: remove unused VENDOR_ERR_NO_SGE macroPrasad J Pandit2018-12-221-2/+1Star
* pvrdma: release ring object in case of an errorPrasad J Pandit2018-12-221-11/+26
* pvrdma: check number of pages when creating ringsPrasad J Pandit2018-12-221-0/+11
* pvrdma: add uar_read routinePrasad J Pandit2018-12-221-0/+6
* rdma: check num_sge does not exceed MAX_SGEPrasad J Pandit2018-12-221-6/+6
* pvrdma: release device resources in case of an errorPrasad J Pandit2018-12-221-1/+2
* hw/rdma: Do not call rdma_backend_del_gid on an empty gidYuval Shaia2018-12-221-0/+4
* hw/rdma: Do not use bitmap_zero_extend to free bitmapYuval Shaia2018-12-221-1/+1
* hw/pvrdma: Clean device's resource when system is shutdownYuval Shaia2018-12-222-0/+17
* hw/rdma: Remove unneeded code that handles more that one portYuval Shaia2018-12-223-21/+19Star
* hw/pvrdma: Fill error code in command's responseYuval Shaia2018-12-221-108/+91Star
* hw/pvrdma: Fill all CQE fieldsYuval Shaia2018-12-223-36/+58
* hw/pvrdma: Make device state depend on Ethernet function stateYuval Shaia2018-12-221-1/+2
* hw/rdma: Initialize node_guid from vmxnet3 mac addressYuval Shaia2018-12-223-11/+13
* hw/pvrdma: Make sure PCI function 0 is vmxnet3Yuval Shaia2018-12-222-0/+14
* vmxnet3: Move some definitions to header fileYuval Shaia2018-12-222-115/+134
* hw/pvrdma: Add support to allow guest to configure GID tableYuval Shaia2018-12-2211-163/+462
* hw/pvrdma: Set the correct opcode for send completionYuval Shaia2018-12-221-1/+1
* hw/pvrdma: Set the correct opcode for recv completionYuval Shaia2018-12-221-1/+2
* hw/pvrdma: Make default pkey 0xFFFFYuval Shaia2018-12-221-1/+1
* hw/pvrdma: Make function reset_device return voidYuval Shaia2018-12-221-3/+1Star
* hw/rdma: Add support for MAD packetsYuval Shaia2018-12-225-10/+260
* hw/rdma: Abort send-op if fail to create addr handlerYuval Shaia2018-12-221-0/+4
* hw/rdma: Return qpn 1 if ibqp is NULLYuval Shaia2018-12-221-1/+1
* hw/rdma: Add ability to force notification without re-armYuval Shaia2018-12-223-5/+21
* hw/pvrdma: Check the correct return valueYuval Shaia2018-12-221-1/+1
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20181221' into...Peter Maydell2018-12-2117-104/+3393
|\
| * spapr: change default CPU type to POWER9Cédric Le Goater2018-12-201-1/+2
| * spapr: introduce an 'ic-mode' machine optionCédric Le Goater2018-12-203-33/+54
| * spapr: add an extra OV5 field to the sPAPR IRQ backendCédric Le Goater2018-12-202-7/+29
| * spapr: add a 'reset' method to the sPAPR IRQ backendCédric Le Goater2018-12-203-1/+53
| * spapr: extend the sPAPR IRQ backend for XICS migrationCédric Le Goater2018-12-202-8/+32
| * spapr: allocate the interrupt thread context under the CPU coreCédric Le Goater2018-12-203-3/+39
| * spapr: add device tree support for the XIVE exploitation modeCédric Le Goater2018-12-204-2/+74
| * spapr: add hcalls support for the XIVE exploitation interrupt modeCédric Le Goater2018-12-202-0/+984
| * spapr: introduce a new machine IRQ backend for XIVECédric Le Goater2018-12-201-0/+93
| * spapr-iommu: Always advertise the maximum possible DMA window sizeAlexey Kardashevskiy2018-12-201-16/+3Star
| * spapr/xive: use the VCPU id as a NVT identifierCédric Le Goater2018-12-201-1/+55
| * spapr/xive: introduce a XIVE interrupt controllerCédric Le Goater2018-12-202-0/+367
| * ppc/xive: notify the CPU when the interrupt priority is more privilegedCédric Le Goater2018-12-201-1/+95
| * ppc/xive: introduce a simplified XIVE presenterCédric Le Goater2018-12-201-0/+190
| * ppc/xive: introduce the XIVE interrupt thread contextCédric Le Goater2018-12-201-0/+424
| * ppc/xive: add support for the END Event State BuffersCédric Le Goater2018-12-201-2/+158
| * spapr: export and rename the xics_max_server_number() routineCédric Le Goater2018-12-201-4/+4
| * spapr: introduce a spapr_irq_init() routineCédric Le Goater2018-12-202-6/+12
| * spapr: initialize VSMT before initializing the IRQ backendCédric Le Goater2018-12-201-5/+6
| * ppc/xive: introduce the XIVE Event Notification DescriptorsCédric Le Goater2018-12-201-0/+174
| * ppc/xive: introduce the XiveRouter modelCédric Le Goater2018-12-201-0/+77
| * ppc/xive: introduce the XiveNotifier interfaceCédric Le Goater2018-12-201-0/+25