summaryrefslogtreecommitdiffstats
path: root/hw/virtio
Commit message (Expand)AuthorAgeFilesLines
* 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
| * vhost: add missing VHOST_OPS_DEBUGMarc-André Lureau2016-07-281-2/+15
| * vhost: do not assert() on vhost_ops failureMarc-André Lureau2016-07-281-17/+32
| * vhost: fix calling vhost_dev_cleanup() after vhost_dev_init()Marc-André Lureau2016-07-281-11/+6Star
| * vhost: make vhost_dev_cleanup() idempotentMarc-André Lureau2016-07-281-1/+6
| * vhost: fix cleanup on not fully initialized deviceMarc-André Lureau2016-07-281-3/+6
| * vhost: assert the log was cleaned upMarc-André Lureau2016-07-281-0/+1
| * vhost: make vhost_log_put() idempotentMarc-André Lureau2016-07-281-5/+2Star
| * vhost: don't assume opaque is a fd, use backend cleanupMarc-André Lureau2016-07-281-9/+7Star
| * virtio: check vring descriptor buffer lengthPrasad J Pandit2016-07-281-0/+5
| * hw/virtio-pci: fix virtio behaviourMarcel Apfelbaum2016-07-282-20/+35
* | virtio: error out if guest exceeds virtqueue sizeStefan Hajnoczi2016-07-271-0/+5
|/
* virtio-balloon: Wrap in vmstateDr. David Alan Gilbert2016-07-211-14/+5Star
* virtio-rng: Wrap in vmstateDr. David Alan Gilbert2016-07-211-15/+5Star
* virtio: Migration helper function and macroDr. David Alan Gilbert2016-07-211-0/+6
* virtio: Introduce virtio_add_queue_aioFam Zheng2016-07-211-4/+34
* virtio: Add typedef for handle_outputFam Zheng2016-07-211-5/+4Star
* kvm-irqchip: do explicit commit when update irqPeter Xu2016-07-211-0/+1
* kvm-irqchip: simplify kvm_irqchip_add_msi_routePeter Xu2016-07-211-6/+3Star
* virtio-mmio: format transport base address in BusClass.get_dev_pathLaszlo Ersek2016-07-141-0/+49
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-121-3/+2Star
* tap: vhost busy polling supportJason Wang2016-07-072-1/+47
* qapi: Add parameter to visit_end_*Eric Blake2016-07-061-2/+2