aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2020-06-12Lift max memory slots limit imposed by vhost-userRaphael Norwitz1-19/+37
2020-06-12Transmit vhost-user memory regions individuallyRaphael Norwitz1-72/+438
2020-06-12Add VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTSRaphael Norwitz1-2/+47
2020-06-09Add vhost-user helper to get MemoryRegion dataRaphael Norwitz1-10/+15
2020-06-09Add helper to populate vhost-user message regionsRaphael Norwitz1-6/+12
2020-06-09virtio-balloon: Provide an interface for free page reportingAlexander Duyck1-0/+72
2020-06-09virtio-balloon: Implement support for page poison reporting featureAlexander Duyck1-0/+29
2020-06-09virtio-balloon: unref the iothread when unrealizingDavid Hildenbrand1-0/+1
2020-06-09virtio-balloon: fix free page hinting check on unrealizeDavid Hildenbrand1-1/+1
2020-06-09virtio-balloon: fix free page hinting without an iothreadDavid Hildenbrand1-17/+16
2020-05-15qdev: Unrealize must not failMarkus Armbruster8-15/+10
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster9-12/+11
2020-05-04Refactor vhost_user_set_mem_table functionsRaphael Norwitz1-76/+67
2020-05-04vhost-user-blk: fix invalid memory accessLi Feng1-1/+1
2020-05-04virtio-pci: update virtio pci bar layout documentationAnthoine Bourgeois1-0/+1
2020-04-01virtio-iommu: depend on PCIPaolo Bonzini1-1/+1
2020-03-31vhost-vsock: fix double close() in the realize() error pathStefano Garzarella1-1/+5
2020-03-29virtio-iommu: avoid memleak in the unrealizePan Nengyuan1-0/+3
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé1-2/+2
2020-03-08vhost-vsock: fix error message outputNick Erdmann1-1/+1
2020-03-08vhost: correctly turn on VIRTIO_F_IOMMU_PLATFORMJason Wang1-1/+11
2020-02-27Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell10-15/+1135
2020-02-27Fixed assert in vhost_user_set_mem_table_postcopyRaphael Norwitz1-1/+1
2020-02-27vhost-user: only set slave channel for first vqAdrian Moreno1-3/+5
2020-02-27virtio-iommu-pci: Add virtio iommu pci supportEric Auger2-0/+105
2020-02-27virtio-iommu: Support migrationEric Auger1-10/+99
2020-02-27virtio-iommu: Implement fault reportingEric Auger2-5/+66
2020-02-27virtio-iommu: Implement translateEric Auger2-1/+60
2020-02-27virtio-iommu: Implement map/unmapEric Auger2-2/+62
2020-02-27virtio-iommu: Implement attach/detach commandEric Auger2-2/+315
2020-02-27virtio-iommu: Decode the command payloadEric Auger2-12/+68
2020-02-27virtio-iommu: Add skeletonEric Auger4-0/+278
2020-02-27virtio: gracefully handle invalid region cachesStefan Hajnoczi1-8/+91
2020-02-25virtio-crypto: do delete ctrl_vq in virtio_crypto_device_unrealizePan Nengyuan1-1/+2
2020-02-25virtio-pmem: do delete rq_vq in virtio_pmem_unrealizePan Nengyuan1-0/+1
2020-02-25vhost-user-fs: convert to the new virtio_delete_queue functionPan Nengyuan1-6/+9
2020-02-25vhost-user-fs: do delete virtio_queues in unrealizePan Nengyuan1-0/+9
2020-02-20hw/virtio: Let vhost_memory_map() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé1-4/+4
2020-02-20hw/virtio: Let virtqueue_map_iovec() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé1-3/+4
2020-01-27Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell22-23/+23
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau22-23/+23
2020-01-23vhost-user: Print unexpected slave message typesDr. David Alan Gilbert1-1/+1
2020-01-23vhost: coding style fixMichael S. Tsirkin1-3/+3
2020-01-22vhost: Only align sections for vhost-userDr. David Alan Gilbert1-16/+18
2020-01-22vhost: Add names to section rounded warningDr. David Alan Gilbert1-3/+4
2020-01-22vhost-vsock: delete vqs in vhost_vsock_unrealize to avoid memleaksPan Nengyuan1-2/+10
2020-01-06virtio: reset region cache when on queue deletionYuri Benditovich1-0/+1
2020-01-06virtio-mmio: update queue size on guest writeDenis Plotnikov1-1/+2
2020-01-05vhost-user: add VHOST_USER_RESET_DEVICE to reset devicesRaphael Norwitz1-1/+7
2020-01-05virtio-mmio: Clear v2 transport state on soft resetJean-Philippe Brucker1-0/+14