v0.5.0
What's Changed
New features
- complete command line help message: check
alioth --help
andalioth 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>>
andArc<String>
in #134
Full Changelog: v0.4.0...v0.5.0