Skip to content

v1.25.6

Choose a tag to compare

@abarisani abarisani released this 16 Jan 10:47
· 166 commits to master since this release
v1.25.6

This release introduces Google Compute Engine support as well as AMD Secure Encrypted Virtualization (SEV) support packages (for an implementation example see go-boot).

Major changes for tamago package API:

Major changes for tamago package internals:

  • amd64: raise exception on Invalid Opcode, handle Device Not Available (3939d2d)
  • amd64: added frequency calibration through ACPI PM timer ((#58))
  • kvm/clock: swap VMCALL with modern VMMCALL (6736f19)
  • kvm/virtio: fix queue size allocation which caused out of range panic on larger queues (2143995)

Full Changelog: v1.25.5...v1.25.6

This release requires GOOS=tamago support in the Go distribution with tamago-go1.25.6 or later releases.