Skip to content
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

vmm: Add "no-kvmapf" to the kernel command line #28

Merged
merged 1 commit into from
Feb 25, 2021

Conversation

slp
Copy link
Contributor

@slp slp commented Feb 25, 2021

With recent Guest kernels, there appears to be an unexpected
interaction between KVM asynchronous page fault and some other VM
mechanism that causes the vCPU to return immediately to the Guest on
"hlt", leading to the thread managing vcpu 0 to spin up with ~99% of
CPU usage.

Turn KVM asynchronous page fault for the moment. We'll revisit this
issue in the future.

Signed-off-by: Sergio Lopez slp@redhat.com

With recent Guest kernels, there appears to be an unexpected
interaction between KVM asynchronous page fault and some other VM
mechanism that causes the vCPU to return immediately to the Guest on
"hlt", leading to the thread managing vcpu 0 to spin up with ~99% of
CPU usage.

Turn KVM asynchronous page fault for the moment. We'll revisit this
issue in the future.

Signed-off-by: Sergio Lopez <slp@redhat.com>
@slp slp merged commit 466c9db into containers:main Feb 25, 2021
@slp slp deleted the no-kvmapf branch February 25, 2021 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant