summaryrefslogtreecommitdiff
path: root/drivers/virtio/virtio_vdpa.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-31virtio: Replace unsigned with unsigned intSolomon Tan1-5/+5
2022-05-31virtio-vdpa: don't set callback if virtio doesn't need itGautam Dawar1-1/+1
2022-03-04vdpa: factor out vdpa_set_features_unlocked for vdpa internal useSi-Wei Liu1-1/+1
2022-01-15vdpa: Allow to configure max data virtqueuesEli Cohen1-1/+1
2022-01-15vdpa: Sync calls set/get config/status with cf_mutexEli Cohen1-2/+1
2022-01-15vdpa: Provide interface to read driver featuresEli Cohen1-1/+1
2021-11-01vdpa: Introduce and use vdpa device get, set config helpersParav Pandit1-2/+1
2021-11-01virtio_vdpa: setup correct vq size with callbacks get_vq_num_{max,min}Wu Zongyong1-5/+11
2021-08-11virtio_vdpa: reject invalid vq indicesVincent Whitchurch1-0/+3
2021-07-08virtio/vdpa: clear the virtqueue state during probeEli Cohen1-0/+15
2021-02-23virtio_vdpa: don't warn when fail to disable vqJason Wang1-2/+1
2020-08-05virtio_vdpa: legacy features handlingMichael S. Tsirkin1-6/+3
2020-04-01virtio: introduce a vDPA based transportJason Wang1-0/+396