aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-bus.c
AgeCommit message (Expand)Author
2022-06-14virtio: stop ioeventfd on resetPaolo Bonzini
2022-05-13virtio: fix feature negotiation for ACCESS_PLATFORMHalil Pasic
2022-03-04virtio: fix the condition for iommu_platform not supportedHalil Pasic
2021-09-04virtio-bus: introduce iommu_enabled()Jason Wang
2021-05-18virtio: Fail if iommu_platform is requested, but unsupportedKevin Wolf
2019-11-06virtio: notify virtqueue via host notifier when availableStefan Hajnoczi
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-02-08virtio: remove event notifier cleanup call on de-assignGal Hammer
2018-01-24Revert "virtio: postpone the execution of event_notifier_cleanup function"Michael S. Tsirkin
2018-01-18virtio: postpone the execution of event_notifier_cleanup functionGal Hammer
2017-03-22virtio: Fix error handling in virtio_bus_device_pluggedFam Zheng
2017-01-19virtio: force VIRTIO_F_IOMMU_PLATFORMJason Wang
2017-01-10virtio: convert to use DMA apiJason Wang
2016-11-18virtio: introduce grab/release_ioeventfd to fix vhostPaolo Bonzini
2016-10-30virtio: inline set_host_notifier_internalPaolo Bonzini
2016-10-30virtio: inline virtio_queue_set_host_notifier_fd_handlerPaolo Bonzini
2016-10-30virtio: use virtio_bus_set_host_notifier to start/stop ioeventfdPaolo Bonzini
2016-10-30virtio: remove ioeventfd_disabled altogetherPaolo Bonzini
2016-10-30virtio: remove set_handler argument from set_host_notifier_internalPaolo Bonzini
2016-10-30virtio: introduce virtio_device_ioeventfd_enabledPaolo Bonzini
2016-10-30virtio: add start_ioeventfd and stop_ioeventfd to VirtioDeviceClassPaolo Bonzini
2016-10-30virtio: move ioeventfd_started flag to VirtioBusStatePaolo Bonzini
2016-10-30virtio: move ioeventfd_disabled flag to VirtioBusStatePaolo Bonzini
2016-09-15virtio-bus: Plug devices after features are negotiatedMaxime Coquelin
2016-09-09virtio: Tell the user what went wrong when event_notifier_init failedThomas Huth
2016-07-04virtio: revert host notifiers to old semanticsCornelia Huck
2016-06-24virtio-bus: common ioeventfd infrastructureCornelia Huck
2016-01-29virtio: Clean up includesPeter Maydell
2015-12-02virtio: handle non-virtio-1-capable backend for ccwCornelia Huck
2015-07-27virtio: get_features() can failJason Wang
2015-05-31virtio: device_plugged() can failJason Wang
2015-05-31virtio: move host_featuresCornelia Huck
2015-02-26virtio: cull virtio_bus_set_vdev_featuresCornelia Huck
2014-12-10virtio-bus: avoid breaking build when open DEBUG switchGonglei
2013-12-09virtio-bus: cleanup plug/unplug interfacePaolo Bonzini
2013-12-09virtio-bus: remove vdev fieldPaolo Bonzini
2013-11-05qdev: Drop misleading qdev_free() functionStefan Hajnoczi
2013-05-30qdev: fix get_fw_dev_path to support to add nothing to fw_dev_pathAmos Kong
2013-05-16virtio: add virtio_bus_get_dev_path.KONRAD Frederic
2013-04-24virtio: remove virtiobindings.KONRAD Frederic
2013-04-24virtio-bus: add new functions.KONRAD Frederic
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini