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
*
char: use qemu_chr_fe* functions with CharBackend argument
Marc-André Lureau
2016-10-24
1
-2
/
+2
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2016-10-10
4
-40
/
+82
|
\
|
*
virtio: cleanup VMSTATE_VIRTIO_DEVICE
Halil Pasic
2016-10-10
4
-12
/
+0
|
*
vhost-vsock: convert VMSTATE_VIRTIO_DEVICE
Halil Pasic
2016-10-10
1
-21
/
+23
|
*
virtio-rng: convert VMSTATE_VIRTIO_DEVICE
Halil Pasic
2016-10-10
1
-8
/
+13
|
*
virtio-balloon: convert VMSTATE_VIRTIO_DEVICE
Halil Pasic
2016-10-10
1
-6
/
+11
|
*
virtio: prepare change VMSTATE_VIRTIO_DEVICE macro
Halil Pasic
2016-10-10
1
-0
/
+21
|
*
virtio: add virtio_detach_element()
Stefan Hajnoczi
2016-10-10
1
-2
/
+25
|
*
virtio-balloon: Remove needless precompiled directive
Liang Li
2016-10-10
1
-2
/
+0
*
|
virtio: rename the bar index field name in VirtIOPCIProxy
Chen Fan
2016-10-08
2
-14
/
+14
|
/
*
trace: move hw/virtio/virtio-balloon.c trace points into correct file
Daniel P. Berrange
2016-09-28
1
-0
/
+5
*
virtio: handle virtqueue_get_head() errors
Stefan Hajnoczi
2016-09-23
1
-10
/
+17
*
virtio: handle virtqueue_num_heads() errors
Stefan Hajnoczi
2016-09-23
1
-3
/
+8
*
virtio: handle virtqueue_read_next_desc() errors
Stefan Hajnoczi
2016-09-23
1
-13
/
+32
*
virtio: use unsigned int for virtqueue_get_avail_bytes() index
Stefan Hajnoczi
2016-09-23
1
-1
/
+1
*
virtio: handle virtqueue_get_avail_bytes() errors
Stefan Hajnoczi
2016-09-23
1
-6
/
+11
*
virtio: handle virtqueue_map_desc() errors
Stefan Hajnoczi
2016-09-23
1
-19
/
+55
*
virtio: migrate vdev->broken flag
Stefan Hajnoczi
2016-09-23
1
-0
/
+19
*
virtio: stop virtqueue processing if device is broken
Stefan Hajnoczi
2016-09-23
1
-0
/
+39
*
virtio: fix stray tab character
Stefan Hajnoczi
2016-09-23
1
-1
/
+1
*
virtio: add check for descriptor's mapped address
Prasad J Pandit
2016-09-23
1
-0
/
+5
*
virtio-bus: Plug devices after features are negotiated
Maxime Coquelin
2016-09-15
3
-8
/
+42
*
vhost-vsock: add virtio sockets device
Stefan Hajnoczi
2016-09-09
5
-0
/
+505
*
virtio-pci: minor refactoring
Michael S. Tsirkin
2016-09-09
1
-1
/
+1
*
vhost: don't set vring call if no vector
Jason Wang
2016-09-09
1
-0
/
+14
*
virtio-pci: error out when both legacy and modern modes are disabled
Greg Kurz
2016-09-09
1
-0
/
+8
*
virtio-balloon: fix stats vq migration
Ladi Prosek
2016-09-09
1
-0
/
+13
*
virtio: add virtqueue_rewind()
Stefan Hajnoczi
2016-09-09
1
-0
/
+22
*
virtio-balloon: discard virtqueue element on reset
Ladi Prosek
2016-09-09
1
-0
/
+1
*
virtio: zero vq->inuse in virtio_reset()
Stefan Hajnoczi
2016-09-09
1
-0
/
+1
*
virtio-pci: reduce modern_mem_bar size
Marcel Apfelbaum
2016-09-09
2
-7
/
+20
*
virtio-pci: use size from correct structure
Michael S. Tsirkin
2016-09-09
1
-1
/
+1
*
virtio: Tell the user what went wrong when event_notifier_init failed
Thomas Huth
2016-09-09
1
-1
/
+2
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2016-08-24
1
-0
/
+16
|
\
|
*
virtio: decrement vq->inuse in virtqueue_discard()
Stefan Hajnoczi
2016-08-23
1
-0
/
+1
|
*
virtio: recalculate vq->inuse after migration
Stefan Hajnoczi
2016-08-23
1
-0
/
+15
*
|
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
2016-08-15
1
-1
/
+1
|
\
\
|
*
|
trace-events: fix first line comment in trace-events
Laurent Vivier
2016-08-12
1
-1
/
+1
|
|
/
*
/
Revert "vhost-user: Attempt to fix a race with set_mem_table."
Michael S. Tsirkin
2016-08-15
1
-67
/
+60
|
/
*
vhost-user: Attempt to fix a race with set_mem_table.
Prerna Saxena
2016-08-10
1
-60
/
+67
*
vhost-user: Introduce a new protocol feature REPLY_ACK.
Prerna Saxena
2016-08-10
1
-0
/
+32
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2016-07-29
5
-99
/
+190
|
\
|
*
vhost: do not update last avail idx on get_vring_base() failure
Marc-André Lureau
2016-07-29
1
-1
/
+2
|
*
vhost: add vhost_net_set_backend()
Marc-André Lureau
2016-07-28
1
-0
/
+10
|
*
vhost-user: add error report in vhost_user_write()
Marc-André Lureau
2016-07-28
1
-3
/
+10
|
*
vhost: add assert() to check runtime behaviour
Marc-André Lureau
2016-07-28
1
-0
/
+9
|
*
vhost-user: check vhost_user_{read,write}() return value
Marc-André Lureau
2016-07-28
1
-16
/
+34
|
*
vhost-user: check qemu_chr_fe_set_msgfds() return value
Marc-André Lureau
2016-07-28
1
-1
/
+3
|
*
vhost-user: call set_msgfds unconditionally
Marc-André Lureau
2016-07-28
1
-3
/
+1
|
*
vhost: use error_report() instead of fprintf(stderr,...)
Marc-André Lureau
2016-07-28
1
-10
/
+9
[next]