]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/vfio/vfio_iommu_type1.c
Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit
[mirror_ubuntu-zesty-kernel.git] / drivers / vfio / vfio_iommu_type1.c
index 59d47cb638d5d18aac6700157ecc9be918772f91..6f1ea3dddbad9a75dd094d8613fb426742f844e4 100644 (file)
@@ -995,7 +995,7 @@ static long vfio_iommu_type1_ioctl(void *iommu_data,
                if (info.argsz < minsz)
                        return -EINVAL;
 
-               info.flags = 0;
+               info.flags = VFIO_IOMMU_INFO_PGSIZES;
 
                info.iova_pgsizes = vfio_pgsize_bitmap(iommu);