summaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)Author
2017-01-10net: Add virtio queue interface to update used index from vring stateYuri Benditovich
2017-01-10balloon: Don't balloon romsDr. David Alan Gilbert
2017-01-10virtio: fix vq->inuse recalc after migrHalil Pasic
2017-01-10virtio-crypto: zeroize the key material before freeGonglei
2017-01-10virtio-crypto-pci: tag virtio-crypto device hot pluggableGonglei
2017-01-10virtio-crypto: avoid one cryptodev device is used by multiple virtio crypto d...Gonglei
2017-01-10virtio-crypto-pci: add check for cryptodev objectGonglei
2017-01-10cryptodev: wrap the ready flagGonglei
2017-01-10cryptodev: introduce a new is_used propertyGonglei
2017-01-10virtio-crypto: use the correct length for cipher operationGonglei
2017-01-10virtio-pci: address space translation service (ATS) supportJason Wang
2017-01-10virtio: convert to use DMA apiJason Wang
2017-01-10virtio-crypto: fix possible integer and heap overflowGonglei
2017-01-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2017-01-03virtio: disable virtqueue notifications during pollingStefan Hajnoczi
2017-01-03virtio: turn vq->notification into a nested counterStefan Hajnoczi
2017-01-03virtio: poll virtqueues for new buffersStefan Hajnoczi
2017-01-03aio: add AioPollFn and io_poll() interfaceStefan Hajnoczi
2016-12-16virtio: avoid using guest_notifier_mask in vhost-user modeWei Huang
2016-12-15virtio-pci: Fix cross-version migration with older machinesMaxime Coquelin
2016-11-30virtio-crypto: fix uninitialized variablesGonglei
2016-11-18virtio: set ISR on dataplane notificationsPaolo Bonzini
2016-11-18virtio: access ISR atomicallyPaolo Bonzini
2016-11-18virtio: introduce grab/release_ioeventfd to fix vhostPaolo Bonzini
2016-11-18virtio-crypto: fix virtio_queue_set_notification() raceStefan Hajnoczi
2016-11-15virtio: drop virtio_queue_get_ring_{size,addr}()Greg Kurz
2016-11-15vhost: drop legacy vring layout bitsGreg Kurz
2016-11-15vhost: adapt vhost_verify_ring_mappings() to virtio 1 ring layoutGreg Kurz
2016-11-15vhost: migration blocker only if shared log is usedRafael David Tinoco
2016-11-15virtio: allow per-device-class legacy featuresMichael S. Tsirkin
2016-11-15virtio-crypto: tag as not hotpluggable and migrationGonglei
2016-11-15virtio: make virtqueue_alloc_element staticLadi Prosek
2016-11-15virtio: rename virtqueue_discard to virtqueue_unpopLadi Prosek
2016-11-01virtio-crypto: using bh to handle dataq's requestsGonglei
2016-11-01cryptodev: introduce an unified wrapper for crypto operationGonglei
2016-11-01virtio-crypto: add data queue processing handlerGonglei
2016-11-01virtio-crypto: add control queue handlerGonglei
2016-11-01virtio-crypto: set capacity of algorithms supportedGonglei
2016-11-01virtio-crypto-pci: add virtio crypto pci supportGonglei
2016-11-01virtio-crypto: add virtio crypto device emulationGonglei
2016-10-30virtio: inline set_host_notifier_internalPaolo Bonzini
2016-10-30virtio: inline virtio_queue_set_host_notifier_fd_handlerPaolo Bonzini
2016-10-30virtio: use virtio_bus_set_host_notifier to start/stop ioeventfdPaolo Bonzini
2016-10-30virtio: remove ioeventfd_disabled altogetherPaolo Bonzini
2016-10-30virtio: remove set_handler argument from set_host_notifier_internalPaolo Bonzini
2016-10-30Revert "virtio: Introduce virtio_add_queue_aio"Paolo Bonzini
2016-10-30virtio: introduce virtio_device_ioeventfd_enabledPaolo Bonzini
2016-10-30virtio: add start_ioeventfd and stop_ioeventfd to VirtioDeviceClassPaolo Bonzini
2016-10-30virtio: move ioeventfd_started flag to VirtioBusStatePaolo Bonzini
2016-10-30virtio: move ioeventfd_disabled flag to VirtioBusStatePaolo Bonzini