From 35a23b9c8a683ba145d4977bb6726f998cd8838f Mon Sep 17 00:00:00 2001 From: Meerthika Date: Wed, 8 Oct 2025 21:46:44 +0530 Subject: [PATCH] Add changelog for macOS acceleration Signed-off-by: Meerthika Signed-off-by: James Le Cuirot --- changelog/bugfixes/2025-10-08-macos-hvf-accel.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/bugfixes/2025-10-08-macos-hvf-accel.md diff --git a/changelog/bugfixes/2025-10-08-macos-hvf-accel.md b/changelog/bugfixes/2025-10-08-macos-hvf-accel.md new file mode 100644 index 0000000000..802a8f4ee9 --- /dev/null +++ b/changelog/bugfixes/2025-10-08-macos-hvf-accel.md @@ -0,0 +1 @@ +- Fixed the QEMU launcher script to include HVF acceleration on arm64-based Macs for faster performance ([Flatcar#1901](https://github.com/flatcar/Flatcar/issues/1901))