aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/virtio.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-04hw/virtio: Remove NULL check in virtio_free_region_cache()Philippe Mathieu-Daudé1-4/+2
2021-09-04hw/virtio: Document virtio_queue_packed_empty_rcu is called within RCUPhilippe Mathieu-Daudé1-0/+1
2021-07-09hw/virtio: Document *_should_notify() are called within rcu_read_lock()Philippe Mathieu-Daudé1-0/+2
2021-07-02virtio: Clarify MR transaction optimizationGreg Kurz1-0/+16
2021-05-26cpu: Introduce cpu_virtio_is_big_endian()Philippe Mathieu-Daudé1-3/+1
2021-05-16Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+1
2021-05-14hw/virtio: Pass virtio_feature_get_config_size() a const argumentPhilippe Mathieu-Daudé1-1/+1
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-1/+1
2021-02-05virtio: Add corresponding memory_listener_unregister to unrealizeEugenio Pérez1-1/+1
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster1-2/+2
2020-12-08virtio: reset device on bad guest index in virtio_load()John Levon1-6/+9
2020-10-30virtio: skip guest index check on device loadFelipe Franciosi1-6/+7
2020-09-29virtio: update MemoryRegionCaches when guest set bad featuresLi Qiang1-9/+8
2020-09-29virtio: skip legacy support check on machine types less than 5.1Stefano Garzarella1-0/+7
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-8/+8
2020-07-27virtio-pci: fix virtio_pci_queue_enabled()Laurent Vivier1-1/+6
2020-07-22virtio: list legacy-capable devicesCornelia Huck1-0/+25
2020-07-03virtio-bus: introduce queue_enabled methodJason Wang1-0/+6
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster1-2/+3
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-8/+3
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé1-2/+2
2020-02-27Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-8/+91
2020-02-27virtio: gracefully handle invalid region cachesStefan Hajnoczi1-8/+91
2020-02-20hw/virtio: Let virtqueue_map_iovec() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé1-3/+4
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-06virtio: reset region cache when on queue deletionYuri Benditovich1-0/+1
2020-01-05virtio: don't enable notifications during pollingStefan Hajnoczi1-6/+6
2020-01-05virtio-pci: disable vring processing when bus-mastering is disabledMichael Roth1-7/+28
2020-01-05virtio: make virtio_delete_queue idempotentMichael S. Tsirkin1-0/+1
2020-01-05virtio: add ability to delete vq through a pointerMichael S. Tsirkin1-5/+10
2019-11-06virtio: notify virtqueue via host notifier when availableStefan Hajnoczi1-1/+8
2019-10-29virtio: Use auto rcu_read macrosDr. David Alan Gilbert1-42/+23
2019-10-29Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell1-0/+7
2019-10-29virtio: new post_load hookMichael S. Tsirkin1-0/+7
2019-10-25virtio: drop unused virtio_device_stop_ioeventfd() functionStefan Hajnoczi1-8/+0
2019-10-25virtio: event suppression support for packed ringJason Wang1-9/+133
2019-10-25virtio: basic packed virtqueue supportJason Wang1-69/+818
2019-10-25virtio: device/driver area size calculation refactor for split ringWei Xu1-6/+10
2019-10-25virtio: basic structure for packed ringWei Xu1-0/+15
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+1
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster1-0/+1
2019-07-08virtio-scsi: restart DMA after iothreadStefan Hajnoczi1-2/+2
2019-07-04virtio: Don't change "started" flag on virtio_vmstate_change()Xie Yongji1-1/+4
2019-07-04virtio: Make sure we get correct state of device on handle_aio_output()Xie Yongji1-3/+3
2019-07-04virtio: Set "start_on_kick" on virtio_set_features()Xie Yongji1-8/+20
2019-07-04virtio: Set "start_on_kick" for legacy devicesXie Yongji1-4/+2