Created
December 5, 2019 08:50
-
-
Save rbradford/ea9aac0657a9c6708537d4611f1f96fa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rob@artemis:~/src/linux (virtio-fs-virtio-iommu)$ diff -u config-working-hotplug-reboot .config | |
--- config-working-hotplug-reboot 2019-12-04 17:06:33.665919837 +0000 | |
+++ .config 2019-12-05 08:32:12.602680837 +0000 | |
@@ -61,6 +61,7 @@ | |
CONFIG_IRQ_DOMAIN_HIERARCHY=y | |
CONFIG_GENERIC_MSI_IRQ=y | |
CONFIG_GENERIC_MSI_IRQ_DOMAIN=y | |
+CONFIG_IRQ_MSI_IOMMU=y | |
CONFIG_GENERIC_IRQ_MATRIX_ALLOCATOR=y | |
CONFIG_GENERIC_IRQ_RESERVATION_MODE=y | |
CONFIG_IRQ_FORCED_THREADING=y | |
@@ -485,6 +486,7 @@ | |
# CONFIG_DPTF_POWER is not set | |
# CONFIG_PMIC_OPREGION is not set | |
# CONFIG_ACPI_CONFIGFS is not set | |
+CONFIG_ACPI_IORT=y | |
CONFIG_X86_PM_TIMER=y | |
# CONFIG_SFI is not set | |
@@ -1747,6 +1749,7 @@ | |
# CONFIG_UIO_NETX is not set | |
# CONFIG_UIO_PRUSS is not set | |
# CONFIG_UIO_MF624 is not set | |
+# CONFIG_VFIO is not set | |
# CONFIG_VIRT_DRIVERS is not set | |
CONFIG_VIRTIO=y | |
CONFIG_VIRTIO_MENU=y | |
@@ -1791,6 +1794,8 @@ | |
CONFIG_MAILBOX=y | |
CONFIG_PCC=y | |
# CONFIG_ALTERA_MBOX is not set | |
+CONFIG_IOMMU_IOVA=y | |
+CONFIG_IOMMU_API=y | |
CONFIG_IOMMU_SUPPORT=y | |
# | |
@@ -1799,10 +1804,12 @@ | |
# end of Generic IOMMU Pagetable Support | |
# CONFIG_IOMMU_DEBUGFS is not set | |
+# CONFIG_IOMMU_DEFAULT_PASSTHROUGH is not set | |
+CONFIG_IOMMU_DMA=y | |
# CONFIG_AMD_IOMMU is not set | |
# CONFIG_INTEL_IOMMU is not set | |
# CONFIG_IRQ_REMAP is not set | |
-# CONFIG_VIRTIO_IOMMU is not set | |
+CONFIG_VIRTIO_IOMMU=y | |
# | |
# Remoteproc drivers | |
@@ -2362,6 +2369,7 @@ | |
CONFIG_LZO_COMPRESS=y | |
CONFIG_LZO_DECOMPRESS=y | |
# CONFIG_XZ_DEC is not set | |
+CONFIG_INTERVAL_TREE=y | |
CONFIG_XARRAY_MULTI=y | |
CONFIG_ASSOCIATIVE_ARRAY=y | |
CONFIG_HAS_IOMEM=y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment