summaryrefslogtreecommitdiff
path: root/drivers/vdpa/vdpa_sim
AgeCommit message (Expand)Author
2024-03-19vdpa_sim: implement vdpa_config_ops.get_vq_size for vDPA simulatorZhu Lingshan
2024-03-19vdpa_sim: reset must not runSteve Sistare
2023-11-01vdpa_sim_blk: allocate the buffer zeroedStefano Garzarella
2023-11-01vdpa_sim: implement .reset_map supportSi-Wei Liu
2023-10-18vdpa_sim_blk: Fix the potential leak of mgmt_devShawn.Shao
2023-09-03vdpa_sim: offer VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OKEugenio Pérez
2023-04-21vdpa_sim_blk: support shared backendStefano Garzarella
2023-04-21vdpa_sim: move buffer allocation in the devicesStefano Garzarella
2023-04-21vdpa_sim: add support for user VAStefano Garzarella
2023-04-21vdpa_sim: replace the spinlock with a mutex to protect the stateStefano Garzarella
2023-04-21vdpa_sim: use kthread workerStefano Garzarella
2023-04-21vdpa_sim: make devices agnostic for work managementStefano Garzarella
2023-04-04vdpa_sim_net: complete the initialization before register the deviceStefano Garzarella
2023-03-13vdpa_sim: set last_used_idx as last_avail_idx in vdpasim_queue_readyEugenio Pérez
2023-02-20vdpa: Fix a couple of spelling mistakes in some messagesColin Ian King
2023-02-20vdpa_sim: get rid of DMA opsJason Wang
2023-02-20vdpa_sim_net: vendor satisticsJason Wang
2023-02-20vdpa_sim: support vendor statisticsJason Wang
2023-02-20vdpasim: customize allocation sizeJason Wang
2023-02-20vdpa_sim: switch to use __vdpa_alloc_device()Jason Wang
2023-02-20vdpa_sim: use weak barriersJason Wang
2023-02-20vdpa_sim: Implement resume vdpa opSebastien Boeuf
2023-02-20vdpa_sim_net: Offer VIRTIO_NET_F_STATUSEugenio Pérez
2023-02-13vdpa_sim: not reset state in vdpasim_queue_readyEugenio Pérez
2022-12-28vdpa_sim_net: should not drop the multicast/broadcast packetCindy Lu
2022-12-28vdpasim: fix memory leak when freeing IOTLBsJason Wang
2022-12-28vdpa_sim: fix vringh initialization in vdpasim_queue_ready()Stefano Garzarella
2022-12-28vdpa_sim: fix possible memory leak in vdpasim_net_init() and vdpasim_blk_init()ruanjinjie
2022-10-07vdpa_sim_net: support feature provisioningJason Wang
2022-08-11vdpa_sim_blk: add support for discard and write-zeroesStefano Garzarella
2022-08-11vdpa_sim_blk: add support for VIRTIO_BLK_T_FLUSHStefano Garzarella
2022-08-11vdpa_sim_blk: make vdpasim_blk_check_range usable by other requestsStefano Garzarella
2022-08-11vdpa_sim_blk: check if sector is 0 for commands other than read or writeStefano Garzarella
2022-08-11vdpa_sim: Implement suspend vdpa opEugenio Pérez
2022-08-11vdpa_sim: use max_iotlb_entries as a limit in vhost_iotlb_initStefano Garzarella
2022-08-11vdpa_sim_blk: set number of address spaces and virtqueue groupsStefano Garzarella
2022-08-11vdpa_sim_blk: call vringh_complete_iotlb() also in the error pathStefano Garzarella
2022-08-11vdpa_sim_blk: limit the number of request handled per batchStefano Garzarella
2022-08-11vdpa_sim_blk: use dev_dbg() to print errorsStefano Garzarella
2022-05-31vdpasim: Off by one in vdpasim_set_group_asid()Dan Carpenter
2022-05-31vdpasim: allow to enable a vq repeatedlyEugenio Pérez
2022-05-31vdpasim: control virtqueue supportGautam Dawar
2022-05-31vdpa_sim: filter destination mac addressGautam Dawar
2022-05-31vdpa_sim: factor out buffer completion logicGautam Dawar
2022-05-31vdpa_sim: advertise VIRTIO_NET_F_MTUGautam Dawar
2022-05-31vdpa: multiple address spaces supportGautam Dawar
2022-05-31vdpa: introduce virtqueue groupsGautam Dawar
2022-01-14vdpa/vdpa_sim_net: Report max device capabilitiesEli Cohen
2022-01-14vdpa/vdpa_sim: Configure max supported virtqueuesEli Cohen
2022-01-14vdpa: Provide interface to read driver featuresEli Cohen