aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/ifcvf (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-05vdpa: Modify get_vq_state() to return error codeEli Cohen1-2/+3
2020-08-05net/vdpa: Use struct for set/get vq stateEli Cohen3-8/+9
2020-08-05vdpa: remove hard coded virtq numMax Gurtovoy1-1/+2
2020-08-05ifcvf: implement vdpa_config_ops.get_vq_irq()Zhu Lingshan1-2/+16
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin1-1/+1
2020-06-06ifcvf: implement config interrupt in IFCVFZhu Lingshan3-1/+29
2020-06-06ifcvf: ignore continuous setting same status valueZhu Lingshan1-0/+3
2020-06-04ifcvf: move IRQ request/free to status change handlersZhu Lingshan1-47/+73
2020-04-17vdpa: allow a 32 bit vq alignmentMichael S. Tsirkin1-1/+1
2020-04-16vdpa: remove unused variables 'ifcvf' and 'ifcvf_lm'YueHaibing2-4/+0
2020-04-02vdpa: move to drivers/vdpaMichael S. Tsirkin4-0/+945