-
-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|