aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/virtio.c
AgeCommit message (Expand)Author
2021-05-26cpu: Introduce cpu_virtio_is_big_endian()Philippe Mathieu-Daudé
2021-05-16Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2021-05-14hw/virtio: Pass virtio_feature_get_config_size() a const argumentPhilippe Mathieu-Daudé
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé
2021-02-05virtio: Add corresponding memory_listener_unregister to unrealizeEugenio Pérez
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster
2020-12-08virtio: reset device on bad guest index in virtio_load()John Levon
2020-10-30virtio: skip guest index check on device loadFelipe Franciosi
2020-09-29virtio: update MemoryRegionCaches when guest set bad featuresLi Qiang
2020-09-29virtio: skip legacy support check on machine types less than 5.1Stefano Garzarella
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-07-27virtio-pci: fix virtio_pci_queue_enabled()Laurent Vivier
2020-07-22virtio: list legacy-capable devicesCornelia Huck
2020-07-03virtio-bus: introduce queue_enabled methodJason Wang
2020-06-15qom: Less verbose object_initialize_child()Markus Armbruster
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé
2020-02-27Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-02-27virtio: gracefully handle invalid region cachesStefan Hajnoczi
2020-02-20hw/virtio: Let virtqueue_map_iovec() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-06virtio: reset region cache when on queue deletionYuri Benditovich
2020-01-05virtio: don't enable notifications during pollingStefan Hajnoczi
2020-01-05virtio-pci: disable vring processing when bus-mastering is disabledMichael Roth
2020-01-05virtio: make virtio_delete_queue idempotentMichael S. Tsirkin
2020-01-05virtio: add ability to delete vq through a pointerMichael S. Tsirkin
2019-11-06virtio: notify virtqueue via host notifier when availableStefan Hajnoczi
2019-10-29virtio: Use auto rcu_read macrosDr. David Alan Gilbert
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-25virtio: drop unused virtio_device_stop_ioeventfd() functionStefan Hajnoczi
2019-10-25virtio: event suppression support for packed ringJason Wang
2019-10-25virtio: basic packed virtqueue supportJason Wang
2019-10-25virtio: device/driver area size calculation refactor for split ringWei Xu
2019-10-25virtio: basic structure for packed ringWei Xu
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster
2019-07-08virtio-scsi: restart DMA after iothreadStefan Hajnoczi
2019-07-04virtio: Don't change "started" flag on virtio_vmstate_change()Xie Yongji
2019-07-04virtio: Make sure we get correct state of device on handle_aio_output()Xie Yongji
2019-07-04virtio: Set "start_on_kick" on virtio_set_features()Xie Yongji
2019-07-04virtio: Set "start_on_kick" for legacy devicesXie Yongji
2019-07-04virtio: add "use-started" propertyXie Yongji
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-05-24hw/virtio: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé
2019-05-20virtio: Use started flag in virtio_vmstate_change()Xie Yongji