diff options
| author | Tom Lendacky <thomas.lendacky@amd.com> | 2022-08-17 12:54:34 -0500 |
|---|---|---|
| committer | Tom Lendacky <thomas.lendacky@amd.com> | 2022-08-17 12:56:19 -0500 |
| commit | 253867f3420edcf8fe75434292d2bbfc378bdc22 (patch) | |
| tree | 651d39a834ef9dc5b5e72fc21ac07d0fe7c39be1 /common.sh | |
| parent | 516491ade9473cde14738a23e15110a8491c6a04 (diff) | |
| download | cachepc-amdsev-253867f3420edcf8fe75434292d2bbfc378bdc22.tar.gz cachepc-amdsev-253867f3420edcf8fe75434292d2bbfc378bdc22.zip | |
Properly disable IOMMU passthrough mode
Diffstat (limited to 'common.sh')
| -rwxr-xr-x | common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ build_kernel() run_cmd ./scripts/config --disable SYSTEM_TRUSTED_KEYS run_cmd ./scripts/config --disable SYSTEM_REVOCATION_KEYS run_cmd ./scripts/config --module SEV_GUEST - run_cmd ./scripts/config --module IOMMU_DEFAULT_PASSTHROUGH + run_cmd ./scripts/config --disable IOMMU_DEFAULT_PASSTHROUGH popd >/dev/null yes "" | $MAKE olddefconfig |
