summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa/vdpa_sim/vdpa_sim_blk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vdpa_sim_blk: allocate the buffer zeroedStefano Garzarella2023-11-011-2/+2
* vdpa_sim_blk: Fix the potential leak of mgmt_devShawn.Shao2023-10-181-2/+3
* vdpa_sim_blk: support shared backendStefano Garzarella2023-04-211-7/+50
* vdpa_sim: move buffer allocation in the devicesStefano Garzarella2023-04-211-7/+33
* vdpa_sim: replace the spinlock with a mutex to protect the stateStefano Garzarella2023-04-211-2/+2
* vdpa_sim: make devices agnostic for work managementStefano Garzarella2023-04-211-4/+2
* vdpasim: customize allocation sizeJason Wang2023-02-211-0/+1
* vdpa_sim: fix possible memory leak in vdpasim_net_init() and vdpasim_blk_init()ruanjinjie2022-12-281-1/+3
* vdpa_sim_net: support feature provisioningJason Wang2022-10-071-1/+1
* vdpa_sim_blk: add support for discard and write-zeroesStefano Garzarella2022-08-111-1/+73
* vdpa_sim_blk: add support for VIRTIO_BLK_T_FLUSHStefano Garzarella2022-08-111-0/+5
* vdpa_sim_blk: make vdpasim_blk_check_range usable by other requestsStefano Garzarella2022-08-111-15/+23
* vdpa_sim_blk: check if sector is 0 for commands other than read or writeStefano Garzarella2022-08-111-0/+10
* vdpa_sim: Implement suspend vdpa opEugenio PĂ©rez2022-08-111-0/+3
* vdpa_sim_blk: set number of address spaces and virtqueue groupsStefano Garzarella2022-08-111-0/+6
* vdpa_sim_blk: call vringh_complete_iotlb() also in the error pathStefano Garzarella2022-08-111-5/+9
* vdpa_sim_blk: limit the number of request handled per batchStefano Garzarella2022-08-111-0/+10
* vdpa_sim_blk: use dev_dbg() to print errorsStefano Garzarella2022-08-111-10/+10
* vdpa: Enable user to set mac and mtu of vdpa deviceParav Pandit2021-11-011-1/+2
* vdpa_sim_blk: remove duplicate include of linux/blkdev.hWan Jiabing2021-07-031-1/+0
* vdpa_sim_blk: add support for vdpa management toolStefano Garzarella2021-05-031-13/+63
* vdpa_sim_blk: handle VIRTIO_BLK_T_GET_IDStefano Garzarella2021-05-031-0/+15
* vdpa_sim_blk: implement ramdisk behaviourStefano Garzarella2021-05-031-18/+146
* vdpa: add vdpa simulator for block deviceMax Gurtovoy2021-05-031-0/+145