summaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)Author
2020-06-12Lift max memory slots limit imposed by vhost-userRaphael Norwitz
2020-06-12Transmit vhost-user memory regions individuallyRaphael Norwitz
2020-06-12Add VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTSRaphael Norwitz
2020-06-09Add vhost-user helper to get MemoryRegion dataRaphael Norwitz
2020-06-09Add helper to populate vhost-user message regionsRaphael Norwitz
2020-06-09virtio-balloon: Provide an interface for free page reportingAlexander Duyck
2020-06-09virtio-balloon: Implement support for page poison reporting featureAlexander Duyck
2020-06-09virtio-balloon: unref the iothread when unrealizingDavid Hildenbrand
2020-06-09virtio-balloon: fix free page hinting check on unrealizeDavid Hildenbrand
2020-06-09virtio-balloon: fix free page hinting without an iothreadDavid Hildenbrand
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-05-04Refactor vhost_user_set_mem_table functionsRaphael Norwitz
2020-05-04vhost-user-blk: fix invalid memory accessLi Feng
2020-05-04virtio-pci: update virtio pci bar layout documentationAnthoine Bourgeois
2020-04-01virtio-iommu: depend on PCIPaolo Bonzini
2020-03-31vhost-vsock: fix double close() in the realize() error pathStefano Garzarella
2020-03-29virtio-iommu: avoid memleak in the unrealizePan Nengyuan
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé
2020-03-08vhost-vsock: fix error message outputNick Erdmann
2020-03-08vhost: correctly turn on VIRTIO_F_IOMMU_PLATFORMJason Wang
2020-02-27Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-02-27Fixed assert in vhost_user_set_mem_table_postcopyRaphael Norwitz
2020-02-27vhost-user: only set slave channel for first vqAdrian Moreno
2020-02-27virtio-iommu-pci: Add virtio iommu pci supportEric Auger
2020-02-27virtio-iommu: Support migrationEric Auger
2020-02-27virtio-iommu: Implement fault reportingEric Auger
2020-02-27virtio-iommu: Implement translateEric Auger
2020-02-27virtio-iommu: Implement map/unmapEric Auger
2020-02-27virtio-iommu: Implement attach/detach commandEric Auger
2020-02-27virtio-iommu: Decode the command payloadEric Auger
2020-02-27virtio-iommu: Add skeletonEric Auger
2020-02-27virtio: gracefully handle invalid region cachesStefan Hajnoczi
2020-02-25virtio-crypto: do delete ctrl_vq in virtio_crypto_device_unrealizePan Nengyuan
2020-02-25virtio-pmem: do delete rq_vq in virtio_pmem_unrealizePan Nengyuan
2020-02-25vhost-user-fs: convert to the new virtio_delete_queue functionPan Nengyuan
2020-02-25vhost-user-fs: do delete virtio_queues in unrealizePan Nengyuan
2020-02-20hw/virtio: Let vhost_memory_map() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-02-20hw/virtio: Let virtqueue_map_iovec() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-01-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-23vhost-user: Print unexpected slave message typesDr. David Alan Gilbert
2020-01-23vhost: coding style fixMichael S. Tsirkin
2020-01-22vhost: Only align sections for vhost-userDr. David Alan Gilbert
2020-01-22vhost: Add names to section rounded warningDr. David Alan Gilbert
2020-01-22vhost-vsock: delete vqs in vhost_vsock_unrealize to avoid memleaksPan Nengyuan
2020-01-06virtio: reset region cache when on queue deletionYuri Benditovich
2020-01-06virtio-mmio: update queue size on guest writeDenis Plotnikov
2020-01-05vhost-user: add VHOST_USER_RESET_DEVICE to reset devicesRaphael Norwitz
2020-01-05virtio-mmio: Clear v2 transport state on soft resetJean-Philippe Brucker