index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
virtio
/
virtio-bus.c
Age
Commit message (
Expand
)
Author
2019-11-06
virtio: notify virtqueue via host notifier when available
Stefan Hajnoczi
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2018-02-08
virtio: remove event notifier cleanup call on de-assign
Gal Hammer
2018-01-24
Revert "virtio: postpone the execution of event_notifier_cleanup function"
Michael S. Tsirkin
2018-01-18
virtio: postpone the execution of event_notifier_cleanup function
Gal Hammer
2017-03-22
virtio: Fix error handling in virtio_bus_device_plugged
Fam Zheng
2017-01-19
virtio: force VIRTIO_F_IOMMU_PLATFORM
Jason Wang
2017-01-10
virtio: convert to use DMA api
Jason Wang
2016-11-18
virtio: introduce grab/release_ioeventfd to fix vhost
Paolo Bonzini
2016-10-30
virtio: inline set_host_notifier_internal
Paolo Bonzini
2016-10-30
virtio: inline virtio_queue_set_host_notifier_fd_handler
Paolo Bonzini
2016-10-30
virtio: use virtio_bus_set_host_notifier to start/stop ioeventfd
Paolo Bonzini
2016-10-30
virtio: remove ioeventfd_disabled altogether
Paolo Bonzini
2016-10-30
virtio: remove set_handler argument from set_host_notifier_internal
Paolo Bonzini
2016-10-30
virtio: introduce virtio_device_ioeventfd_enabled
Paolo Bonzini
2016-10-30
virtio: add start_ioeventfd and stop_ioeventfd to VirtioDeviceClass
Paolo Bonzini
2016-10-30
virtio: move ioeventfd_started flag to VirtioBusState
Paolo Bonzini
2016-10-30
virtio: move ioeventfd_disabled flag to VirtioBusState
Paolo Bonzini
2016-09-15
virtio-bus: Plug devices after features are negotiated
Maxime Coquelin
2016-09-09
virtio: Tell the user what went wrong when event_notifier_init failed
Thomas Huth
2016-07-04
virtio: revert host notifiers to old semantics
Cornelia Huck
2016-06-24
virtio-bus: common ioeventfd infrastructure
Cornelia Huck
2016-01-29
virtio: Clean up includes
Peter Maydell
2015-12-02
virtio: handle non-virtio-1-capable backend for ccw
Cornelia Huck
2015-07-27
virtio: get_features() can fail
Jason Wang
2015-05-31
virtio: device_plugged() can fail
Jason Wang
2015-05-31
virtio: move host_features
Cornelia Huck
2015-02-26
virtio: cull virtio_bus_set_vdev_features
Cornelia Huck
2014-12-10
virtio-bus: avoid breaking build when open DEBUG switch
Gonglei
2013-12-09
virtio-bus: cleanup plug/unplug interface
Paolo Bonzini
2013-12-09
virtio-bus: remove vdev field
Paolo Bonzini
2013-11-05
qdev: Drop misleading qdev_free() function
Stefan Hajnoczi
2013-05-30
qdev: fix get_fw_dev_path to support to add nothing to fw_dev_path
Amos Kong
2013-05-16
virtio: add virtio_bus_get_dev_path.
KONRAD Frederic
2013-04-24
virtio: remove virtiobindings.
KONRAD Frederic
2013-04-24
virtio-bus: add new functions.
KONRAD Frederic
2013-04-08
hw: move target-independent files to subdirectories
Paolo Bonzini