aboutsummaryrefslogtreecommitdiff
path: root/include/hw/virtio/virtio.h
AgeCommit message (Expand)AuthorFilesLines
2024-08-02virtio-net: Fix network stall at the host side waiting for kickthomas1-3/+16
2024-07-21virtio: Add VIRTIO_F_IN_ORDER property definitionJonah Palmer1-1/+3
2024-07-21virtio: Add bool to VirtQueueElementJonah Palmer1-0/+2
2024-07-03hw/virtio: Fix the de-initialization of vhost-user devicesThomas Huth1-4/+4
2024-07-01virtio/virtio-pci: Handle extra notification dataJonah Palmer1-0/+2
2024-04-10hw/virtio: Introduce virtio_bh_new_guarded() helperPhilippe Mathieu-Daudé1-0/+7
2024-04-09Revert "hw/virtio: Add support for VDPA network simulation devices"Michael S. Tsirkin1-19/+0
2024-03-12hw/virtio: Add support for VDPA network simulation devicesHao Chen1-0/+19
2023-07-10include/hw/virtio: document some more usage of notifiersAlex Bennée1-0/+8
2023-07-10include/hw/virtio: add kerneldoc for virtio_initAlex Bennée1-0/+6
2023-07-10include/hw/virtio: document virtio_notify_configAlex Bennée1-0/+7
2023-06-26include/hw/virtio: make some VirtIODevice constHawkins Jiawei1-1/+1
2023-05-19virtio-pci: add handling of PCI ATS and Device-TLB enable/disableViktor Prutyanov1-0/+2
2023-04-21virtio: refresh vring region cache after updating a virtqueue sizeCarlos López1-0/+1
2023-03-20replace TABs with spacesYeqi Fu1-1/+1
2023-01-08include/hw/virtio: Break inclusion loopMarkus Armbruster1-1/+0
2023-01-08virtio: add support for configure interruptCindy Lu1-0/+4
2023-01-08virtio: introduce macro VIRTIO_CONFIG_IRQ_IDXCindy Lu1-0/+3
2022-12-21include/hw: attempt to document VirtIO feature variablesAlex Bennée1-1/+18
2022-12-01include/hw: VM state takes precedence in virtio_device_should_startAlex Bennée1-5/+18
2022-11-10virtio-net: fix for heap-buffer-overflowXuan Zhuo1-0/+2
2022-11-07hw/virtio: introduce virtio_device_should_startAlex Bennée1-0/+18
2022-11-07virtio: core: vq reset feature negotation supportKangjie Xu1-1/+3
2022-11-07virtio: introduce virtio_queue_enable()Kangjie Xu1-0/+2
2022-11-07virtio: introduce virtio_queue_reset()Xuan Zhuo1-0/+2
2022-10-09qmp: decode feature & status bits in virtio-statusLaurent Vivier1-0/+5
2022-10-09qmp: add QMP command x-query-virtioLaurent Vivier1-0/+1
2022-10-07virtio: introduce VirtIOConfigSizeParams & virtio_get_config_sizeDaniil Tatianin1-2/+8
2022-10-07hw/virtio: move vm_running check to virtio_device_startedAlex Bennée1-0/+5
2022-10-07include/hw/virtio: more comment for VIRTIO_F_BAD_FEATUREAlex Bennée1-1/+6
2022-05-16virtio: add vhost support for virtio devicesJonah Palmer1-0/+3
2022-05-16virtio: drop name parameter for virtio_init()Jonah Palmer1-2/+2
2022-05-09virtio-scsi: don't waste CPU polling the event virtqueueStefan Hajnoczi1-0/+1
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau1-1/+1
2022-01-12virtio: unify dataplane and non-dataplane ->handle_output()Stefan Hajnoczi1-2/+2
2022-01-12virtio: get rid of VirtIOHandleAIOOutputStefan Hajnoczi1-2/+1
2022-01-10Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"Michael S. Tsirkin1-3/+0
2022-01-10Revert "virtio: add support for configure interrupt"Michael S. Tsirkin1-4/+0
2022-01-06virtio: add support for configure interruptCindy Lu1-0/+4
2022-01-06virtio: introduce macro IRTIO_CONFIG_IRQ_IDXCindy Lu1-0/+3
2021-05-14hw/virtio: Pass virtio_feature_get_config_size() a const argumentPhilippe Mathieu-Daudé1-1/+1
2020-09-29virtio: skip legacy support check on machine types less than 5.1Stefano Garzarella1-0/+2
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-6/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2020-07-27virtio-pci: fix virtio_pci_queue_enabled()Laurent Vivier1-0/+1
2020-07-22virtio: list legacy-capable devicesCornelia Huck1-0/+2
2020-01-05virtio: don't enable notifications during pollingStefan Hajnoczi1-0/+1
2020-01-05virtio-pci: disable vring processing when bus-mastering is disabledMichael Roth1-0/+15
2020-01-05virtio: add ability to delete vq through a pointerMichael S. Tsirkin1-0/+2