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

Enable KVM in x86_64 guest kernels #14

Merged
merged 2 commits into from
Dec 12, 2023
Merged

Commits on Dec 11, 2023

  1. Enable KVM in x86_64 guest kernels

    Nested KVM is not supported on aarch64 hardware or kernels
    so we can only enable this on x86_64 for now.
    
    This functionality allows us to test KVM features via CI
    on VM self-hosted GitHub runners. Hence "nested".
    
    Change-type: patch
    Signed-off-by: Kyle Harding <kyle@balena.io>
    klutchell committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    e9ac1be View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Add KVM tests to healthcheck

    Signed-off-by: Kyle Harding <kyle@balena.io>
    klutchell committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    fae4507 View commit details
    Browse the repository at this point in the history