aboutsummaryrefslogtreecommitdiff
path: root/include/hw/virtio/virtio.h
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-10net: Add virtio queue interface to update used index from vring stateYuri Benditovich1-0/+1
2017-01-10virtio: convert to use DMA apiJason Wang1-3/+6
2016-11-18virtio: set ISR on dataplane notificationsPaolo Bonzini1-1/+1
2016-11-18virtio: introduce grab/release_ioeventfd to fix vhostPaolo Bonzini1-0/+2
2016-11-15virtio: drop virtio_queue_get_ring_{size,addr}()Greg Kurz1-2/+0
2016-11-15virtio: allow per-device-class legacy featuresMichael S. Tsirkin1-0/+5
2016-11-15virtio: make virtqueue_alloc_element staticLadi Prosek1-1/+0
2016-11-15virtio: rename virtqueue_discard to virtqueue_unpopLadi Prosek1-2/+2
2016-10-30virtio: inline virtio_queue_set_host_notifier_fd_handlerPaolo Bonzini1-2/+1
2016-10-30Revert "virtio: Introduce virtio_add_queue_aio"Paolo Bonzini1-3/+0
2016-10-30virtio: introduce virtio_device_ioeventfd_enabledPaolo Bonzini1-0/+1