Skip to content

v0.5.0

Compare
Choose a tag to compare
@Lencerf Lencerf released this 03 Sep 03:33
· 94 commits to main since this release

What's Changed

New features

  • complete command line help message: check alioth --help and alioth run --help.
  • experimental io_uring based virtio-net device: add api=iouring to --net.

Bug fixes and performance improvements

  • fix(sev): fix the policy bitfield definition in #101
  • fix(vu): allow only 1 in-flight request in #104
  • fix(x86): enable fast string in #105
  • fix(kvm): clear the high part of mmio write values in #109
  • Fix cpuid in #110
  • perf(virtio): remove unnecessary wake at startup in #121
  • fix(net): detect tap offload cap after setup in #122
  • virtio: replace actions with states in #126
  • perf(virtio): lock memory layout while running in #132
  • refactor(virtio): replace device_id() with an associated const in #133
  • Remove Arc<Vec<T>> and Arc<String> in #134

Full Changelog: v0.4.0...v0.5.0