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