aboutsummaryrefslogtreecommitdiff
path: root/include/hw/virtio/virtio.h
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-06virtio: notify virtqueue via host notifier when availableStefan Hajnoczi1-0/+1
2019-10-29net/virtio: add failover supportJens Freimann1-0/+1
2019-10-29Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell1-0/+6
2019-10-29virtio: new post_load hookMichael S. Tsirkin1-0/+6
2019-10-28Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...Peter Maydell1-7/+0
2019-10-28include: Move endof() up from hw/virtio/virtio.hMax Reitz1-7/+0
2019-10-25virtio: drop unused virtio_device_stop_ioeventfd() functionStefan Hajnoczi1-1/+0
2019-10-25virtio: add property to enable packed virtqueueJason Wang1-1/+3
2019-10-25virtio: basic packed virtqueue supportJason Wang1-3/+7
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster1-1/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include exec/memory.h slightly lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-07-04virtio: Set "start_on_kick" for legacy devicesXie Yongji1-1/+1
2019-07-04virtio: add "use-started" propertyXie Yongji1-0/+21
2019-05-20virtio: Introduce started flag to VirtioDeviceXie Yongji1-0/+2
2019-05-17vhost_net: don't set backend for the uninitialized virtqueueJason Wang1-0/+1
2019-02-22virtio-net: make VirtIOFeature usable for other virtio devicesStefano Garzarella1-0/+15
2018-05-23virtio: support setting memory region based host notifierTiwei Bie1-0/+2
2017-12-01virtio: Add queue interface to restore avail index from vring used indexMaxime Coquelin1-0/+1
2017-09-27migration: Route more error pathsDr. David Alan Gilbert1-1/+1
2017-05-25virtio_net: Bypass backends for MTU feature negotiationMaxime Coquelin1-0/+1
2017-03-29virtio: fix vring_align() on 64-bit windowsAndrew Baumann1-1/+1
2017-02-17virtio: add MemoryListener to cache ring translationsPaolo Bonzini1-0/+1
2017-02-17virtio: Report real progress in VQ aio poll handlerFam Zheng1-2/+2
2017-02-01virtio: make virtio_should_notify staticPaolo Bonzini1-1/+0
2017-01-20virtio-ccw: fix ring sizingMichael S. Tsirkin1-0/+1
2017-01-10virtio: Introduce virtqueue_drop_all procedureYuri Benditovich1-0/+1