aboutsummaryrefslogtreecommitdiff
path: root/include/hw/virtio/virtio.h
AgeCommit message (Expand)Author
2019-11-06virtio: notify virtqueue via host notifier when availableStefan Hajnoczi
2019-10-29net/virtio: add failover supportJens Freimann
2019-10-29Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2019-10-29virtio: new post_load hookMichael S. Tsirkin
2019-10-28Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...Peter Maydell
2019-10-28include: Move endof() up from hw/virtio/virtio.hMax Reitz
2019-10-25virtio: drop unused virtio_device_stop_ioeventfd() functionStefan Hajnoczi
2019-10-25virtio: add property to enable packed virtqueueJason Wang
2019-10-25virtio: basic packed virtqueue supportJason Wang
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include exec/memory.h slightly lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-07-04virtio: Set "start_on_kick" for legacy devicesXie Yongji
2019-07-04virtio: add "use-started" propertyXie Yongji
2019-05-20virtio: Introduce started flag to VirtioDeviceXie Yongji
2019-05-17vhost_net: don't set backend for the uninitialized virtqueueJason Wang
2019-02-22virtio-net: make VirtIOFeature usable for other virtio devicesStefano Garzarella
2018-05-23virtio: support setting memory region based host notifierTiwei Bie
2017-12-01virtio: Add queue interface to restore avail index from vring used indexMaxime Coquelin
2017-09-27migration: Route more error pathsDr. David Alan Gilbert
2017-05-25virtio_net: Bypass backends for MTU feature negotiationMaxime Coquelin
2017-03-29virtio: fix vring_align() on 64-bit windowsAndrew Baumann
2017-02-17virtio: add MemoryListener to cache ring translationsPaolo Bonzini
2017-02-17virtio: Report real progress in VQ aio poll handlerFam Zheng
2017-02-01virtio: make virtio_should_notify staticPaolo Bonzini
2017-01-20virtio-ccw: fix ring sizingMichael S. Tsirkin
2017-01-10virtio: Introduce virtqueue_drop_all procedureYuri Benditovich
2017-01-10net: Add virtio queue interface to update used index from vring stateYuri Benditovich
2017-01-10virtio: convert to use DMA apiJason Wang
2016-11-18virtio: set ISR on dataplane notificationsPaolo Bonzini
2016-11-18virtio: introduce grab/release_ioeventfd to fix vhostPaolo Bonzini
2016-11-15virtio: drop virtio_queue_get_ring_{size,addr}()Greg Kurz
2016-11-15virtio: allow per-device-class legacy featuresMichael S. Tsirkin
2016-11-15virtio: make virtqueue_alloc_element staticLadi Prosek
2016-11-15virtio: rename virtqueue_discard to virtqueue_unpopLadi Prosek
2016-10-30virtio: inline virtio_queue_set_host_notifier_fd_handlerPaolo Bonzini
2016-10-30Revert "virtio: Introduce virtio_add_queue_aio"Paolo Bonzini
2016-10-30virtio: introduce virtio_device_ioeventfd_enabledPaolo Bonzini
2016-10-30virtio: add start_ioeventfd and stop_ioeventfd to VirtioDeviceClassPaolo Bonzini
2016-10-30virtio/migration: Add VMStateDescription to VirtioDeviceClassDr. David Alan Gilbert
2016-10-10virtio: cleanup VMSTATE_VIRTIO_DEVICEHalil Pasic
2016-10-10virtio: prepare change VMSTATE_VIRTIO_DEVICE macroHalil Pasic
2016-10-10virtio: add virtio_detach_element()Stefan Hajnoczi
2016-09-23virtio: stop virtqueue processing if device is brokenStefan Hajnoczi
2016-09-09virtio: add virtqueue_rewind()Stefan Hajnoczi
2016-07-21virtio: Migration helper function and macroDr. David Alan Gilbert
2016-07-21virtio: Introduce virtio_add_queue_aioFam Zheng
2016-07-21virtio: Add typedef for handle_outputFam Zheng