From 9c4e01897bb337454f3b3d333ac828d112946564 Mon Sep 17 00:00:00 2001 From: Egor Lazarchuk Date: Thu, 21 Nov 2024 17:13:31 +0000 Subject: [PATCH] chore: add `IovDeque` fix to the CHANGELOG Add note about making `IovDeque` to work with any host page size. Signed-off-by: Egor Lazarchuk --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e7be8f518f..fb3ad3ea827 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,8 @@ and this project adheres to - [#4921](https://github.com/firecracker-microvm/firecracker/pull/4921): Fixed swagger `CpuConfig` definition to include missing aarch64-specific fields. +- [#4916](https://github.com/firecracker-microvm/firecracker/pull/4916): Fix + `IovDeque` implementation to work with any host page size. ## \[1.10.1\]