index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
virtio
/
virtio.c
Age
Commit message (
Expand
)
Author
2024-09-11
virtio: rename virtio_split_packed_update_used_idx
Wenyu Huang
2024-09-10
virtio: Always reset vhost devices
Hanna Czenczek
2024-08-02
virtio-net: Fix network stall at the host side waiting for kick
thomas
2024-07-21
virtio: virtqueue_ordered_flush - VIRTIO_F_IN_ORDER support
Jonah Palmer
2024-07-21
virtio: virtqueue_ordered_fill - VIRTIO_F_IN_ORDER support
Jonah Palmer
2024-07-21
virtio: virtqueue_pop - VIRTIO_F_IN_ORDER support
Jonah Palmer
2024-07-03
virtio: remove virtio_tswap16s() call in vring_packed_event_read()
Stefano Garzarella
2024-07-01
hw/virtio: Fix obtain the buffer id from the last descriptor
Wafer
2024-07-01
virtio: Prevent creation of device using notification-data with ioeventfd
Jonah Palmer
2024-07-01
virtio/virtio-pci: Handle extra notification data
Jonah Palmer
2024-04-26
exec: Declare target_words_bigendian() in 'exec/tswap.h'
Philippe Mathieu-Daudé
2024-04-10
hw/virtio: Introduce virtio_bh_new_guarded() helper
Philippe Mathieu-Daudé
2024-04-09
hw/virtio: Fix packed virtqueue flush used_idx
Wafer
2024-04-09
Revert "hw/virtio: Add support for VDPA network simulation devices"
Michael S. Tsirkin
2024-03-12
hw/virtio: Add support for VDPA network simulation devices
Hao Chen
2024-02-07
virtio: Re-enable notifications after drain
Hanna Czenczek
2023-12-30
hw/virtio: Constify VMState
Richard Henderson
2023-12-02
vhost-user-scsi: free the inflight area when reset
Li Feng
2023-10-31
virtio: use defer_call() in virtio_irqfd_notify()
Stefan Hajnoczi
2023-10-22
virtio: call ->vhost_reset_device() during reset
Stefan Hajnoczi
2023-10-04
virtio: remove unused next argument from virtqueue_split_read_next_desc()
Ilya Maximets
2023-10-04
virtio: remove unnecessary thread fence while reading next descriptor
Ilya Maximets
2023-10-04
virtio: use shadow_avail_idx while checking number of heads
Ilya Maximets
2023-10-04
qmp: remove virtio_list, search QOM tree instead
Jonah Palmer
2023-10-04
virtio: don't zero out memory region cache for indirect descriptors
Ilya Maximets
2023-09-21
hw/other: spelling fixes
Michael Tokarev
2023-09-08
virtio: Drop out of coroutine context in virtio_load()
Kevin Wolf
2023-08-03
virtio: Fix packed virtqueue used_idx mask
Hanna Czenczek
2023-05-30
aio: remove aio_disable_external() API
Stefan Hajnoczi
2023-05-30
virtio: do not set is_external=true on host notifiers
Stefan Hajnoczi
2023-05-30
virtio: make it possible to detach host notifier from any thread
Stefan Hajnoczi
2023-04-21
virtio: refresh vring region cache after updating a virtqueue size
Carlos López
2023-03-07
virtio: fix reachable assertion due to stale value of cached region size
Carlos López
2023-01-08
include/hw/virtio: Break inclusion loop
Markus Armbruster
2023-01-08
hw/virtio: Extract QMP QOM-specific functions to virtio-qmp.c
Philippe Mathieu-Daudé
2023-01-08
hw/virtio: Rename virtio_device_find() -> qmp_find_virtio_device()
Philippe Mathieu-Daudé
2023-01-08
virtio: add support for configure interrupt
Cindy Lu
2022-12-21
hw/virtio: Extract QMP related code virtio-qmp.c
Philippe Mathieu-Daudé
2022-12-21
hw/virtio: Extract config read/write accessors to virtio-config-io.c
Philippe Mathieu-Daudé
2022-12-21
hw/virtio: Constify qmp_virtio_feature_map_t[]
Philippe Mathieu-Daudé
2022-12-21
hw/virtio: Guard and restrict scope of qmp_virtio_feature_map_t[]
Philippe Mathieu-Daudé
2022-12-21
hw/virtio: Add missing "hw/core/cpu.h" include
Philippe Mathieu-Daudé
2022-12-14
qapi virtio: Elide redundant has_FOO in generated C
Markus Armbruster
2022-11-22
virtio: disable error for out of spec queue-enable
Michael S. Tsirkin
2022-11-07
virtio: introduce virtio_queue_enable()
Kangjie Xu
2022-11-07
virtio: introduce virtio_queue_reset()
Xuan Zhuo
2022-11-07
virtio: introduce __virtio_queue_reset()
Xuan Zhuo
2022-10-09
qmp: add QMP command x-query-virtio-queue-element
Laurent Vivier
2022-10-09
qmp: add QMP commands for virtio/vhost queue-status
Laurent Vivier
2022-10-09
qmp: decode feature & status bits in virtio-status
Laurent Vivier
[next]