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

platforms: [qemu] Also use hvc0 for x86_64/aarch64 #2785

Closed
wants to merge 1 commit into from

Commits on Jan 3, 2024

  1. platforms: [qemu] Also use hvc0 for x86_64/aarch64

    Pairs with coreos/coreos-assembler#3689
    
    Basically hvc0 is faster and more modern, but requires us to opt-in
    specifically.  We already had a few usages of hvc0 from cloud
    providers that default to this, no reason for us not to do it
    for our own qemu provider.
    
    (One thing TODO here: I believe s390x qemu could do this too;
     as of right now we don't have any references to s390x here)
    cgwalters committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    daaedbc View commit details
    Browse the repository at this point in the history