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.c
Age
Commit message (
Expand
)
Author
2020-01-06
virtio: reset region cache when on queue deletion
Yuri Benditovich
2020-01-05
virtio: don't enable notifications during polling
Stefan Hajnoczi
2020-01-05
virtio-pci: disable vring processing when bus-mastering is disabled
Michael Roth
2020-01-05
virtio: make virtio_delete_queue idempotent
Michael S. Tsirkin
2020-01-05
virtio: add ability to delete vq through a pointer
Michael S. Tsirkin
2019-11-06
virtio: notify virtqueue via host notifier when available
Stefan Hajnoczi
2019-10-29
virtio: Use auto rcu_read macros
Dr. David Alan Gilbert
2019-10-29
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
2019-10-29
virtio: new post_load hook
Michael S. Tsirkin
2019-10-25
virtio: drop unused virtio_device_stop_ioeventfd() function
Stefan Hajnoczi
2019-10-25
virtio: event suppression support for packed ring
Jason Wang
2019-10-25
virtio: basic packed virtqueue support
Jason Wang
2019-10-25
virtio: device/driver area size calculation refactor for split ring
Wei Xu
2019-10-25
virtio: basic structure for packed ring
Wei Xu
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h
Markus Armbruster
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
Include migration/qemu-file-types.h a lot less
Markus Armbruster
2019-07-08
virtio-scsi: restart DMA after iothread
Stefan Hajnoczi
2019-07-04
virtio: Don't change "started" flag on virtio_vmstate_change()
Xie Yongji
2019-07-04
virtio: Make sure we get correct state of device on handle_aio_output()
Xie Yongji
2019-07-04
virtio: Set "start_on_kick" on virtio_set_features()
Xie Yongji
2019-07-04
virtio: Set "start_on_kick" for legacy devices
Xie Yongji
2019-07-04
virtio: add "use-started" property
Xie Yongji
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-05-24
hw/virtio: Use object_initialize_child for correct reference counting
Philippe Mathieu-Daudé
2019-05-20
virtio: Use started flag in virtio_vmstate_change()
Xie Yongji
2019-05-20
virtio: Introduce started flag to VirtioDevice
Xie Yongji
2019-05-17
vhost_net: don't set backend for the uninitialized virtqueue
Jason Wang
2019-02-22
virtio-net: make VirtIOFeature usable for other virtio devices
Stefano Garzarella
2019-02-01
virtio: add checks for the size of the indirect table
Dima Stepanov
2018-12-11
virtio: pass argument by value for virtqueue_map_iovec()
Dongli Zhang
2018-11-27
vmstate: constify VMStateField
Marc-André Lureau
2018-10-19
clean up callback when del virtqueue
liujunjie
2018-10-17
cpu: Provide a proper prototype for target_words_bigendian() in a header
Thomas Huth
2018-10-02
virtio: Return true from virtio_queue_empty if broken
Fam Zheng
2018-09-07
virtio: update MemoryRegionCaches when guest negotiates features
Paolo Bonzini
2018-06-01
virtio: free MemoryRegionCache when initialization fails
Paolo Bonzini
2018-05-23
virtio: support setting memory region based host notifier
Tiwei Bie
2018-02-08
virtio: improve virtio devices initialization time
Gal Hammer
2018-02-08
virtio: remove event notifier cleanup call on de-assign
Gal Hammer
2018-01-24
Revert "virtio: improve virtio devices initialization time"
Michael S. Tsirkin
2018-01-18
virtio: improve virtio devices initialization time
Gal Hammer
2017-12-19
virtio_error: don't invoke status callbacks
Michael S. Tsirkin
2017-12-01
virtio: check VirtQueue Vring object is set
Prasad J Pandit
2017-12-01
virtio: Add queue interface to restore avail index from vring used index
Maxime Coquelin
2017-11-16
fix: unrealize virtio device if we fail to hotplug it
linzhecheng
2017-10-15
virtio: fix descriptor counting in virtqueue_pop
Wolfgang Bumiller
2017-09-27
migration: Route more error paths
Dr. David Alan Gilbert
[next]