commit | 8ec83fc5b538381a89c8531982ad01cfc16b5e54 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Apr 25 14:22:40 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 25 14:22:40 2023 -0400 |
tree | dd96eae340d934015017a673ef06127c49c7a645 | |
parent | d5a1137491da65a8ae76eb351b03a783eeb475e3 [diff] | |
parent | 21da25279db26a66378823ed79fe73612db92a67 [diff] |
Merge branch '2023-04-25-use-bounce-buffers-for-VIRTIO_F_IOMMU_PLATFORM' To quote the author: These patches will use bounce buffers when VIRTIO_F_IOMMU_PLATFORM feature is in a virtio device. This feature can be tested with qemu with -device virtio-iommu-pci. So that when a -device virtio-blk-pci with iommu_platform=true, it will uses the bounce buffer instead.