summaryrefslogtreecommitdiffstats
path: root/hw/virtio
Commit message (Expand)AuthorAgeFilesLines
* char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau2016-10-241-2/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-10-104-40/+82
|\
| * virtio: cleanup VMSTATE_VIRTIO_DEVICEHalil Pasic2016-10-104-12/+0Star
| * vhost-vsock: convert VMSTATE_VIRTIO_DEVICEHalil Pasic2016-10-101-21/+23
| * virtio-rng: convert VMSTATE_VIRTIO_DEVICEHalil Pasic2016-10-101-8/+13
| * virtio-balloon: convert VMSTATE_VIRTIO_DEVICEHalil Pasic2016-10-101-6/+11
| * virtio: prepare change VMSTATE_VIRTIO_DEVICE macroHalil Pasic2016-10-101-0/+21
| * virtio: add virtio_detach_element()Stefan Hajnoczi2016-10-101-2/+25
| * virtio-balloon: Remove needless precompiled directiveLiang Li2016-10-101-2/+0Star
* | virtio: rename the bar index field name in VirtIOPCIProxyChen Fan2016-10-082-14/+14
|/
* trace: move hw/virtio/virtio-balloon.c trace points into correct fileDaniel P. Berrange2016-09-281-0/+5
* virtio: handle virtqueue_get_head() errorsStefan Hajnoczi2016-09-231-10/+17
* virtio: handle virtqueue_num_heads() errorsStefan Hajnoczi2016-09-231-3/+8
* virtio: handle virtqueue_read_next_desc() errorsStefan Hajnoczi2016-09-231-13/+32
* virtio: use unsigned int for virtqueue_get_avail_bytes() indexStefan Hajnoczi2016-09-231-1/+1
* virtio: handle virtqueue_get_avail_bytes() errorsStefan Hajnoczi2016-09-231-6/+11
* virtio: handle virtqueue_map_desc() errorsStefan Hajnoczi2016-09-231-19/+55
* virtio: migrate vdev->broken flagStefan Hajnoczi2016-09-231-0/+19
* virtio: stop virtqueue processing if device is brokenStefan Hajnoczi2016-09-231-0/+39
* virtio: fix stray tab characterStefan Hajnoczi2016-09-231-1/+1
* virtio: add check for descriptor's mapped addressPrasad J Pandit2016-09-231-0/+5
* virtio-bus: Plug devices after features are negotiatedMaxime Coquelin2016-09-153-8/+42
* vhost-vsock: add virtio sockets deviceStefan Hajnoczi2016-09-095-0/+505
* virtio-pci: minor refactoringMichael S. Tsirkin2016-09-091-1/+1
* vhost: don't set vring call if no vectorJason Wang2016-09-091-0/+14
* virtio-pci: error out when both legacy and modern modes are disabledGreg Kurz2016-09-091-0/+8
* virtio-balloon: fix stats vq migrationLadi Prosek2016-09-091-0/+13
* virtio: add virtqueue_rewind()Stefan Hajnoczi2016-09-091-0/+22
* virtio-balloon: discard virtqueue element on resetLadi Prosek2016-09-091-0/+1
* virtio: zero vq->inuse in virtio_reset()Stefan Hajnoczi2016-09-091-0/+1
* virtio-pci: reduce modern_mem_bar sizeMarcel Apfelbaum2016-09-092-7/+20
* virtio-pci: use size from correct structureMichael S. Tsirkin2016-09-091-1/+1
* virtio: Tell the user what went wrong when event_notifier_init failedThomas Huth2016-09-091-1/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-08-241-0/+16
|\
| * virtio: decrement vq->inuse in virtqueue_discard()Stefan Hajnoczi2016-08-231-0/+1
| * virtio: recalculate vq->inuse after migrationStefan Hajnoczi2016-08-231-0/+15
* | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2016-08-151-1/+1
|\ \
| * | trace-events: fix first line comment in trace-eventsLaurent Vivier2016-08-121-1/+1
| |/
* / Revert "vhost-user: Attempt to fix a race with set_mem_table."Michael S. Tsirkin2016-08-151-67/+60Star
|/
* vhost-user: Attempt to fix a race with set_mem_table.Prerna Saxena2016-08-101-60/+67
* vhost-user: Introduce a new protocol feature REPLY_ACK.Prerna Saxena2016-08-101-0/+32
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-07-295-99/+190
|\
| * vhost: do not update last avail idx on get_vring_base() failureMarc-André Lureau2016-07-291-1/+2
| * vhost: add vhost_net_set_backend()Marc-André Lureau2016-07-281-0/+10
| * vhost-user: add error report in vhost_user_write()Marc-André Lureau2016-07-281-3/+10
| * vhost: add assert() to check runtime behaviourMarc-André Lureau2016-07-281-0/+9
| * vhost-user: check vhost_user_{read,write}() return valueMarc-André Lureau2016-07-281-16/+34
| * vhost-user: check qemu_chr_fe_set_msgfds() return valueMarc-André Lureau2016-07-281-1/+3
| * vhost-user: call set_msgfds unconditionallyMarc-André Lureau2016-07-281-3/+1Star
| * vhost: use error_report() instead of fprintf(stderr,...)Marc-André Lureau2016-07-281-10/+9Star