This repository has been archived by the owner on Apr 3, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qemu: Enable specific flags if running on VMM
In case our Qemu process runs on a VMM, that is as a nested VM, we want to add flags "disable-modern=true" and "pmu=off" in order to disable virtio 1.0 and the power management unit. That's the only way we have found to prevent our Clear Containers VM from hanging because of the KVM known bugs. Notice this patch enables "disable-modern=true" only if the device is driven by a virtio driver. Fixes #342 Signed-off-by: Sebastien Boeuf <[email protected]>
- Loading branch information
Sebastien Boeuf
committed
Aug 17, 2017
1 parent
f7be1c0
commit e99f6b2
Showing
2 changed files
with
75 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters