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
2024-02-07
virtio: Re-enable notifications after drain
Hanna Czenczek
1
-0
/
+42
2023-12-30
hw/virtio: Constify VMState
Richard Henderson
1
-14
/
+14
2023-12-02
vhost-user-scsi: free the inflight area when reset
Li Feng
1
-1
/
+1
2023-10-31
virtio: use defer_call() in virtio_irqfd_notify()
Stefan Hajnoczi
1
-1
/
+12
2023-10-22
virtio: call ->vhost_reset_device() during reset
Stefan Hajnoczi
1
-0
/
+4
2023-10-04
virtio: remove unused next argument from virtqueue_split_read_next_desc()
Ilya Maximets
1
-10
/
+8
2023-10-04
virtio: remove unnecessary thread fence while reading next descriptor
Ilya Maximets
1
-2
/
+0
2023-10-04
virtio: use shadow_avail_idx while checking number of heads
Ilya Maximets
1
-3
/
+15
2023-10-04
qmp: remove virtio_list, search QOM tree instead
Jonah Palmer
1
-6
/
+0
2023-10-04
virtio: don't zero out memory region cache for indirect descriptors
Ilya Maximets
1
-5
/
+15
2023-09-21
hw/other: spelling fixes
Michael Tokarev
1
-1
/
+1
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
[next]