summaryrefslogtreecommitdiff
path: root/drivers/vdpa/vdpa_sim/vdpa_sim.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-19vdpa_sim: implement vdpa_config_ops.get_vq_size for vDPA simulatorZhu Lingshan1-0/+12
2024-03-19vdpa_sim: reset must not runSteve Sistare1-1/+2
2023-11-01vdpa_sim: implement .reset_map supportSi-Wei Liu1-9/+43
2023-09-04vdpa_sim: offer VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OKEugenio Pérez1-0/+8
2023-04-21vdpa_sim: move buffer allocation in the devicesStefano Garzarella1-5/+2
2023-04-21vdpa_sim: add support for user VAStefano Garzarella1-8/+89
2023-04-21vdpa_sim: replace the spinlock with a mutex to protect the stateStefano Garzarella1-17/+17
2023-04-21vdpa_sim: use kthread workerStefano Garzarella1-6/+13
2023-04-21vdpa_sim: make devices agnostic for work managementStefano Garzarella1-2/+15
2023-03-13vdpa_sim: set last_used_idx as last_avail_idx in vdpasim_queue_readyEugenio Pérez1-0/+11
2023-02-21vdpa_sim: get rid of DMA opsJason Wang1-149/+21
2023-02-21vdpa_sim: support vendor statisticsJason Wang1-0/+14
2023-02-21vdpasim: customize allocation sizeJason Wang1-1/+4
2023-02-21vdpa_sim: switch to use __vdpa_alloc_device()Jason Wang1-5/+8
2023-02-21vdpa_sim: use weak barriersJason Wang1-1/+1
2023-02-21vdpa_sim: Implement resume vdpa opSebastien Boeuf1-0/+29
2023-02-13vdpa_sim: not reset state in vdpasim_queue_readyEugenio Pérez1-0/+2
2022-12-28vdpasim: fix memory leak when freeing IOTLBsJason Wang1-1/+3
2022-12-28vdpa_sim: fix vringh initialization in vdpasim_queue_ready()Stefano Garzarella1-2/+1
2022-10-07vdpa_sim_net: support feature provisioningJason Wang1-1/+11
2022-08-11vdpa_sim: Implement suspend vdpa opEugenio Pérez1-0/+14
2022-08-11vdpa_sim: use max_iotlb_entries as a limit in vhost_iotlb_initStefano Garzarella1-2/+2
2022-05-31vdpasim: Off by one in vdpasim_set_group_asid()Dan Carpenter1-1/+1
2022-05-31vdpasim: allow to enable a vq repeatedlyEugenio Pérez1-1/+4
2022-05-31vdpasim: control virtqueue supportGautam Dawar1-18/+73
2022-05-31vdpa: multiple address spaces supportGautam Dawar1-4/+6
2022-05-31vdpa: introduce virtqueue groupsGautam Dawar1-1/+8
2022-01-15vdpa: Provide interface to read driver featuresEli Cohen1-6/+15
2021-11-25vdpa_sim: avoid putting an uninitialized iova_domainLongpeng1-2/+5
2021-09-06vdpa: Support transferring virtual addressing during DMA mappingXie Yongji1-1/+1
2021-09-06vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()Xie Yongji1-3/+3
2021-09-06vdpa: Add reset callback in vdpa_config_opsXie Yongji1-3/+15
2021-09-05vdpa_sim: Use iova_shift() for the size passed to alloc_iova()Xie Yongji1-1/+2
2021-08-11vdpa_sim: Fix return value check for vdpa_alloc_device()Xie Yongji1-1/+3
2021-07-08vdpa: support packed virtqueue for set/get_vq_state()Jason Wang1-2/+2
2021-05-03vdpa: add get_config_size callback in vdpa_config_opsStefano Garzarella1-0/+9
2021-05-03vdpa_sim: cleanup kiovs in vdpasim_free()Stefano Garzarella1-0/+7
2021-05-03vringh: add 'iotlb_lock' to synchronize iotlb accessesStefano Garzarella1-1/+2
2021-05-03vdpa_sim: use iova module to allocate IOVA addressesStefano Garzarella1-42/+66
2021-02-25vdpa: set the virtqueue num during registerJason Wang1-1/+1
2021-02-23vdpa_sim_net: Add support for user supported devicesParav Pandit1-1/+2
2021-02-23vdpa: Extend routine to accept vdpa device nameParav Pandit1-1/+1
2020-12-19vdpa: split vdpasim to core and net modulesMax Gurtovoy1-215/+6
2020-12-19vdpa_sim: split vdpasim_virtqueue's iov field in out_iov and in_iovStefano Garzarella1-5/+6
2020-12-19vdpa_sim: make vdpasim->buffer size configurableStefano Garzarella1-1/+3
2020-12-19vdpa_sim: use kvmalloc to allocate vdpasim->bufferStefano Garzarella1-2/+2
2020-12-19vdpa_sim: set vringh notify callbackStefano Garzarella1-4/+19
2020-12-19vdpa_sim: add set_config callback in vdpasim_dev_attrStefano Garzarella1-1/+10
2020-12-19vdpa_sim: add get_config callback in vdpasim_dev_attrStefano Garzarella1-14/+21
2020-12-19vdpa_sim: make 'config' generic and usable for any device typeStefano Garzarella1-4/+13