index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
virtio
/
virtio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-08
virtio: Drop out of coroutine context in virtio_load()
Kevin Wolf
1
-5
/
+40
2023-08-03
virtio: Fix packed virtqueue used_idx mask
Hanna Czenczek
1
-1
/
+1
2023-05-30
aio: remove aio_disable_external() API
Stefan Hajnoczi
1
-3
/
+3
2023-05-30
virtio: do not set is_external=true on host notifiers
Stefan Hajnoczi
1
-3
/
+3
2023-05-30
virtio: make it possible to detach host notifier from any thread
Stefan Hajnoczi
1
-3
/
+0
2023-04-21
virtio: refresh vring region cache after updating a virtqueue size
Carlos López
1
-1
/
+1
2023-03-07
virtio: fix reachable assertion due to stale value of cached region size
Carlos López
1
-6
/
+5
2023-01-08
include/hw/virtio: Break inclusion loop
Markus Armbruster
1
-0
/
+1
2023-01-08
hw/virtio: Extract QMP QOM-specific functions to virtio-qmp.c
Philippe Mathieu-Daudé
1
-190
/
+1
2023-01-08
hw/virtio: Rename virtio_device_find() -> qmp_find_virtio_device()
Philippe Mathieu-Daudé
1
-5
/
+5
2023-01-08
virtio: add support for configure interrupt
Cindy Lu
1
-0
/
+29
2022-12-21
hw/virtio: Extract QMP related code virtio-qmp.c
Philippe Mathieu-Daudé
1
-633
/
+2
2022-12-21
hw/virtio: Extract config read/write accessors to virtio-config-io.c
Philippe Mathieu-Daudé
1
-190
/
+0
2022-12-21
hw/virtio: Constify qmp_virtio_feature_map_t[]
Philippe Mathieu-Daudé
1
-17
/
+17
2022-12-21
hw/virtio: Guard and restrict scope of qmp_virtio_feature_map_t[]
Philippe Mathieu-Daudé
1
-14
/
+42
2022-12-21
hw/virtio: Add missing "hw/core/cpu.h" include
Philippe Mathieu-Daudé
1
-0
/
+1
2022-12-14
qapi virtio: Elide redundant has_FOO in generated C
Markus Armbruster
1
-1
/
+0
2022-11-22
virtio: disable error for out of spec queue-enable
Michael S. Tsirkin
1
-0
/
+7
2022-11-07
virtio: introduce virtio_queue_enable()
Kangjie Xu
1
-0
/
+14
2022-11-07
virtio: introduce virtio_queue_reset()
Xuan Zhuo
1
-0
/
+11
2022-11-07
virtio: introduce __virtio_queue_reset()
Xuan Zhuo
1
-16
/
+21
2022-10-09
qmp: add QMP command x-query-virtio-queue-element
Laurent Vivier
1
-0
/
+154
2022-10-09
qmp: add QMP commands for virtio/vhost queue-status
Laurent Vivier
1
-0
/
+103
2022-10-09
qmp: decode feature & status bits in virtio-status
Laurent Vivier
1
-8
/
+635
2022-10-09
qmp: add QMP command x-query-virtio-status
Laurent Vivier
1
-0
/
+104
2022-10-09
qmp: add QMP command x-query-virtio
Laurent Vivier
1
-0
/
+44
2022-10-07
virtio: introduce VirtIOConfigSizeParams & virtio_get_config_size
Daniil Tatianin
1
-4
/
+6
2022-10-07
hw/virtio: log potentially buggy guest drivers
Alex Bennée
1
-0
/
+7
2022-05-16
virtio: add vhost support for virtio devices
Jonah Palmer
1
-0
/
+1
2022-05-16
virtio: drop name parameter for virtio_init()
Jonah Palmer
1
-3
/
+52
2022-05-09
virtio-scsi: don't waste CPU polling the event virtqueue
Stefan Hajnoczi
1
-0
/
+13
2022-03-22
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
1
-1
/
+1
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-3
/
+2
2022-01-28
Remove unnecessary minimum_version_id_old fields
Peter Maydell
1
-1
/
+0
2022-01-12
virtio: unify dataplane and non-dataplane ->handle_output()
Stefan Hajnoczi
1
-17
/
+17
2022-01-12
virtio: use ->handle_output() instead of ->handle_aio_output()
Stefan Hajnoczi
1
-30
/
+3
2022-01-12
virtio: get rid of VirtIOHandleAIOOutput
Stefan Hajnoczi
1
-8
/
+4
2022-01-12
aio-posix: split poll check from ready handler
Stefan Hajnoczi
1
-6
/
+10
2022-01-10
Revert "virtio: add support for configure interrupt"
Michael S. Tsirkin
1
-29
/
+0
2022-01-07
virtio: signal after wrapping packed used_idx
Stefan Hajnoczi
1
-0
/
+1
2022-01-06
virtio: add support for configure interrupt
Cindy Lu
1
-0
/
+29
2021-12-30
dma: Let dma_memory_map() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-2
/
+4
2021-11-15
virtio: use virtio accessor to access packed event
Jason Wang
1
-9
/
+4
2021-11-15
virtio: use virtio accessor to access packed descriptor flags
Jason Wang
1
-7
/
+4
2021-10-05
hw/virtio: Have virtqueue_get_avail_bytes() pass caches arg to callees
Philippe Mathieu-Daudé
1
-17
/
+12
2021-10-05
hw/virtio: Acquire RCU read lock in virtqueue_packed_drop_all()
Philippe Mathieu-Daudé
1
-0
/
+2
2021-09-30
memory: Name all the memory listeners
Peter Xu
1
-0
/
+1
2021-09-04
hw/virtio: Remove NULL check in virtio_free_region_cache()
Philippe Mathieu-Daudé
1
-4
/
+2
2021-09-04
hw/virtio: Document virtio_queue_packed_empty_rcu is called within RCU
Philippe Mathieu-Daudé
1
-0
/
+1
2021-07-09
hw/virtio: Document *_should_notify() are called within rcu_read_lock()
Philippe Mathieu-Daudé
1
-0
/
+2
[next]