summary refs log tree commit diff stats
path: root/include/hw/virtio/virtio.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* virtio: unify dataplane and non-dataplane ->handle_output()Stefan Hajnoczi2022-01-121-2/+2
* virtio: get rid of VirtIOHandleAIOOutputStefan Hajnoczi2022-01-121-2/+1
* Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"Michael S. Tsirkin2022-01-101-3/+0
* Revert "virtio: add support for configure interrupt"Michael S. Tsirkin2022-01-101-4/+0
* virtio: add support for configure interruptCindy Lu2022-01-061-0/+4
* virtio: introduce macro IRTIO_CONFIG_IRQ_IDXCindy Lu2022-01-061-0/+3
* hw/virtio: Pass virtio_feature_get_config_size() a const argumentPhilippe Mathieu-Daudé2021-05-141-1/+1
* virtio: skip legacy support check on machine types less than 5.1Stefano Garzarella2020-09-291-0/+2
* Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2020-09-181-3/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-6/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* virtio-pci: fix virtio_pci_queue_enabled()Laurent Vivier2020-07-271-0/+1
* virtio: list legacy-capable devicesCornelia Huck2020-07-221-0/+2
* virtio: don't enable notifications during pollingStefan Hajnoczi2020-01-051-0/+1
* virtio-pci: disable vring processing when bus-mastering is disabledMichael Roth2020-01-051-0/+15
* virtio: add ability to delete vq through a pointerMichael S. Tsirkin2020-01-051-0/+2
* virtio: notify virtqueue via host notifier when availableStefan Hajnoczi2019-11-061-0/+1
* net/virtio: add failover supportJens Freimann2019-10-291-0/+1
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2019-10-291-0/+6
|\
| * virtio: new post_load hookMichael S. Tsirkin2019-10-291-0/+6
* | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...Peter Maydell2019-10-281-7/+0
|\ \
| * | 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