-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documenting Hyper-V QEMU acceleration settings #16609
Conversation
@n1hility a minor fix, you requested in #15851 (comment) |
LGTM |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: arixmkii, rhatdan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@arixmkii Can you rebase and force push. I added the [NO NEW TESTS NEEDED] flag. Then we can merge this PR. |
Signed-off-by: Arthur Sengileyev <[email protected]>
Rebased. |
Restarted one issue that I think is a flake? |
/hold cancel |
Follow up to #15851 as it was merged before I managed to update it.
Also, I did some more investigation on mwait_idle kernel panic. It seems that some hardware goes with this flag disabled and it is known to cause issues for Hyper-V VMs (one case documented here (for Windows VMs though) https://portal.nutanix.com/page/documents/kbs/details?targetId=kA07V000000LV1aSAG).
I didn't manage to debug down if either Hyper-V, host or both wrongly detect MONITOR/MWAIT presence, but I think putting this to
monitor=off
is also good for improved portability and wider host support.Signed-off-by: Arthur Sengileyev [email protected]
Does this PR introduce a user-facing change?
[NO NEW TESTS NEEDED]