summaryrefslogtreecommitdiff
path: root/drivers/virtio/virtio_pci_modern_dev.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-19virtio-pci: Introduce admin virtqueueFeng Liu1-1/+23
2023-11-01virtio_pci: move structure to a headerMichael S. Tsirkin1-3/+4
2023-11-01virtio_pci: add check for common cfg sizeXuan Zhuo1-1/+1
2023-11-01virtio_pci: add build offset check for the new common cfg itemsXuan Zhuo1-0/+4
2023-10-18virtio_pci: fix the common cfg map sizeXuan Zhuo1-1/+1
2023-06-27virtio: allow caller to override device DMA mask in vp_modernShannon Nelson1-1/+2
2023-06-27virtio: allow caller to override device id in vp_modernShannon Nelson1-11/+19
2022-08-11virtio_pci: introduce helper to get/set queue resetXuan Zhuo1-0/+39
2022-06-24virtio: Remove unnecessary variable assignmentsBo Liu1-2/+0
2022-06-09virtio: Fix all occurences of the "the the" typoBo Liu1-1/+1
2022-05-31virtio: harden vring IRQJason Wang1-0/+5
2022-05-31virtio: pci: Fix an error handling path in vp_modern_probe()Christophe JAILLET1-0/+1
2022-03-28virtio: pci: check bar values read from virtio config spaceKeir Fraser1-1/+8
2022-01-15virtio: fix a typo in function "vp_modern_remove" comments.Dapeng Mi1-1/+1
2021-07-08virtio-pci library: introduce vp_modern_get_driver_features()Jason Wang1-0/+21
2021-05-04virtio_pci_modern: correct sparse tags for notifyMichael S. Tsirkin1-5/+4
2021-05-03virtio-pci library: report resource addressJason Wang1-7/+17
2021-05-03virito_pci libray: hide vp_modern_map_capability()Jason Wang1-6/+4
2021-05-03virtio_pci_modern: hide vp_modern_get_queue_notify_off()Jason Wang1-3/+2
2021-05-03virtio_pci_modern: introduce helper to map vq notify areaJason Wang1-0/+35
2021-02-23virtio-pci: introduce modern device moduleJason Wang1-0/+599