summaryrefslogtreecommitdiffstats
path: root/hw/virtio
Commit message (Expand)AuthorAgeFilesLines
* virtio-iommu-pci: Add array of Interval propertiesEric Auger2020-07-031-0/+11
* virtio-iommu: Handle reserved regions in the translation processEric Auger2020-07-031-0/+20
* virtio-iommu: Implement RESV_MEM probe requestEric Auger2020-07-032-4/+91
* hw: Fix error API violation around object_property_set_link()Markus Armbruster2020-07-021-1/+1
* hw/virtio/virtio-iommu-pci.c: Fix typo in error messagePeter Maydell2020-07-021-1/+1
* Stop vhost-user sending uninitialized mmap_offsetsRaphael Norwitz2020-06-241-6/+6
* qom: Less verbose object_initialize_child()Markus Armbruster2020-06-151-2/+3
* qdev: Convert uses of qdev_set_parent_bus() with CoccinelleMarkus Armbruster2020-06-1517-34/+17Star
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-06-128-363/+1234
|\
| * virtio-pci: fix queue_enable writeJason Wang2020-06-121-4/+8
| * Fix parameter type in vhost migration log pathRaphael Norwitz2020-06-121-2/+2
| * virtio: add vhost-user-vsock-pci deviceStefano Garzarella2020-06-122-0/+85
| * virtio: add vhost-user-vsock base deviceStefano Garzarella2020-06-122-0/+182
| * vhost-vsock: add vhost-vsock-common abstractionStefano Garzarella2020-06-123-242/+301
| * Lift max memory slots limit imposed by vhost-userRaphael Norwitz2020-06-121-19/+37
| * Transmit vhost-user memory regions individuallyRaphael Norwitz2020-06-121-72/+438
| * Add VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTSRaphael Norwitz2020-06-121-2/+47
| * Add vhost-user helper to get MemoryRegion dataRaphael Norwitz2020-06-091-10/+15
| * Add helper to populate vhost-user message regionsRaphael Norwitz2020-06-091-6/+12
| * virtio-balloon: Provide an interface for free page reportingAlexander Duyck2020-06-091-0/+72
| * virtio-balloon: Implement support for page poison reporting featureAlexander Duyck2020-06-091-0/+29
| * virtio-balloon: unref the iothread when unrealizingDavid Hildenbrand2020-06-091-0/+1
| * virtio-balloon: fix free page hinting check on unrealizeDavid Hildenbrand2020-06-091-1/+1
| * virtio-balloon: fix free page hinting without an iothreadDavid Hildenbrand2020-06-091-17/+16Star
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell2020-06-111-2/+2
|\ \
| * | Fix parameter type in vhost migration log pathRaphael Norwitz2020-06-091-2/+2
| |/
* / hw/virtio/vhost: re-factor vhost-section and allow DIRTY_MEMORY_CODEAlex Bennée2020-06-082-17/+43
|/
* qdev: Unrealize must not failMarkus Armbruster2020-05-158-15/+10Star
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-159-12/+11Star
* Refactor vhost_user_set_mem_table functionsRaphael Norwitz2020-05-041-76/+67Star
* vhost-user-blk: fix invalid memory accessLi Feng2020-05-041-1/+1
* virtio-pci: update virtio pci bar layout documentationAnthoine Bourgeois2020-05-041-0/+1
* virtio-iommu: depend on PCIPaolo Bonzini2020-04-011-1/+1
* vhost-vsock: fix double close() in the realize() error pathStefano Garzarella2020-03-311-1/+5
* virtio-iommu: avoid memleak in the unrealizePan Nengyuan2020-03-291-0/+3
* misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé2020-03-161-2/+2
* vhost-vsock: fix error message outputNick Erdmann2020-03-081-1/+1
* vhost: correctly turn on VIRTIO_F_IOMMU_PLATFORMJason Wang2020-03-081-1/+11
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-02-2710-15/+1135
|\
| * Fixed assert in vhost_user_set_mem_table_postcopyRaphael Norwitz2020-02-271-1/+1
| * vhost-user: only set slave channel for first vqAdrian Moreno2020-02-271-3/+5
| * virtio-iommu-pci: Add virtio iommu pci supportEric Auger2020-02-272-0/+105
| * virtio-iommu: Support migrationEric Auger2020-02-271-10/+99
| * virtio-iommu: Implement fault reportingEric Auger2020-02-272-5/+66
| * virtio-iommu: Implement translateEric Auger2020-02-272-1/+60
| * virtio-iommu: Implement map/unmapEric Auger2020-02-272-2/+62
| * virtio-iommu: Implement attach/detach commandEric Auger2020-02-272-2/+315
| * virtio-iommu: Decode the command payloadEric Auger2020-02-272-12/+68
| * virtio-iommu: Add skeletonEric Auger2020-02-274-0/+278
| * virtio: gracefully handle invalid region cachesStefan Hajnoczi2020-02-271-8/+91