Skip to content

Commit

Permalink
Added [realtime] in kvm.go to pass unit tests but we need to rewrite …
Browse files Browse the repository at this point in the history
…unitests by removing [realtime]

Signed-off-by: Roja Eswaran <[email protected]>
  • Loading branch information
roja-zededa committed Aug 9, 2024
1 parent 5da2013 commit 31fdaea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/pillar/hypervisor/kvm.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ const qemuConfTemplate = `# This file is automatically generated by domainmgr
driver = "intel-iommu"
caching-mode = "on"
{{ end }}
[realtime]
mlock = "off"
[chardev "charmonitor"]
backend = "socket"
Expand Down

0 comments on commit 31fdaea

Please sign in to comment.