From 49c8b51b722c00810d78b1328f405ffa2852fb2d Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Fri, 25 Apr 2025 17:13:11 +0200 Subject: [PATCH] changelog: Add entry for virtiofs Signed-off-by: Jeremi Piotrowski --- changelog/changes/2025-04-25-virtiofs.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/changes/2025-04-25-virtiofs.md diff --git a/changelog/changes/2025-04-25-virtiofs.md b/changelog/changes/2025-04-25-virtiofs.md new file mode 100644 index 0000000000..a1737c69af --- /dev/null +++ b/changelog/changes/2025-04-25-virtiofs.md @@ -0,0 +1 @@ +- Enabled virtiofs and fuse-dax modules in the kernel for advaned Qemu usecases. Thank you @aaronk6! ([Flatcar#2825](https://github.com/flatcar/scripts/pull/2825))