Skip to content

Commit

Permalink
CHANGELOG: update
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Dec 3, 2024
1 parent 2252ce1 commit 746008e
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,22 @@

## Unreleased: `main` branch

* `[email protected]` now starts the multiple virtiofsd
instances through supervisord.
* The `host` module allows configuration of
* Shell scripts to setup virtiofsd, interfaces, and PCI devices for
pass-through have moved from systemd units in the host to the `bin/`
subdirectory of MicroVM packages. That means you can actually use
them from the command-line if you would like to run with virtiofsd.

A breaking change is the move of the `microvm.virtiosd.*` options
from the host to the microvm NixOS module. They were introduced only
after 0.5.0.

New VMs still work on old hosts, but old VMs are missing the
scripts. Switching your updated NixOS host will print a warning
about which MicroVMs need updating.

* `bin/virtiofsd-run` (`[email protected]`) now starts the
multiple virtiofsd instances through supervisord.
* The `microvm` module allows configuration of
`microvm.virtiofsd.inodeFileHandles` and
`microvm.virtiofsd.threadPoolSize` now.
* Add the [alioth VMM](https://github.com/google/alioth)
Expand Down

0 comments on commit 746008e

Please sign in to comment.