summaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2016-09-28trace: move hw/virtio/virtio-balloon.c trace points into correct fileDaniel P. Berrange1-0/+5
2016-09-23virtio: handle virtqueue_get_head() errorsStefan Hajnoczi1-10/+17
2016-09-23virtio: handle virtqueue_num_heads() errorsStefan Hajnoczi1-3/+8
2016-09-23virtio: handle virtqueue_read_next_desc() errorsStefan Hajnoczi1-13/+32
2016-09-23virtio: use unsigned int for virtqueue_get_avail_bytes() indexStefan Hajnoczi1-1/+1
2016-09-23virtio: handle virtqueue_get_avail_bytes() errorsStefan Hajnoczi1-6/+11
2016-09-23virtio: handle virtqueue_map_desc() errorsStefan Hajnoczi1-19/+55
2016-09-23virtio: migrate vdev->broken flagStefan Hajnoczi1-0/+19
2016-09-23virtio: stop virtqueue processing if device is brokenStefan Hajnoczi1-0/+39
2016-09-23virtio: fix stray tab characterStefan Hajnoczi1-1/+1
2016-09-23virtio: add check for descriptor's mapped addressPrasad J Pandit1-0/+5
2016-09-15virtio-bus: Plug devices after features are negotiatedMaxime Coquelin3-8/+42
2016-09-10vhost-vsock: add virtio sockets deviceStefan Hajnoczi5-0/+505
2016-09-09virtio-pci: minor refactoringMichael S. Tsirkin1-1/+1
2016-09-09vhost: don't set vring call if no vectorJason Wang1-0/+14
2016-09-09virtio-pci: error out when both legacy and modern modes are disabledGreg Kurz1-0/+8
2016-09-09virtio-balloon: fix stats vq migrationLadi Prosek1-0/+13
2016-09-09virtio: add virtqueue_rewind()Stefan Hajnoczi1-0/+22
2016-09-09virtio-balloon: discard virtqueue element on resetLadi Prosek1-0/+1
2016-09-09virtio: zero vq->inuse in virtio_reset()Stefan Hajnoczi1-0/+1
2016-09-09virtio-pci: reduce modern_mem_bar sizeMarcel Apfelbaum2-7/+20
2016-09-09virtio-pci: use size from correct structureMichael S. Tsirkin1-1/+1
2016-09-09virtio: Tell the user what went wrong when event_notifier_init failedThomas Huth1-1/+2
2016-08-24Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+16
2016-08-23virtio: decrement vq->inuse in virtqueue_discard()Stefan Hajnoczi1-0/+1
2016-08-23virtio: recalculate vq->inuse after migrationStefan Hajnoczi1-0/+15
2016-08-15Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-1/+1
2016-08-15Revert "vhost-user: Attempt to fix a race with set_mem_table."Michael S. Tsirkin1-67/+60
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier1-1/+1
2016-08-10vhost-user: Attempt to fix a race with set_mem_table.Prerna Saxena1-60/+67
2016-08-10vhost-user: Introduce a new protocol feature REPLY_ACK.Prerna Saxena1-0/+32
2016-07-29Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell5-99/+190
2016-07-29vhost: do not update last avail idx on get_vring_base() failureMarc-André Lureau1-1/+2
2016-07-29vhost: add vhost_net_set_backend()Marc-André Lureau1-0/+10
2016-07-29vhost-user: add error report in vhost_user_write()Marc-André Lureau1-3/+10
2016-07-29vhost: add assert() to check runtime behaviourMarc-André Lureau1-0/+9
2016-07-29vhost-user: check vhost_user_{read,write}() return valueMarc-André Lureau1-16/+34
2016-07-29vhost-user: check qemu_chr_fe_set_msgfds() return valueMarc-André Lureau1-1/+3
2016-07-29vhost-user: call set_msgfds unconditionallyMarc-André Lureau1-3/+1
2016-07-29vhost: use error_report() instead of fprintf(stderr,...)Marc-André Lureau1-10/+9
2016-07-29vhost: add missing VHOST_OPS_DEBUGMarc-André Lureau1-2/+15
2016-07-29vhost: do not assert() on vhost_ops failureMarc-André Lureau1-17/+32
2016-07-29vhost: fix calling vhost_dev_cleanup() after vhost_dev_init()Marc-André Lureau1-11/+6
2016-07-29vhost: make vhost_dev_cleanup() idempotentMarc-André Lureau1-1/+6
2016-07-29vhost: fix cleanup on not fully initialized deviceMarc-André Lureau1-3/+6
2016-07-29vhost: assert the log was cleaned upMarc-André Lureau1-0/+1
2016-07-29vhost: make vhost_log_put() idempotentMarc-André Lureau1-5/+2
2016-07-29vhost: don't assume opaque is a fd, use backend cleanupMarc-André Lureau1-9/+7
2016-07-29virtio: check vring descriptor buffer lengthPrasad J Pandit1-0/+5
2016-07-29hw/virtio-pci: fix virtio behaviourMarcel Apfelbaum2-20/+35