Skip to content

Commit f2fdee2

Browse files
authored
Merge pull request #1772 from stgraber/vm
incusd/instance/qemu: Set caching-mode with intel-iommu
2 parents 2505c88 + d42a2e6 commit f2fdee2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/server/instance/drivers/driver_qemu_templates.go

+1
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ func qemuIOMMU(opts *qemuDevOpts, isWindows bool) []cfg.Section {
324324
Entries: []cfg.Entry{
325325
{Key: "driver", Value: "intel-iommu"},
326326
{Key: "intremap", Value: "on"},
327+
{Key: "caching-mode", Value: "on"},
327328
},
328329
}}
329330
}

0 commit comments

Comments
 (0)