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
/
include
/
hw
/
virtio
/
virtio.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio: skip legacy support check on machine types less than 5.1
Stefano Garzarella
2020-09-29
1
-0
/
+2
*
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
2020-09-18
1
-3
/
+1
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-6
/
+2
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-2
/
+4
*
virtio-pci: fix virtio_pci_queue_enabled()
Laurent Vivier
2020-07-27
1
-0
/
+1
*
virtio: list legacy-capable devices
Cornelia Huck
2020-07-22
1
-0
/
+2
*
virtio: don't enable notifications during polling
Stefan Hajnoczi
2020-01-05
1
-0
/
+1
*
virtio-pci: disable vring processing when bus-mastering is disabled
Michael Roth
2020-01-05
1
-0
/
+15
*
virtio: add ability to delete vq through a pointer
Michael S. Tsirkin
2020-01-05
1
-0
/
+2
*
virtio: notify virtqueue via host notifier when available
Stefan Hajnoczi
2019-11-06
1
-0
/
+1
*
net/virtio: add failover support
Jens Freimann
2019-10-29
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
2019-10-29
1
-0
/
+6
|
\
|
*
virtio: new post_load hook
Michael S. Tsirkin
2019-10-29
1
-0
/
+6
*
|
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...
Peter Maydell
2019-10-28
1
-7
/
+0
|
\
\
|
*
|
include: Move endof() up from hw/virtio/virtio.h
Max Reitz
2019-10-28
1
-7
/
+0
|
|
/
*
|
virtio: drop unused virtio_device_stop_ioeventfd() function
Stefan Hajnoczi
2019-10-25
1
-1
/
+0
*
|
virtio: add property to enable packed virtqueue
Jason Wang
2019-10-25
1
-1
/
+3
*
|
virtio: basic packed virtqueue support
Jason Wang
2019-10-25
1
-3
/
+7
|
/
*
sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-1
/
+1
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include exec/memory.h slightly less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
virtio: Set "start_on_kick" for legacy devices
Xie Yongji
2019-07-04
1
-1
/
+1
*
virtio: add "use-started" property
Xie Yongji
2019-07-04
1
-0
/
+21
*
virtio: Introduce started flag to VirtioDevice
Xie Yongji
2019-05-21
1
-0
/
+2
*
vhost_net: don't set backend for the uninitialized virtqueue
Jason Wang
2019-05-17
1
-0
/
+1
*
virtio-net: make VirtIOFeature usable for other virtio devices
Stefano Garzarella
2019-02-22
1
-0
/
+15
*
virtio: support setting memory region based host notifier
Tiwei Bie
2018-05-23
1
-0
/
+2
*
virtio: Add queue interface to restore avail index from vring used index
Maxime Coquelin
2017-12-01
1
-0
/
+1
*
migration: Route more error paths
Dr. David Alan Gilbert
2017-09-27
1
-1
/
+1
*
virtio_net: Bypass backends for MTU feature negotiation
Maxime Coquelin
2017-05-25
1
-0
/
+1
*
virtio: fix vring_align() on 64-bit windows
Andrew Baumann
2017-03-29
1
-1
/
+1
*
virtio: add MemoryListener to cache ring translations
Paolo Bonzini
2017-02-17
1
-0
/
+1
*
virtio: Report real progress in VQ aio poll handler
Fam Zheng
2017-02-17
1
-2
/
+2
*
virtio: make virtio_should_notify static
Paolo Bonzini
2017-02-01
1
-1
/
+0
*
virtio-ccw: fix ring sizing
Michael S. Tsirkin
2017-01-20
1
-0
/
+1
*
virtio: Introduce virtqueue_drop_all procedure
Yuri Benditovich
2017-01-10
1
-0
/
+1
*
net: Add virtio queue interface to update used index from vring state
Yuri Benditovich
2017-01-10
1
-0
/
+1
*
virtio: convert to use DMA api
Jason Wang
2017-01-10
1
-3
/
+6
*
virtio: set ISR on dataplane notifications
Paolo Bonzini
2016-11-18
1
-1
/
+1
*
virtio: introduce grab/release_ioeventfd to fix vhost
Paolo Bonzini
2016-11-18
1
-0
/
+2
*
virtio: drop virtio_queue_get_ring_{size,addr}()
Greg Kurz
2016-11-15
1
-2
/
+0
*
virtio: allow per-device-class legacy features
Michael S. Tsirkin
2016-11-15
1
-0
/
+5
*
virtio: make virtqueue_alloc_element static
Ladi Prosek
2016-11-15
1
-1
/
+0
*
virtio: rename virtqueue_discard to virtqueue_unpop
Ladi Prosek
2016-11-15
1
-2
/
+2
*
virtio: inline virtio_queue_set_host_notifier_fd_handler
Paolo Bonzini
2016-10-30
1
-2
/
+1
*
Revert "virtio: Introduce virtio_add_queue_aio"
Paolo Bonzini
2016-10-30
1
-3
/
+0
*
virtio: introduce virtio_device_ioeventfd_enabled
Paolo Bonzini
2016-10-30
1
-0
/
+1
*
virtio: add start_ioeventfd and stop_ioeventfd to VirtioDeviceClass
Paolo Bonzini
2016-10-30
1
-0
/
+4
[next]