[Bug 288909] Added tunable hw.vmm.enable_vtd to vmm manpage
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 288909] Added tunable hw.vmm.enable_vtd to vmm manpage"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Aug 2025 18:10:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288909 --- Comment #15 from Dag-Erling Smørgrav <des@FreeBSD.org> --- (In reply to Clint Street from comment #11) The sysctl and tunable that actually controls vtd is hw.vmm.iommu.enable, which is on by default (toggling it causes vtd_enable() / vtd_disable() to be called). Setting a non-existent tunable is harmless, so I'm sure your system works great with it in loader.conf, but I promise you it will work equally well without it. -- You are receiving this mail because: You are on the CC list for the bug.