summaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)Author
2021-12-30dma: Let dma_memory_map() take MemTxAttrs argumentPhilippe Mathieu-Daudé
2021-12-17hw/virtio/vhost: Fix typo in comment.Leonardo Garcia
2021-12-15Merge tag 'pull-target-arm-20211215' of https://git.linaro.org/people/pmaydel...Richard Henderson
2021-12-15hw/arm/virt: Remove device tree restriction for virtio-iommuJean-Philippe Brucker
2021-12-15virtio-iommu: Fix the domain_range endEric Auger
2021-12-15virtio-iommu: Fix endianness in get_configEric Auger
2021-12-15virtio-iommu: Remove set_config callbackEric Auger
2021-11-29virtio-balloon: correct used lengthJason Wang
2021-11-29virtio-balloon: process all in sgs for free_page_vqJason Wang
2021-11-28virtio-mmio : fix the crash in the vm shutdownCindy Lu
2021-11-15virtio: use virtio accessor to access packed eventJason Wang
2021-11-15virtio: use virtio accessor to access packed descriptor flagsJason Wang
2021-11-11vhost: Rename last_index to vq_index_endEugenio Pérez
2021-11-02Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingRichard Henderson
2021-11-01vhost-vdpa: Set discarding of RAM broken when initializing the backendDavid Hildenbrand
2021-11-01virtio-mem: Drop precopy notifierDavid Hildenbrand
2021-11-01virtio-mem: Implement replay_discarded RamDiscardManager callbackDavid Hildenbrand
2021-10-20vhost-vdpa: multiqueue supportJason Wang
2021-10-20vhost-vdpa: prepare for the multiqueue supportJason Wang
2021-10-20vhost-vdpa: classify one time requestJason Wang
2021-10-20vhost-user: fix duplicated notifier MR initXueming Li
2021-10-20vhost-user-rng-pci: Add vhost-user-rng-pci implementationMathieu Poirier
2021-10-20vhost-user-rng: Add vhost-user-rng implementationMathieu Poirier
2021-10-20virtio-iommu: Drop base_name and change generic_nameEric Auger
2021-10-20virtio-iommu: Remove the non transitional nameEric Auger
2021-10-20vdpa: Check for iova range at mappings changesEugenio Pérez
2021-10-20vdpa: Add vhost_vdpa_section_endEugenio Pérez
2021-10-20vdpa: Skip protected ram IOMMU mappingsEugenio Pérez
2021-10-05virtio-balloon: Fix page-poison subsection nameDr. David Alan Gilbert
2021-10-05vhost-vsock: handle common features in vhost-vsock-commonStefano Garzarella
2021-10-05vhost-vsock: fix migration issue when seqpacket is supportedStefano Garzarella
2021-10-05hw/virtio: Have virtqueue_get_avail_bytes() pass caches arg to calleesPhilippe Mathieu-Daudé
2021-10-05hw/virtio: Acquire RCU read lock in virtqueue_packed_drop_all()Philippe Mathieu-Daudé
2021-10-02qapi: Include qom-path in MEMORY_DEVICE_SIZE_CHANGE qapi eventsDavid Hildenbrand
2021-10-02virtio-mem-pci: Fix memory leak when creating MEMORY_DEVICE_SIZE_CHANGE eventDavid Hildenbrand
2021-09-30Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210930'...Peter Maydell
2021-09-30memory: Name all the memory listenersPeter Xu
2021-09-30qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell
2021-09-04vhost-vdpa: correctly return err in vhost_vdpa_set_backend_cap()Jason Wang
2021-09-04hw/virtio: Add flatview update in vhost_user_cleanup()Yuwei Zhang
2021-09-04hw/virtio: Remove NULL check in virtio_free_region_cache()Philippe Mathieu-Daudé
2021-09-04hw/virtio: Document virtio_queue_packed_empty_rcu is called within RCUPhilippe Mathieu-Daudé
2021-09-04vhost: correctly detect the enabling IOMMUJason Wang
2021-09-04virtio-pci: implement iommu_enabled()Jason Wang
2021-09-04virtio-bus: introduce iommu_enabled()Jason Wang
2021-09-04virtio-balloon: free page hinting cleanupsDavid Hildenbrand
2021-09-04virtio-balloon: don't start free page hinting if postcopy is possibleDavid Hildenbrand
2021-09-04vhost-user: add missing space in error messageAlyssa Ross
2021-09-04hw/virtio: move vhost_set_backend_type() to vhost.cTiberiu Georgescu
2021-09-04vhost: make SET_VRING_ADDR, SET_FEATURES send repliesDenis Plotnikov