aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)Author
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau
2016-10-10Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-10-10virtio: cleanup VMSTATE_VIRTIO_DEVICEHalil Pasic
2016-10-10vhost-vsock: convert VMSTATE_VIRTIO_DEVICEHalil Pasic
2016-10-10virtio-rng: convert VMSTATE_VIRTIO_DEVICEHalil Pasic
2016-10-10virtio-balloon: convert VMSTATE_VIRTIO_DEVICEHalil Pasic
2016-10-10virtio: prepare change VMSTATE_VIRTIO_DEVICE macroHalil Pasic
2016-10-10virtio: add virtio_detach_element()Stefan Hajnoczi
2016-10-10virtio-balloon: Remove needless precompiled directiveLiang Li
2016-10-08virtio: rename the bar index field name in VirtIOPCIProxyChen Fan
2016-09-28trace: move hw/virtio/virtio-balloon.c trace points into correct fileDaniel P. Berrange
2016-09-23virtio: handle virtqueue_get_head() errorsStefan Hajnoczi
2016-09-23virtio: handle virtqueue_num_heads() errorsStefan Hajnoczi
2016-09-23virtio: handle virtqueue_read_next_desc() errorsStefan Hajnoczi
2016-09-23virtio: use unsigned int for virtqueue_get_avail_bytes() indexStefan Hajnoczi
2016-09-23virtio: handle virtqueue_get_avail_bytes() errorsStefan Hajnoczi
2016-09-23virtio: handle virtqueue_map_desc() errorsStefan Hajnoczi
2016-09-23virtio: migrate vdev->broken flagStefan Hajnoczi
2016-09-23virtio: stop virtqueue processing if device is brokenStefan Hajnoczi
2016-09-23virtio: fix stray tab characterStefan Hajnoczi
2016-09-23virtio: add check for descriptor's mapped addressPrasad J Pandit
2016-09-15virtio-bus: Plug devices after features are negotiatedMaxime Coquelin
2016-09-10vhost-vsock: add virtio sockets deviceStefan Hajnoczi
2016-09-09virtio-pci: minor refactoringMichael S. Tsirkin
2016-09-09vhost: don't set vring call if no vectorJason Wang
2016-09-09virtio-pci: error out when both legacy and modern modes are disabledGreg Kurz
2016-09-09virtio-balloon: fix stats vq migrationLadi Prosek
2016-09-09virtio: add virtqueue_rewind()Stefan Hajnoczi
2016-09-09virtio-balloon: discard virtqueue element on resetLadi Prosek
2016-09-09virtio: zero vq->inuse in virtio_reset()Stefan Hajnoczi
2016-09-09virtio-pci: reduce modern_mem_bar sizeMarcel Apfelbaum
2016-09-09virtio-pci: use size from correct structureMichael S. Tsirkin
2016-09-09virtio: Tell the user what went wrong when event_notifier_init failedThomas Huth
2016-08-24Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-08-23virtio: decrement vq->inuse in virtqueue_discard()Stefan Hajnoczi
2016-08-23virtio: recalculate vq->inuse after migrationStefan Hajnoczi
2016-08-15Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2016-08-15Revert "vhost-user: Attempt to fix a race with set_mem_table."Michael S. Tsirkin
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier
2016-08-10vhost-user: Attempt to fix a race with set_mem_table.Prerna Saxena
2016-08-10vhost-user: Introduce a new protocol feature REPLY_ACK.Prerna Saxena
2016-07-29Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-07-29vhost: do not update last avail idx on get_vring_base() failureMarc-André Lureau
2016-07-29vhost: add vhost_net_set_backend()Marc-André Lureau
2016-07-29vhost-user: add error report in vhost_user_write()Marc-André Lureau
2016-07-29vhost: add assert() to check runtime behaviourMarc-André Lureau
2016-07-29vhost-user: check vhost_user_{read,write}() return valueMarc-André Lureau
2016-07-29vhost-user: check qemu_chr_fe_set_msgfds() return valueMarc-André Lureau
2016-07-29vhost-user: call set_msgfds unconditionallyMarc-André Lureau
2016-07-29vhost: use error_report() instead of fprintf(stderr,...)Marc-André Lureau