Skip to content

v0.8.0

Choose a tag to compare

@Lencerf Lencerf released this 10 Jun 06:27
· 269 commits to main since this release

What's Changed

New

  • vhost-user devices in #243
  • Built-in VirtIO FS device in #244
  • virtio-fs: handle opcodes CREATE and WRITE in #246
  • Run virtio-fs as a vhost-user backend in #247
  • virtio-fs: DAX support in #252

Fixes

  • fix(vu): avoid socket pair fd leak in #235
  • fix(kvm): handle IO string operations in #255

Refactors

  • refactor(virtio): remove generic paramter D from VirtioDevice in #237
  • refactor(virtio): move Register to VirtioPciDevice in #238
  • refactor: replace boxed_debug_trace with trait BoxTrace in #242

Full Changelog: v0.7.0...v0.8.0