Skip to content

0.8.0

Latest
Compare
Choose a tag to compare
@mkroening mkroening released this 07 Jun 14:46
· 341 commits to main since this release
7425269

Highlights

  • feat(xtask): add support for building with cargo-careful by @mkroening in #1142
  • feat: allow mounting a virtiofsd share to / by @stlankes in #774
  • feat: add virtio-def crate for virtio definitions by @mkroening in #1149
  • feat(riscv64): fix compilation with default features and with gem-net by @mkroening in #1162
  • feat(mm): add DeviceAlloc for communicating with devices by @mkroening in #1160
  • feat: stabilize kernel interface by @stlankes in #1167
  • feat(sys): add sys_available_parallelism by @mkroening in #1184
  • feat(xtask): add xtask doc by @mkroening in #1200
  • feat: rename virtio-def crate to virtio-spec by @mkroening in #1201
  • feat(virtio-spec): many features for endian numbers, make feature flags little-endian by @mkroening in #1205
  • feat(syscall): add sys_shutdown in favor of sys_shutdown_socket by @mkroening in #1220
  • feat(virtio-net): enable VIRTIO_NET_F_MQ and test VIRTIO_F_RING_PACKED by @mkroening in #1223
  • feat(virtio-spec): migrate to endian-num crate by @mkroening in #1225
  • feat(newlib): using kernel networking, instead of lwip by @CarlWachter in #1237
  • feat(newlib): remove lwIP support by @mkroening in #1165

What's Changed

New Contributors

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