summaryrefslogtreecommitdiffstats
path: root/drivers/virtio/virtio_pci_modern_dev.c
Commit message (Expand)AuthorAgeFilesLines
* virtio_pci: move structure to a headerMichael S. Tsirkin2023-11-011-3/+4
* virtio_pci: add check for common cfg sizeXuan Zhuo2023-11-011-1/+1
* virtio_pci: add build offset check for the new common cfg itemsXuan Zhuo2023-11-011-0/+4
* virtio_pci: fix the common cfg map sizeXuan Zhuo2023-10-181-1/+1
* virtio: allow caller to override device DMA mask in vp_modernShannon Nelson2023-06-271-1/+2
* virtio: allow caller to override device id in vp_modernShannon Nelson2023-06-271-11/+19
* virtio_pci: introduce helper to get/set queue resetXuan Zhuo2022-08-111-0/+39
* virtio: Remove unnecessary variable assignmentsBo Liu2022-06-241-2/+0
* virtio: Fix all occurences of the "the the" typoBo Liu2022-06-091-1/+1
* virtio: harden vring IRQJason Wang2022-05-311-0/+5
* virtio: pci: Fix an error handling path in vp_modern_probe()Christophe JAILLET2022-05-311-0/+1
* virtio: pci: check bar values read from virtio config spaceKeir Fraser2022-03-281-1/+8
* virtio: fix a typo in function "vp_modern_remove" comments.Dapeng Mi2022-01-141-1/+1
* virtio-pci library: introduce vp_modern_get_driver_features()Jason Wang2021-07-081-0/+21
* virtio_pci_modern: correct sparse tags for notifyMichael S. Tsirkin2021-05-041-5/+4
* virtio-pci library: report resource addressJason Wang2021-05-031-7/+17
* virito_pci libray: hide vp_modern_map_capability()Jason Wang2021-05-031-6/+4
* virtio_pci_modern: hide vp_modern_get_queue_notify_off()Jason Wang2021-05-031-3/+2
* virtio_pci_modern: introduce helper to map vq notify areaJason Wang2021-05-031-0/+35
* virtio-pci: introduce modern device moduleJason Wang2021-02-231-0/+599