Merge branch '2023-04-25-use-bounce-buffers-for-VIRTIO_F_IOMMU_PLATFORM'
authorTom Rini <trini@konsulko.com>
Tue, 25 Apr 2023 18:22:40 +0000 (14:22 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 25 Apr 2023 18:22:40 +0000 (14:22 -0400)
commitbad2618b8c5c7e18dcfb9ff6a7d108e389d20cf7
treedd96eae340d934015017a673ef06127c49c7a645
parent6a11fdf0536e02ac9cd4a3da0535a271c694715f
parentb0a2fe148a70dc805f1e11702a08a7065418a8dd
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.