aboutsummaryrefslogtreecommitdiff
path: root/drivers/vdpa/vdpa_sim
AgeCommit message (Expand)AuthorFilesLines
2023-11-01vdpa_sim_blk: allocate the buffer zeroedGravatar Stefano Garzarella 1-2/+2
2023-11-01vdpa_sim: implement .reset_map supportGravatar Si-Wei Liu 1-9/+43
2023-10-18vdpa_sim_blk: Fix the potential leak of mgmt_devGravatar Shawn.Shao 1-2/+3
2023-09-03vdpa_sim: offer VHOST_BACKEND_F_ENABLE_AFTER_DRIVER_OKGravatar Eugenio Pérez 1-0/+8
2023-04-21vdpa_sim_blk: support shared backendGravatar Stefano Garzarella 1-7/+50
2023-04-21vdpa_sim: move buffer allocation in the devicesGravatar Stefano Garzarella 4-21/+57
2023-04-21vdpa_sim: add support for user VAGravatar Stefano Garzarella 2-8/+90
2023-04-21vdpa_sim: replace the spinlock with a mutex to protect the stateGravatar Stefano Garzarella 4-23/+23
2023-04-21vdpa_sim: use kthread workerGravatar Stefano Garzarella 2-7/+15
2023-04-21vdpa_sim: make devices agnostic for work managementGravatar Stefano Garzarella 4-11/+21
2023-04-04vdpa_sim_net: complete the initialization before register the deviceGravatar Stefano Garzarella 1-4/+9
2023-03-13vdpa_sim: set last_used_idx as last_avail_idx in vdpasim_queue_readyGravatar Eugenio Pérez 1-0/+11
2023-02-20vdpa: Fix a couple of spelling mistakes in some messagesGravatar Colin Ian King 1-1/+1
2023-02-20vdpa_sim: get rid of DMA opsGravatar Jason Wang 2-150/+22
2023-02-20vdpa_sim_net: vendor satisticsGravatar Jason Wang 1-6/+213
2023-02-20vdpa_sim: support vendor statisticsGravatar Jason Wang 2-0/+17
2023-02-20vdpasim: customize allocation sizeGravatar Jason Wang 4-1/+7
2023-02-20vdpa_sim: switch to use __vdpa_alloc_device()Gravatar Jason Wang 1-5/+8
2023-02-20vdpa_sim: use weak barriersGravatar Jason Wang 1-1/+1
2023-02-20vdpa_sim: Implement resume vdpa opGravatar Sebastien Boeuf 2-0/+30
2023-02-20vdpa_sim_net: Offer VIRTIO_NET_F_STATUSGravatar Eugenio Pérez 1-0/+1
2023-02-13vdpa_sim: not reset state in vdpasim_queue_readyGravatar Eugenio Pérez 1-0/+2
2022-12-28vdpa_sim_net: should not drop the multicast/broadcast packetGravatar Cindy Lu 1-0/+3
2022-12-28vdpasim: fix memory leak when freeing IOTLBsGravatar Jason Wang 1-1/+3
2022-12-28vdpa_sim: fix vringh initialization in vdpasim_queue_ready()Gravatar Stefano Garzarella 1-2/+1
2022-12-28vdpa_sim: fix possible memory leak in vdpasim_net_init() and vdpasim_blk_init()Gravatar ruanjinjie 2-2/+6
2022-10-07vdpa_sim_net: support feature provisioningGravatar Jason Wang 4-5/+17
2022-08-11vdpa_sim_blk: add support for discard and write-zeroesGravatar Stefano Garzarella 1-1/+73
2022-08-11vdpa_sim_blk: add support for VIRTIO_BLK_T_FLUSHGravatar Stefano Garzarella 1-0/+5
2022-08-11vdpa_sim_blk: make vdpasim_blk_check_range usable by other requestsGravatar Stefano Garzarella 1-15/+23
2022-08-11vdpa_sim_blk: check if sector is 0 for commands other than read or writeGravatar Stefano Garzarella 1-0/+10
2022-08-11vdpa_sim: Implement suspend vdpa opGravatar Eugenio Pérez 4-0/+21
2022-08-11vdpa_sim: use max_iotlb_entries as a limit in vhost_iotlb_initGravatar Stefano Garzarella 1-2/+2
2022-08-11vdpa_sim_blk: set number of address spaces and virtqueue groupsGravatar Stefano Garzarella 1-0/+6
2022-08-11vdpa_sim_blk: call vringh_complete_iotlb() also in the error pathGravatar Stefano Garzarella 1-5/+9
2022-08-11vdpa_sim_blk: limit the number of request handled per batchGravatar Stefano Garzarella 1-0/+10
2022-08-11vdpa_sim_blk: use dev_dbg() to print errorsGravatar Stefano Garzarella 1-10/+10
2022-05-31vdpasim: Off by one in vdpasim_set_group_asid()Gravatar Dan Carpenter 1-1/+1
2022-05-31vdpasim: allow to enable a vq repeatedlyGravatar Eugenio Pérez 1-1/+4
2022-05-31vdpasim: control virtqueue supportGravatar Gautam Dawar 3-20/+161
2022-05-31vdpa_sim: filter destination mac addressGravatar Gautam Dawar 1-18/+31
2022-05-31vdpa_sim: factor out buffer completion logicGravatar Gautam Dawar 1-15/+18
2022-05-31vdpa_sim: advertise VIRTIO_NET_F_MTUGravatar Gautam Dawar 1-1/+2
2022-05-31vdpa: multiple address spaces supportGravatar Gautam Dawar 1-4/+6
2022-05-31vdpa: introduce virtqueue groupsGravatar Gautam Dawar 2-1/+9
2022-01-14vdpa/vdpa_sim_net: Report max device capabilitiesGravatar Eli Cohen 1-0/+1
2022-01-14vdpa/vdpa_sim: Configure max supported virtqueuesGravatar Eli Cohen 1-0/+1
2022-01-14vdpa: Provide interface to read driver featuresGravatar Eli Cohen 1-6/+15
2021-11-24vdpa_sim: avoid putting an uninitialized iova_domainGravatar Longpeng 1-2/+5
2021-11-01vdpa_sim_net: Enable user to set mac address and mtuGravatar Parav Pandit 1-16/+19