index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
virtio
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
virtio: disable error for out of spec queue-enable
Michael S. Tsirkin
2022-11-22
1
-0
/
+7
*
vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devices
Stefano Garzarella
2022-11-22
5
-2
/
+13
*
hw/virtio: introduce virtio_device_should_start
Alex Bennée
2022-11-07
6
-6
/
+6
*
vhost-user: Support vhost_dev_start
Yajun Wu
2022-11-07
1
-1
/
+73
*
msix: Assert that specified vector is in range
Akihiko Odaki
2022-11-07
1
-18
/
+49
*
vhost-user: Fix out of order vring host notification handling
Yajun Wu
2022-11-07
1
-0
/
+5
*
virtio-rng-pci: Allow setting nvectors, so we can use MSI-X
David Daney
2022-11-07
1
-0
/
+14
*
vhost: expose vhost_virtqueue_stop()
Kangjie Xu
2022-11-07
1
-4
/
+4
*
vhost: expose vhost_virtqueue_start()
Kangjie Xu
2022-11-07
1
-4
/
+4
*
virtio-pci: support queue enable
Kangjie Xu
2022-11-07
1
-0
/
+1
*
virtio-pci: support queue reset
Xuan Zhuo
2022-11-07
1
-0
/
+15
*
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
*
hw/virtio/virtio-iommu-pci: Enforce the device is plugged on the root bus
Eric Auger
2022-11-07
1
-2
/
+10
*
virtio-crypto: Support asynchronous mode
Lei He
2022-11-02
1
-147
/
+190
*
Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...
Stefan Hajnoczi
2022-10-30
1
-1
/
+1
|
\
|
*
util: Make qemu_prealloc_mem() optionally consume a ThreadContext
David Hildenbrand
2022-10-27
1
-1
/
+1
|
*
util: Cleanup and rename os_mem_prealloc()
David Hildenbrand
2022-10-27
1
-1
/
+1
*
|
vhost: Accept event idx flag
Eugenio Pérez
2022-10-28
1
-0
/
+1
*
|
vhost: use avail event idx on vhost_svq_kick
Eugenio Pérez
2022-10-28
1
-1
/
+11
*
|
vhost: toggle device callbacks using used event idx
Eugenio Pérez
2022-10-28
1
-3
/
+15
*
|
vhost: allocate event_idx fields on vring
Eugenio Pérez
2022-10-28
1
-4
/
+4
*
|
treewide: Remove the unnecessary space before semicolon
Bin Meng
2022-10-24
1
-1
/
+1
|
/
*
Merge tag 'kraxel-20221013-pull-request' of https://gitlab.com/kraxel/qemu in...
Stefan Hajnoczi
2022-10-13
4
-8
/
+2
|
\
|
*
pci-ids: document modern virtio-pci ids in pci.h too
Gerd Hoffmann
2022-10-12
1
-1
/
+1
|
*
pci-ids: drop PCI_DEVICE_ID_VIRTIO_PMEM
Gerd Hoffmann
2022-10-12
1
-2
/
+0
|
*
pci-ids: drop PCI_DEVICE_ID_VIRTIO_MEM
Gerd Hoffmann
2022-10-12
1
-2
/
+0
|
*
pci-ids: drop PCI_DEVICE_ID_VIRTIO_IOMMU
Gerd Hoffmann
2022-10-12
1
-3
/
+1
*
|
qmp: add QMP command x-query-virtio-queue-element
Laurent Vivier
2022-10-09
2
-0
/
+163
*
|
qmp: add QMP commands for virtio/vhost queue-status
Laurent Vivier
2022-10-09
2
-0
/
+117
*
|
qmp: decode feature & status bits in virtio-status
Laurent Vivier
2022-10-09
1
-8
/
+635
*
|
qmp: add QMP command x-query-virtio-status
Laurent Vivier
2022-10-09
2
-0
/
+109
*
|
qmp: add QMP command x-query-virtio
Laurent Vivier
2022-10-09
3
-0
/
+60
*
|
virtio: introduce VirtIOConfigSizeParams & virtio_get_config_size
Daniil Tatianin
2022-10-07
1
-4
/
+6
*
|
hw/virtio: add vhost-user-gpio-pci boilerplate
Viresh Kumar
2022-10-07
2
-0
/
+70
*
|
hw/virtio: add boilerplate for vhost-user-gpio device
Viresh Kumar
2022-10-07
4
-0
/
+422
*
|
hw/virtio: move vhd->started check into helper and add FIXME
Alex Bennée
2022-10-07
6
-8
/
+10
*
|
hw/virtio: move vm_running check to virtio_device_started
Alex Bennée
2022-10-07
5
-25
/
+5
*
|
hw/virtio: add some vhost-user trace events
Alex Bennée
2022-10-07
2
-0
/
+10
*
|
hw/virtio: log potentially buggy guest drivers
Alex Bennée
2022-10-07
1
-0
/
+7
*
|
hw/virtio: fix some coding style issues
Alex Bennée
2022-10-07
1
-3
/
+4
*
|
hw/virtio: incorporate backend features in features
Alex Bennée
2022-10-07
1
-1
/
+8
|
/
*
Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...
Stefan Hajnoczi
2022-10-04
2
-2
/
+2
|
\
|
*
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-10-04
1
-1
/
+1
|
*
hw/virtio/vhost-shadow-virtqueue: Silence GCC error "maybe-uninitialized"
Bernhard Beschow
2022-09-29
1
-1
/
+1
*
|
vhost-user: Call qemu_socketpair() instead of socketpair()
Guoyi Tu
2022-09-29
1
-1
/
+1
|
/
[next]