Skip to content

Commit 2ca1b1f

Browse files
committed
fix(changelog): add entry about virtio-net feature negotiation fix
Adds an entry in CHANGELOG.md about the fix firecracker-microvm#4680. The fix ensures that we set to the TAP device only features that were successfully negotiated with the guest driver. Signed-off-by: Babis Chalios <bchalios@amazon.es>
1 parent 7904900 commit 2ca1b1f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,15 @@ and this project adheres to
3838

3939
### Fixed
4040

41+
- [4680](https://github.com/firecracker-microvm/firecracker/pull/4680): Fixed an
42+
issue
43+
([#4659](https://github.com/firecracker-microvm/firecracker/issues/4659))
44+
where the virtio-net device implementation would always assume the guest
45+
accepts all VirtIO features the device offers. This is always true with the
46+
Linux guest kernels we are testing but other kernels, like FreeBSD make
47+
different assumptions. This PR fixes the emulation code to set the TAP
48+
features based on the features accepted by the guest.
49+
4150
## \[1.8.0\]
4251

4352
### Added

0 commit comments

Comments
 (0)