Skip to content

Commit 746008e

Browse files
committed
CHANGELOG: update
1 parent 2252ce1 commit 746008e

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,22 @@
22

33
## Unreleased: `main` branch
44

5-
* `[email protected]` now starts the multiple virtiofsd
6-
instances through supervisord.
7-
* The `host` module allows configuration of
5+
* Shell scripts to setup virtiofsd, interfaces, and PCI devices for
6+
pass-through have moved from systemd units in the host to the `bin/`
7+
subdirectory of MicroVM packages. That means you can actually use
8+
them from the command-line if you would like to run with virtiofsd.
9+
10+
A breaking change is the move of the `microvm.virtiosd.*` options
11+
from the host to the microvm NixOS module. They were introduced only
12+
after 0.5.0.
13+
14+
New VMs still work on old hosts, but old VMs are missing the
15+
scripts. Switching your updated NixOS host will print a warning
16+
about which MicroVMs need updating.
17+
18+
* `bin/virtiofsd-run` (`[email protected]`) now starts the
19+
multiple virtiofsd instances through supervisord.
20+
* The `microvm` module allows configuration of
821
`microvm.virtiofsd.inodeFileHandles` and
922
`microvm.virtiofsd.threadPoolSize` now.
1023
* Add the [alioth VMM](https://github.com/google/alioth)

0 commit comments

Comments
 (0)