]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Include/IndustryStandard/Virtio10.h
OvmfPkg/Virtio10: define VIRTIO_F_IOMMU_PLATFORM feature bit
[mirror_edk2.git] / OvmfPkg / Include / IndustryStandard / Virtio10.h
index 4c9b62a3cf59268358c8d4c12f72b6ac220c5830..c5efb5cfcb8a298f86c3c06a8942886f50ce96e0 100644 (file)
@@ -2,6 +2,7 @@
   Definitions from the VirtIo 1.0 specification (csprd05).\r
 \r
   Copyright (C) 2016, Red Hat, Inc.\r
+  Copyright (C) 2017, AMD, Inc.\r
 \r
   This program and the accompanying materials are licensed and made available\r
   under the terms and conditions of the BSD License which accompanies this\r
@@ -81,6 +82,7 @@ typedef struct {
 //\r
 // VirtIo 1.0 reserved (device-independent) feature bits\r
 //\r
-#define VIRTIO_F_VERSION_1 BIT32\r
+#define VIRTIO_F_VERSION_1      BIT32\r
+#define VIRTIO_F_IOMMU_PLATFORM BIT33\r
 \r
 #endif // _VIRTIO_1_0_H_\r