Skip to content

Firecracker v0.25.2

Compare
Choose a tag to compare
@alindima alindima released this 24 Nov 13:27
· 3539 commits to main since this release

Fixed

  • Adapt T2 and C3 CPU templates for kernel 5.10. Firecracker was not previously
    masking some CPU features of the host or emulated by KVM, introduced in more
    recent kernels: umip, vmx, avx512_vnni.
  • Fixed incorrect propagation of init parameters in kernel commandline.
    Related to:
    #2709.