summaryrefslogtreecommitdiff
path: root/drivers/vdpa/vdpa_sim/vdpa_sim_blk.c
AgeCommit message (Expand)Author
2023-10-18vdpa_sim_blk: Fix the potential leak of mgmt_devShawn.Shao
2023-04-21vdpa_sim_blk: support shared backendStefano Garzarella
2023-04-21vdpa_sim: move buffer allocation in the devicesStefano Garzarella
2023-04-21vdpa_sim: replace the spinlock with a mutex to protect the stateStefano Garzarella
2023-04-21vdpa_sim: make devices agnostic for work managementStefano Garzarella
2023-02-20vdpasim: customize allocation sizeJason Wang
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_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
2021-11-01vdpa: Enable user to set mac and mtu of vdpa deviceParav Pandit
2021-07-03vdpa_sim_blk: remove duplicate include of linux/blkdev.hWan Jiabing
2021-05-03vdpa_sim_blk: add support for vdpa management toolStefano Garzarella
2021-05-03vdpa_sim_blk: handle VIRTIO_BLK_T_GET_IDStefano Garzarella
2021-05-03vdpa_sim_blk: implement ramdisk behaviourStefano Garzarella
2021-05-03vdpa: add vdpa simulator for block deviceMax Gurtovoy