summaryrefslogtreecommitdiffstats
path: root/hw/virtio/virtio.c
Commit message (Expand)AuthorAgeFilesLines
* virtio: reset device on bad guest index in virtio_load()John Levon2020-12-081-6/+9
* virtio: skip guest index check on device loadFelipe Franciosi2020-10-301-6/+7
* virtio: update MemoryRegionCaches when guest set bad featuresLi Qiang2020-09-291-9/+8Star
* virtio: skip legacy support check on machine types less than 5.1Stefano Garzarella2020-09-291-0/+7
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-8/+8
* virtio-pci: fix virtio_pci_queue_enabled()Laurent Vivier2020-07-271-1/+6
* virtio: list legacy-capable devicesCornelia Huck2020-07-221-0/+25
* virtio-bus: introduce queue_enabled methodJason Wang2020-07-031-0/+6
* qom: Less verbose object_initialize_child()Markus Armbruster2020-06-151-2/+3
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-8/+3Star
* misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé2020-03-161-2/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-02-271-8/+91
|\
| * virtio: gracefully handle invalid region cachesStefan Hajnoczi2020-02-271-8/+91
* | hw/virtio: Let virtqueue_map_iovec() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-3/+4
|/
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* virtio: reset region cache when on queue deletionYuri Benditovich2020-01-061-0/+1
* virtio: don't enable notifications during pollingStefan Hajnoczi2020-01-051-6/+6
* virtio-pci: disable vring processing when bus-mastering is disabledMichael Roth2020-01-051-7/+28
* virtio: make virtio_delete_queue idempotentMichael S. Tsirkin2020-01-051-0/+1
* virtio: add ability to delete vq through a pointerMichael S. Tsirkin2020-01-051-5/+10
* virtio: notify virtqueue via host notifier when availableStefan Hajnoczi2019-11-061-1/+8
* virtio: Use auto rcu_read macrosDr. David Alan Gilbert2019-10-291-42/+23Star
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2019-10-291-0/+7
|\
| * virtio: new post_load hookMichael S. Tsirkin2019-10-291-0/+7
* | virtio: drop unused virtio_device_stop_ioeventfd() functionStefan Hajnoczi2019-10-251-8/+0Star
* | virtio: event suppression support for packed ringJason Wang2019-10-251-9/+133
* | virtio: basic packed virtqueue supportJason Wang2019-10-251-69/+818
* | virtio: device/driver area size calculation refactor for split ringWei Xu2019-10-251-6/+10
* | virtio: basic structure for packed ringWei Xu2019-10-251-0/+15
|/
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+1
* sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster2019-08-161-0/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* Include migration/qemu-file-types.h a lot lessMarkus Armbruster2019-08-161-0/+1
* virtio-scsi: restart DMA after iothreadStefan Hajnoczi2019-07-081-2/+2
* virtio: Don't change "started" flag on virtio_vmstate_change()Xie Yongji2019-07-041-1/+4
* virtio: Make sure we get correct state of device on handle_aio_output()Xie Yongji2019-07-041-3/+3
* virtio: Set "start_on_kick" on virtio_set_features()Xie Yongji2019-07-041-8/+20
* virtio: Set "start_on_kick" for legacy devicesXie Yongji2019-07-041-4/+2Star
* virtio: add "use-started" propertyXie Yongji2019-07-041-11/+7Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* hw/virtio: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé2019-05-241-3/+2Star
* virtio: Use started flag in virtio_vmstate_change()Xie Yongji2019-05-211-1/+1
* virtio: Introduce started flag to VirtioDeviceXie Yongji2019-05-211-2/+50
* vhost_net: don't set backend for the uninitialized virtqueueJason Wang2019-05-171-0/+5
* virtio-net: make VirtIOFeature usable for other virtio devicesStefano Garzarella2019-02-221-0/+15
* virtio: add checks for the size of the indirect tableDima Stepanov2019-02-011-2/+2
* virtio: pass argument by value for virtqueue_map_iovec()Dongli Zhang2018-12-111-4/+4
* vmstate: constify VMStateFieldMarc-André Lureau2018-11-271-4/+4
* clean up callback when del virtqueueliujunjie2018-10-191-0/+2