summary refs log tree commit diff stats
path: root/include/hw/virtio/virtio.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | include: Move endof() up from hw/virtio/virtio.hMax Reitz2019-10-281-7/+0
| |/
* | virtio: drop unused virtio_device_stop_ioeventfd() functionStefan Hajnoczi2019-10-251-1/+0
* | virtio: add property to enable packed virtqueueJason Wang2019-10-251-1/+3
* | virtio: basic packed virtqueue supportJason Wang2019-10-251-3/+7
|/
* sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster2019-08-161-1/+0
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* Include exec/memory.h slightly lessMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* virtio: Set "start_on_kick" for legacy devicesXie Yongji2019-07-041-1/+1
* virtio: add "use-started" propertyXie Yongji2019-07-041-0/+21
* virtio: Introduce started flag to VirtioDeviceXie Yongji2019-05-201-0/+2
* vhost_net: don't set backend for the uninitialized virtqueueJason Wang2019-05-171-0/+1
* virtio-net: make VirtIOFeature usable for other virtio devicesStefano Garzarella2019-02-221-0/+15
* virtio: support setting memory region based host notifierTiwei Bie2018-05-231-0/+2
* virtio: Add queue interface to restore avail index from vring used indexMaxime Coquelin2017-12-011-0/+1
* migration: Route more error pathsDr. David Alan Gilbert2017-09-271-1/+1
* virtio_net: Bypass backends for MTU feature negotiationMaxime Coquelin2017-05-251-0/+1
* virtio: fix vring_align() on 64-bit windowsAndrew Baumann2017-03-291-1/+1
* virtio: add MemoryListener to cache ring translationsPaolo Bonzini2017-02-171-0/+1
* virtio: Report real progress in VQ aio poll handlerFam Zheng2017-02-171-2/+2
* virtio: make virtio_should_notify staticPaolo Bonzini2017-02-011-1/+0
* virtio-ccw: fix ring sizingMichael S. Tsirkin2017-01-201-0/+1
* virtio: Introduce virtqueue_drop_all procedureYuri Benditovich2017-01-101-0/+1
* net: Add virtio queue interface to update used index from vring stateYuri Benditovich2017-01-101-0/+1
* virtio: convert to use DMA apiJason Wang2017-01-101-3/+6
* virtio: set ISR on dataplane notificationsPaolo Bonzini2016-11-181-1/+1
* virtio: introduce grab/release_ioeventfd to fix vhostPaolo Bonzini2016-11-181-0/+2
* virtio: drop virtio_queue_get_ring_{size,addr}()Greg Kurz2016-11-151-2/+0
* virtio: allow per-device-class legacy featuresMichael S. Tsirkin2016-11-151-0/+5
* virtio: make virtqueue_alloc_element staticLadi Prosek2016-11-151-1/+0
* virtio: rename virtqueue_discard to virtqueue_unpopLadi Prosek2016-11-151-2/+2
* virtio: inline virtio_queue_set_host_notifier_fd_handlerPaolo Bonzini2016-10-301-2/+1
* Revert "virtio: Introduce virtio_add_queue_aio"Paolo Bonzini2016-10-301-3/+0
* virtio: introduce virtio_device_ioeventfd_enabledPaolo Bonzini2016-10-301-0/+1
* virtio: add start_ioeventfd and stop_ioeventfd to VirtioDeviceClassPaolo Bonzini2016-10-301-0/+4
* virtio/migration: Add VMStateDescription to VirtioDeviceClassDr. David Alan Gilbert2016-10-301-0/+4
* virtio: cleanup VMSTATE_VIRTIO_DEVICEHalil Pasic2016-10-101-27/+0
* virtio: prepare change VMSTATE_VIRTIO_DEVICE macroHalil Pasic2016-10-101-0/+16
* virtio: add virtio_detach_element()Stefan Hajnoczi2016-10-101-0/+2
* virtio: stop virtqueue processing if device is brokenStefan Hajnoczi2016-09-231-0/+3
* virtio: add virtqueue_rewind()Stefan Hajnoczi2016-09-091-0/+1
* virtio: Migration helper function and macroDr. David Alan Gilbert2016-07-211-0/+20
* virtio: Introduce virtio_add_queue_aioFam Zheng2016-07-211-0/+3
* virtio: Add typedef for handle_outputFam Zheng2016-07-211-2/+3
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-121-2/+2
* virtio: drop duplicate virtio_queue_get_id() functionStefan Hajnoczi2016-06-071-1/+0
* virtio: merge virtio_queue_aio_set_host_notifier_handler with virtio_queue_se...Paolo Bonzini2016-04-071-4/+2
* virtio: add aio handlerMichael S. Tsirkin2016-04-071-0/+3
* virtio: make virtio_queue_notify_vq staticPaolo Bonzini2016-04-071-1/+0