summaryrefslogtreecommitdiffstats
path: root/hw/virtio
Commit message (Expand)AuthorAgeFilesLines
...
* virtio-crypto: tag as not hotpluggable and migrationGonglei2016-11-152-1/+2
* virtio: make virtqueue_alloc_element staticLadi Prosek2016-11-151-1/+1
* virtio: rename virtqueue_discard to virtqueue_unpopLadi Prosek2016-11-152-5/+5
* virtio-crypto: using bh to handle dataq's requestsGonglei2016-11-011-2/+53
* cryptodev: introduce an unified wrapper for crypto operationGonglei2016-11-011-5/+5
* virtio-crypto: add data queue processing handlerGonglei2016-11-011-1/+357
* virtio-crypto: add control queue handlerGonglei2016-11-011-1/+298
* virtio-crypto: set capacity of algorithms supportedGonglei2016-11-011-0/+43
* virtio-crypto-pci: add virtio crypto pci supportGonglei2016-11-013-0/+93
* virtio-crypto: add virtio crypto device emulationGonglei2016-11-012-0/+152
* virtio: inline set_host_notifier_internalPaolo Bonzini2016-10-301-36/+26Star
* virtio: inline virtio_queue_set_host_notifier_fd_handlerPaolo Bonzini2016-10-302-26/+20Star
* virtio: use virtio_bus_set_host_notifier to start/stop ioeventfdPaolo Bonzini2016-10-302-7/+5Star
* virtio: remove ioeventfd_disabled altogetherPaolo Bonzini2016-10-302-15/+11Star
* virtio: remove set_handler argument from set_host_notifier_internalPaolo Bonzini2016-10-302-12/+16
* Revert "virtio: Introduce virtio_add_queue_aio"Paolo Bonzini2016-10-301-34/+4Star
* virtio: introduce virtio_device_ioeventfd_enabledPaolo Bonzini2016-10-304-7/+23
* virtio: add start_ioeventfd and stop_ioeventfd to VirtioDeviceClassPaolo Bonzini2016-10-302-37/+81
* virtio: move ioeventfd_started flag to VirtioBusStatePaolo Bonzini2016-10-305-45/+7Star
* virtio: move ioeventfd_disabled flag to VirtioBusStatePaolo Bonzini2016-10-304-25/+4Star
* virtio: disable ioeventfd as early as possiblePaolo Bonzini2016-10-301-4/+4
* virtio/migration: Migrate balloon to VMStateDr. David Alan Gilbert2016-10-301-16/+15Star
* virtio/migration: Add VMStateDescription to VirtioDeviceClassDr. David Alan Gilbert2016-10-301-0/+14
* 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