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

[WIP] fix(vmm): call KVMCLOCK_CTRL when pausing #4460

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Feb 19, 2024

  1. fix(vmm): call KVMCLOCK_CTRL when pausing

    This is to avoid guest kernel panic on resume path
    due to softlockup detection.
    
    Signed-off-by: Nikita Kalyazin <kalyazin@amazon.com>
    kalyazin committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    3058139 View commit details
    Browse the repository at this point in the history
  2. fix(seccomp): add KVMCLOCK_CTRL ioctl on x86_64

    This is to be able to call KVMCLOCK_CTRL ioctl in
    a vCPU thread.
    
    Signed-off-by: Nikita Kalyazin <kalyazin@amazon.com>
    kalyazin committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    a8ad920 View commit details
    Browse the repository at this point in the history