mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 13:00:39 +03:00
[virtio] Support VIRTIO_NET_F_IOMMU_PLATFORM
Since we don't enable IOMMU at all, we can then simply enable the IOMMU support by claiming the support of VIRITO_F_IOMMU_PLATFORM. This fixes booting failure when iommu_platform is set from qemu cli. Signed-off-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
committed by
Michael Brown
parent
d4df9f573f
commit
6a258d8d55
@@ -20,6 +20,7 @@
|
||||
#define VIRTIO_F_ANY_LAYOUT 27
|
||||
/* v1.0 compliant. */
|
||||
#define VIRTIO_F_VERSION_1 32
|
||||
#define VIRTIO_F_IOMMU_PLATFORM 33
|
||||
|
||||
#define MAX_QUEUE_NUM (256)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user