aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)Author
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-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
2016-10-30virtio: disable ioeventfd as early as possiblePaolo Bonzini
2016-10-30virtio/migration: Migrate balloon to VMStateDr. David Alan Gilbert
2016-10-30virtio/migration: Add VMStateDescription to VirtioDeviceClassDr. David Alan Gilbert
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