Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | virtio-iommu: Check gtrees are non null before destroying them | Eric Auger | 2020-09-29 | 1 | -2/+6 |
* | virtio-iommu: Fix coverity issue in virtio_iommu_handle_command() | Eric Auger | 2020-07-13 | 1 | -0/+1 |
* | virtio-iommu: Handle reserved regions in the translation process | Eric Auger | 2020-07-03 | 1 | -0/+20 |
* | virtio-iommu: Implement RESV_MEM probe request | Eric Auger | 2020-07-03 | 1 | -4/+90 |
* | qdev: Unrealize must not fail | Markus Armbruster | 2020-05-15 | 1 | -1/+1 |
* | virtio-iommu: avoid memleak in the unrealize | Pan Nengyuan | 2020-03-29 | 1 | -0/+3 |
* | virtio-iommu: Support migration | Eric Auger | 2020-02-27 | 1 | -10/+99 |
* | virtio-iommu: Implement fault reporting | Eric Auger | 2020-02-27 | 1 | -5/+65 |
* | virtio-iommu: Implement translate | Eric Auger | 2020-02-27 | 1 | -1/+59 |
* | virtio-iommu: Implement map/unmap | Eric Auger | 2020-02-27 | 1 | -2/+61 |
* | virtio-iommu: Implement attach/detach command | Eric Auger | 2020-02-27 | 1 | -2/+309 |
* | virtio-iommu: Decode the command payload | Eric Auger | 2020-02-27 | 1 | -12/+64 |
* | virtio-iommu: Add skeleton | Eric Auger | 2020-02-27 | 1 | -0/+265 |