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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
vhost: configure all host notifiers in a single MR transaction
Longpeng
2023-01-08
1
-0
/
+24
*
vhost: simplify vhost_dev_enable_notifiers
Longpeng
2023-01-08
1
-16
/
+4
*
vdpa-dev: get iova range explicitly
Longpeng
2023-01-08
2
-0
/
+16
*
include/hw/virtio: Break inclusion loop
Markus Armbruster
2023-01-08
2
-0
/
+2
*
hw/virtio: Extract QMP QOM-specific functions to virtio-qmp.c
Philippe Mathieu-Daudé
2023-01-08
3
-191
/
+201
*
hw/virtio: Rename virtio_device_find() -> qmp_find_virtio_device()
Philippe Mathieu-Daudé
2023-01-08
1
-5
/
+5
*
virtio-pci: add support for configure interrupt
Cindy Lu
2023-01-08
1
-19
/
+99
*
virtio-mmio: add support for configure interrupt
Cindy Lu
2023-01-08
1
-0
/
+27
*
vhost: add support for configure interrupt
Cindy Lu
2023-01-08
1
-1
/
+77
*
virtio: add support for configure interrupt
Cindy Lu
2023-01-08
1
-0
/
+29
*
vhost-vdpa: add support for config interrupt
Cindy Lu
2023-01-08
2
-0
/
+9
*
virtio-pci: decouple the single vector from the interrupt process
Cindy Lu
2023-01-08
1
-58
/
+73
*
virtio-pci: decouple notifier from interrupt process
Cindy Lu
2023-01-08
1
-31
/
+57
*
virtio: introduce macro VIRTIO_CONFIG_IRQ_IDX
Cindy Lu
2023-01-08
4
-0
/
+64
*
virtio-mem: Fix typo in function name
Philippe Mathieu-Daudé
2022-12-28
1
-6
/
+6
*
virtio-mem: Fix the iterator variable in a vmem->rdl_list loop
Chenyi Qiang
2022-12-28
1
-1
/
+1
*
virtio-mem: Fix the bitmap index of the section offset
Chenyi Qiang
2022-12-28
1
-2
/
+2
*
hw/virtio: Extract QMP related code virtio-qmp.c
Philippe Mathieu-Daudé
2022-12-21
4
-634
/
+682
*
hw/virtio: Extract config read/write accessors to virtio-config-io.c
Philippe Mathieu-Daudé
2022-12-21
3
-190
/
+205
*
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: Rename virtio_ss[] -> specific_virtio_ss[]
Philippe Mathieu-Daudé
2022-12-21
1
-21
/
+22
*
hw/virtio: Add missing "hw/core/cpu.h" include
Philippe Mathieu-Daudé
2022-12-21
1
-0
/
+1
*
vhost: fix vq dirty bitmap syncing when vIOMMU is enabled
Jason Wang
2022-12-21
1
-20
/
+64
*
vhost-user: send set log base message only once
Yajun Wu
2022-12-21
1
-0
/
+5
*
vdpa: always start CVQ in SVQ mode if possible
Eugenio Pérez
2022-12-21
1
-1
/
+2
*
vdpa: add shadow_data to vhost_vdpa
Eugenio Pérez
2022-12-21
1
-3
/
+3
*
vdpa: add asid parameter to vhost_vdpa_dma_map/unmap
Eugenio Pérez
2022-12-21
2
-13
/
+27
*
vdpa: allocate SVQ array unconditionally
Eugenio Pérez
2022-12-21
1
-4
/
+0
*
vdpa: move SVQ vring features check to net/
Eugenio Pérez
2022-12-21
1
-30
/
+2
*
vdpa: request iova_range only once
Eugenio Pérez
2022-12-21
1
-15
/
+0
*
vhost: move iova_tree set to vhost_svq_start
Eugenio Pérez
2022-12-21
3
-11
/
+8
*
vhost: allocate SVQ device file descriptors at device start
Eugenio Pérez
2022-12-21
2
-36
/
+30
*
vhost: set SVQ device call handler at SVQ start
Eugenio Pérez
2022-12-21
1
-2
/
+2
*
vdpa: use v->shadow_vqs_enabled in vhost_vdpa_svqs_start & stop
Eugenio Pérez
2022-12-21
1
-2
/
+2
*
vdpa-dev: mark the device as unmigratable
Longpeng
2022-12-21
1
-0
/
+1
*
vdpa: add vdpa-dev-pci support
Longpeng
2022-12-21
2
-0
/
+103
*
vdpa: add vdpa-dev support
Longpeng
2022-12-21
3
-0
/
+382
*
virtio: get class_id and pci device id by the virtio id
Longpeng
2022-12-21
1
-0
/
+88
*
hw/virtio: Convert TYPE_VIRTIO_PCI to 3-phase reset
Peter Maydell
2022-12-16
1
-3
/
+5
*
Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging
Peter Maydell
2022-12-15
5
-27
/
+14
|
\
|
*
cleanup: Tweak and re-run return_directly.cocci
Markus Armbruster
2022-12-14
1
-5
/
+1
|
*
qapi: Use returned bool to check for failure (again)
Markus Armbruster
2022-12-14
2
-19
/
+11
|
*
error: Move ERRP_GUARD() to the beginning of the function
Markus Armbruster
2022-12-14
1
-1
/
+1
|
*
Drop more useless casts from void * to pointer
Markus Armbruster
2022-12-14
1
-2
/
+1
*
|
qapi virtio: Elide redundant has_FOO in generated C
Markus Armbruster
2022-12-14
1
-1
/
+0
*
|
qapi machine: Elide redundant has_FOO in generated C
Markus Armbruster
2022-12-14
2
-4
/
+1
|
/
*
hw/virtio: generalise CHR_EVENT_CLOSED handling
Alex Bennée
2022-12-01
2
-1
/
+81
*
hw/virtio: add started_vu status field to vhost-user-gpio
Alex Bennée
2022-12-01
1
-7
/
+4
*
vhost: enable vrings in vhost_dev_start() for vhost-user devices
Stefano Garzarella
2022-12-01
7
-17
/
+51
[prev]
[next]