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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-28
virtio-mem: Fix typo in function name
Philippe Mathieu-Daudé
1
-6
/
+6
2022-12-28
virtio-mem: Fix the iterator variable in a vmem->rdl_list loop
Chenyi Qiang
1
-1
/
+1
2022-12-28
virtio-mem: Fix the bitmap index of the section offset
Chenyi Qiang
1
-2
/
+2
2022-12-21
hw/virtio: Extract QMP related code virtio-qmp.c
Philippe Mathieu-Daudé
4
-634
/
+682
2022-12-21
hw/virtio: Extract config read/write accessors to virtio-config-io.c
Philippe Mathieu-Daudé
3
-190
/
+205
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: Rename virtio_ss[] -> specific_virtio_ss[]
Philippe Mathieu-Daudé
1
-21
/
+22
2022-12-21
hw/virtio: Add missing "hw/core/cpu.h" include
Philippe Mathieu-Daudé
1
-0
/
+1
2022-12-21
vhost: fix vq dirty bitmap syncing when vIOMMU is enabled
Jason Wang
1
-20
/
+64
2022-12-21
vhost-user: send set log base message only once
Yajun Wu
1
-0
/
+5
2022-12-21
vdpa: always start CVQ in SVQ mode if possible
Eugenio Pérez
1
-1
/
+2
2022-12-21
vdpa: add shadow_data to vhost_vdpa
Eugenio Pérez
1
-3
/
+3
2022-12-21
vdpa: add asid parameter to vhost_vdpa_dma_map/unmap
Eugenio Pérez
2
-13
/
+27
2022-12-21
vdpa: allocate SVQ array unconditionally
Eugenio Pérez
1
-4
/
+0
2022-12-21
vdpa: move SVQ vring features check to net/
Eugenio Pérez
1
-30
/
+2
2022-12-21
vdpa: request iova_range only once
Eugenio Pérez
1
-15
/
+0
2022-12-21
vhost: move iova_tree set to vhost_svq_start
Eugenio Pérez
3
-11
/
+8
2022-12-21
vhost: allocate SVQ device file descriptors at device start
Eugenio Pérez
2
-36
/
+30
2022-12-21
vhost: set SVQ device call handler at SVQ start
Eugenio Pérez
1
-2
/
+2
2022-12-21
vdpa: use v->shadow_vqs_enabled in vhost_vdpa_svqs_start & stop
Eugenio Pérez
1
-2
/
+2
2022-12-21
vdpa-dev: mark the device as unmigratable
Longpeng
1
-0
/
+1
2022-12-21
vdpa: add vdpa-dev-pci support
Longpeng
2
-0
/
+103
2022-12-21
vdpa: add vdpa-dev support
Longpeng
3
-0
/
+382
2022-12-21
virtio: get class_id and pci device id by the virtio id
Longpeng
1
-0
/
+88
2022-12-16
hw/virtio: Convert TYPE_VIRTIO_PCI to 3-phase reset
Peter Maydell
1
-3
/
+5
2022-12-15
Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging
Peter Maydell
5
-27
/
+14
2022-12-14
qapi virtio: Elide redundant has_FOO in generated C
Markus Armbruster
1
-1
/
+0
2022-12-14
qapi machine: Elide redundant has_FOO in generated C
Markus Armbruster
2
-4
/
+1
2022-12-14
cleanup: Tweak and re-run return_directly.cocci
Markus Armbruster
1
-5
/
+1
2022-12-14
qapi: Use returned bool to check for failure (again)
Markus Armbruster
2
-19
/
+11
2022-12-14
error: Move ERRP_GUARD() to the beginning of the function
Markus Armbruster
1
-1
/
+1
2022-12-14
Drop more useless casts from void * to pointer
Markus Armbruster
1
-2
/
+1
2022-12-01
hw/virtio: generalise CHR_EVENT_CLOSED handling
Alex Bennée
2
-1
/
+81
2022-12-01
hw/virtio: add started_vu status field to vhost-user-gpio
Alex Bennée
1
-7
/
+4
2022-12-01
vhost: enable vrings in vhost_dev_start() for vhost-user devices
Stefano Garzarella
7
-17
/
+51
2022-11-22
virtio: disable error for out of spec queue-enable
Michael S. Tsirkin
1
-0
/
+7
2022-11-22
vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devices
Stefano Garzarella
5
-2
/
+13
2022-11-07
hw/virtio: introduce virtio_device_should_start
Alex Bennée
6
-6
/
+6
2022-11-07
vhost-user: Support vhost_dev_start
Yajun Wu
1
-1
/
+73
2022-11-07
msix: Assert that specified vector is in range
Akihiko Odaki
1
-18
/
+49
2022-11-07
vhost-user: Fix out of order vring host notification handling
Yajun Wu
1
-0
/
+5
2022-11-07
virtio-rng-pci: Allow setting nvectors, so we can use MSI-X
David Daney
1
-0
/
+14
2022-11-07
vhost: expose vhost_virtqueue_stop()
Kangjie Xu
1
-4
/
+4
2022-11-07
vhost: expose vhost_virtqueue_start()
Kangjie Xu
1
-4
/
+4
2022-11-07
virtio-pci: support queue enable
Kangjie Xu
1
-0
/
+1
2022-11-07
virtio-pci: support queue reset
Xuan Zhuo
1
-0
/
+15
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
[next]