aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2019-01-07hw/cpu: introduce CPU clustersLuc Michel
2019-01-04fw_cfg: Make qemu_extra_params_fw locallyLi Qiang
2019-01-04fw_cfg: Fix -boot reboot-timeout error checkingLi Qiang
2019-01-04fw_cfg: Fix -boot bootsplash error checkingLi Qiang
2019-01-04fw_cfg: Improve error message when can't load splash fileLi Qiang
2019-01-03Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-3.2-part1'...Peter Maydell
2018-12-22pvrdma: check return value from pvrdma_idx_ring_has_ routinesPrasad J Pandit
2018-12-22rdma: remove unused VENDOR_ERR_NO_SGE macroPrasad J Pandit
2018-12-22pvrdma: release ring object in case of an errorPrasad J Pandit
2018-12-22pvrdma: check number of pages when creating ringsPrasad J Pandit
2018-12-22pvrdma: add uar_read routinePrasad J Pandit
2018-12-22rdma: check num_sge does not exceed MAX_SGEPrasad J Pandit
2018-12-22pvrdma: release device resources in case of an errorPrasad J Pandit
2018-12-22hw/rdma: Do not call rdma_backend_del_gid on an empty gidYuval Shaia
2018-12-22hw/rdma: Do not use bitmap_zero_extend to free bitmapYuval Shaia
2018-12-22hw/pvrdma: Clean device's resource when system is shutdownYuval Shaia
2018-12-22hw/rdma: Remove unneeded code that handles more that one portYuval Shaia
2018-12-22hw/pvrdma: Fill error code in command's responseYuval Shaia
2018-12-22hw/pvrdma: Fill all CQE fieldsYuval Shaia
2018-12-22hw/pvrdma: Make device state depend on Ethernet function stateYuval Shaia
2018-12-22hw/rdma: Initialize node_guid from vmxnet3 mac addressYuval Shaia
2018-12-22hw/pvrdma: Make sure PCI function 0 is vmxnet3Yuval Shaia
2018-12-22vmxnet3: Move some definitions to header fileYuval Shaia
2018-12-22hw/pvrdma: Add support to allow guest to configure GID tableYuval Shaia
2018-12-22hw/pvrdma: Set the correct opcode for send completionYuval Shaia
2018-12-22hw/pvrdma: Set the correct opcode for recv completionYuval Shaia
2018-12-22hw/pvrdma: Make default pkey 0xFFFFYuval Shaia
2018-12-22hw/pvrdma: Make function reset_device return voidYuval Shaia
2018-12-22hw/rdma: Add support for MAD packetsYuval Shaia
2018-12-22hw/rdma: Abort send-op if fail to create addr handlerYuval Shaia
2018-12-22hw/rdma: Return qpn 1 if ibqp is NULLYuval Shaia
2018-12-22hw/rdma: Add ability to force notification without re-armYuval Shaia
2018-12-22hw/pvrdma: Check the correct return valueYuval Shaia
2018-12-21Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20181221' into...Peter Maydell
2018-12-21Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-12-21spapr: change default CPU type to POWER9Cédric Le Goater
2018-12-21spapr: introduce an 'ic-mode' machine optionCédric Le Goater
2018-12-21spapr: add an extra OV5 field to the sPAPR IRQ backendCédric Le Goater
2018-12-21spapr: add a 'reset' method to the sPAPR IRQ backendCédric Le Goater
2018-12-21spapr: extend the sPAPR IRQ backend for XICS migrationCédric Le Goater
2018-12-21spapr: allocate the interrupt thread context under the CPU coreCédric Le Goater
2018-12-21spapr: add device tree support for the XIVE exploitation modeCédric Le Goater
2018-12-21spapr: add hcalls support for the XIVE exploitation interrupt modeCédric Le Goater
2018-12-21spapr: introduce a new machine IRQ backend for XIVECédric Le Goater
2018-12-21spapr-iommu: Always advertise the maximum possible DMA window sizeAlexey Kardashevskiy
2018-12-21spapr/xive: use the VCPU id as a NVT identifierCédric Le Goater
2018-12-21spapr/xive: introduce a XIVE interrupt controllerCédric Le Goater
2018-12-21ppc/xive: notify the CPU when the interrupt priority is more privilegedCédric Le Goater
2018-12-21ppc/xive: introduce a simplified XIVE presenterCédric Le Goater
2018-12-21ppc/xive: introduce the XIVE interrupt thread contextCédric Le Goater