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

Add libhvee as alternative Hyper-V driver on Windows #3824

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jun 18, 2024

  1. windows: Remove system networking

    Should return an error when trying to set the "system networking"
    option. But I think this is already the case, or it's not possible to
    choose this option in release builds?
    
    Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
    cfergeau committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    7d87581 View commit details
    Browse the repository at this point in the history
  2. Use libhvee instead of the current PowerShell cmdlet implementation

    This replaces the interaction of Hyper-V from our machine-drivers based
    driver as used in Minikube/minishift to the libhvee library as used by
    podman machine.
    gbraad authored and cfergeau committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    a4680b5 View commit details
    Browse the repository at this point in the history
  3. libhvee: Use libhvee APIs for disk resize

    Disk handling API was added to libhvee since the first iteration of the
    libhvee support, we can now make use of it.
    
    Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
    cfergeau committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    3def960 View commit details
    Browse the repository at this point in the history