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
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2020-01-27
22
-23
/
+23
|
\
|
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
22
-23
/
+23
*
|
vhost-user: Print unexpected slave message types
Dr. David Alan Gilbert
2020-01-23
1
-1
/
+1
*
|
vhost: coding style fix
Michael S. Tsirkin
2020-01-23
1
-3
/
+3
*
|
vhost: Only align sections for vhost-user
Dr. David Alan Gilbert
2020-01-22
1
-16
/
+18
*
|
vhost: Add names to section rounded warning
Dr. David Alan Gilbert
2020-01-22
1
-3
/
+4
*
|
vhost-vsock: delete vqs in vhost_vsock_unrealize to avoid memleaks
Pan Nengyuan
2020-01-22
1
-2
/
+10
|
/
*
virtio: reset region cache when on queue deletion
Yuri Benditovich
2020-01-06
1
-0
/
+1
*
virtio-mmio: update queue size on guest write
Denis Plotnikov
2020-01-06
1
-1
/
+2
*
vhost-user: add VHOST_USER_RESET_DEVICE to reset devices
Raphael Norwitz
2020-01-05
1
-1
/
+7
*
virtio-mmio: Clear v2 transport state on soft reset
Jean-Philippe Brucker
2020-01-05
1
-0
/
+14
*
virtio: don't enable notifications during polling
Stefan Hajnoczi
2020-01-05
1
-6
/
+6
*
virtio-pci: disable vring processing when bus-mastering is disabled
Michael Roth
2020-01-05
2
-11
/
+36
*
virtio: update queue size on guest write
Michael S. Tsirkin
2020-01-05
1
-0
/
+2
*
virtio-balloon: fix memory leak while attach virtio-balloon device
Pan Nengyuan
2020-01-05
1
-0
/
+7
*
virtio: make virtio_delete_queue idempotent
Michael S. Tsirkin
2020-01-05
1
-0
/
+1
*
virtio: add ability to delete vq through a pointer
Michael S. Tsirkin
2020-01-05
1
-5
/
+10
*
configure: simplify vhost condition with Kconfig
Marc-André Lureau
2019-12-17
2
-2
/
+5
*
virtio-fs: fix MSI-X nvectors calculation
Stefan Hajnoczi
2019-12-13
1
-1
/
+2
*
vhost-user-fs: remove "vhostfd" property
Marc-André Lureau
2019-12-13
1
-1
/
+0
*
virtio: notify virtqueue via host notifier when available
Stefan Hajnoczi
2019-11-06
2
-1
/
+12
*
virtio: Use auto rcu_read macros
Dr. David Alan Gilbert
2019-10-29
1
-42
/
+23
*
virtio/vhost: Use auto_rcu_read macros
Dr. David Alan Gilbert
2019-10-29
1
-3
/
+1
*
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
2019-10-29
1
-0
/
+7
|
\
|
*
virtio: new post_load hook
Michael S. Tsirkin
2019-10-29
1
-0
/
+7
*
|
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2019-10-28
2
-92
/
+977
|
\
\
|
*
|
virtio: drop unused virtio_device_stop_ioeventfd() function
Stefan Hajnoczi
2019-10-25
1
-8
/
+0
|
*
|
virtio: event suppression support for packed ring
Jason Wang
2019-10-25
1
-9
/
+133
|
*
|
virtio: basic packed virtqueue support
Jason Wang
2019-10-25
1
-69
/
+818
|
*
|
virtio: Free rnd virqueue at unrealize()
Eugenio Pérez
2019-10-25
1
-0
/
+1
|
*
|
virtio: device/driver area size calculation refactor for split ring
Wei Xu
2019-10-25
1
-6
/
+10
|
*
|
virtio: basic structure for packed ring
Wei Xu
2019-10-25
1
-0
/
+15
|
|
/
*
/
hw/virtio: Factorize virtio-mmio headers
Sergio Lopez
2019-10-22
1
-47
/
+1
|
/
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2019-10-17
3
-0
/
+386
|
\
|
*
virtio: add vhost-user-fs-pci device
Dr. David Alan Gilbert
2019-10-05
2
-0
/
+86
|
*
virtio: add vhost-user-fs base device
Dr. David Alan Gilbert
2019-10-05
2
-0
/
+300
*
|
memory: allow memory_region_register_iommu_notifier() to fail
Eric Auger
2019-10-04
1
-2
/
+7
|
/
*
vhost: Fix memory region section comparison
Dr. David Alan Gilbert
2019-09-25
1
-2
/
+7
*
virtio-mmio: implement modern (v2) personality (virtio-1)
Sergio Lopez
2019-09-16
1
-23
/
+319
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2019-09-04
3
-11
/
+22
|
\
|
*
virtio-pci: Add Function Level Reset support
Julia Suvorova
2019-09-04
2
-0
/
+14
|
*
virtio-rng: change default backend to rng-builtin
Laurent Vivier
2019-09-04
1
-2
/
+1
|
*
virtio-rng: Keep the default backend out of VirtIORNGConf
Markus Armbruster
2019-09-04
1
-11
/
+9
*
|
memory: Single byte swap along the I/O path
Tony Nguyen
2019-09-03
1
-6
/
+4
*
|
memory: Access MemoryRegion with endianness
Tony Nguyen
2019-09-03
1
-2
/
+4
*
|
hw/virtio: Access MemoryRegion with MemOp
Tony Nguyen
2019-09-03
1
-2
/
+5
|
/
*
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
2
-2
/
+3
*
sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h
Markus Armbruster
2019-08-16
2
-0
/
+2
*
Include sysemu/hostmem.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
21
-3
/
+20
[next]