Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@ and this project adheres to

### Fixed

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

## \[1.8.0\]

### Added
Expand Down