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

Refs #36999 - Force host-passthrough CPU model for libvirt #10297

Merged
merged 1 commit into from
Aug 29, 2024

Commits on Aug 29, 2024

  1. Refs #36999 - Force host-passthrough CPU model for libvirt

    If the :cpu option is not specified, fog-libvirt uses the default
    configured CPU model on the libvirt host. This is often qemu64 and that
    lacks some features you generally want. host-passthrough is recommended
    by libvirt so this opts into that.
    
    Technically it duplicates the default that fog-libvirt already sets, but
    if you leave the hash empty then it falls back to the host default.
    
    (cherry picked from commit 3b9957f)
    ekohl authored and nofaralfasi committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1397df8 View commit details
    Browse the repository at this point in the history