summaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)Author
2018-12-19virtio: Provide version-specific variants of virtio PCI devicesEduardo Habkost
2018-12-19virtio: Helper for registering virtio device typesEduardo Habkost
2018-12-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...Peter Maydell
2018-12-11qom: make user_creatable_complete() specific to UserCreatableMarc-André Lureau
2018-12-11virtio: pass argument by value for virtqueue_map_iovec()Dongli Zhang
2018-11-27vmstate: constify VMStateFieldMarc-André Lureau
2018-10-23Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...Peter Maydell
2018-10-19cpus hw target: Use warn_report() & friends to report warningsMarkus Armbruster
2018-10-19clean up callback when del virtqueueliujunjie
2018-10-17cpu: Provide a proper prototype for target_words_bigendian() in a headerThomas Huth
2018-10-11vhost-user: Don't ask for reply on postcopy mem table setIlya Maximets
2018-10-11vhost-user: Fix userfaultfd leakIlya Maximets
2018-10-02virtio: Return true from virtio_queue_empty if brokenFam Zheng
2018-09-24Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-09-07vhost: fix invalid downcastYury Kotov
2018-09-07virtio: update MemoryRegionCaches when guest negotiates featuresPaolo Bonzini
2018-08-28qapi: Drop qapi_event_send_FOO()'s Error ** argumentPeter Xu
2018-08-17kvm: Use inhibit to prevent ballooning without synchronous mmuAlex Williamson
2018-08-03vhost: check region type before castingTiwei Bie
2018-06-28virtio-rng: process pending requests on DRIVER_OKPankaj Gupta
2018-06-15iommu: Add IOMMU index argument to notifier APIsPeter Maydell
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2018-06-01Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-06-01hw: make virtio devices configurable via default-configs/Paolo Bonzini
2018-06-01virtio: free MemoryRegionCache when initialization failsPaolo Bonzini
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-05-31Make address_space_get_iotlb_entry() take a MemTxAttrs argumentPeter Maydell
2018-05-24vhost-user: support registering external host notifiersTiwei Bie
2018-05-24vhost-user: introduce shared vhost-user stateTiwei Bie
2018-05-24vhost-user: allow slave to send fds via slave channelTiwei Bie
2018-05-24vhost: allow backends to filter memory sectionsTiwei Bie
2018-05-23hw/virtio: Fix brace Werror with clang 6.0.0Richard Henderson
2018-05-23vhost-user+postcopy: Use qemu_set_nonblockDr. David Alan Gilbert
2018-05-23virtio: support setting memory region based host notifierTiwei Bie
2018-05-23vhost-user: support receiving file descriptors in slave_readTiwei Bie
2018-05-23vhost: add trace for IOTLB missPeter Xu
2018-05-23virtio-balloon: add hugetlb page allocation countsJonathan Helman
2018-04-16vhost: do not verify ring mappings when IOMMU is enabledJason Wang
2018-04-09Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-04-09vhost: Allow adjoining regionsDr. David Alan Gilbert
2018-04-09vhost-user: back SET/GET_CONFIG requests with a protocol featureMaxime Coquelin
2018-04-09vhost-user-blk: set config ops before vhost-user initMaxime Coquelin
2018-04-09memfd: fix vhost-user-test on non-memfd capable hostMarc-André Lureau
2018-03-20vhost: Huge page align and mergeDr. David Alan Gilbert
2018-03-20vhost+postcopy: Wire up POSTCOPY_END notifyDr. David Alan Gilbert
2018-03-20vhost-user: Add VHOST_USER_POSTCOPY_END messageDr. David Alan Gilbert
2018-03-20vhost+postcopy: Add vhost wakerDr. David Alan Gilbert
2018-03-20vhost+postcopy: Resolve client addressDr. David Alan Gilbert
2018-03-20vhost+postcopy: Stash RAMBlock and offsetDr. David Alan Gilbert
2018-03-20vhost+postcopy: Send address back to qemuDr. David Alan Gilbert