Skip to content

Commit

Permalink
Adding [realtime] to bypass unittest failure
Browse files Browse the repository at this point in the history
Signed-off-by: Roja Eswaran <[email protected]>
  • Loading branch information
roja-zededa committed Aug 8, 2024
1 parent 82f4966 commit 01ada0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/pillar/hypervisor/kvm.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ const qemuConfTemplate = `# This file is automatically generated by domainmgr
caching-mode = "on"
{{ end }}
[realtime]
mlock = "off"
[chardev "charmonitor"]
backend = "socket"
path = "` + kvmStateDir + `{{.DomainConfig.DisplayName}}/qmp"
Expand Down

0 comments on commit 01ada0d

Please sign in to comment.