There is a new pull request by mvf against master on the void-packages repository https://github.com/mvf/void-packages pr/virtiofsd https://github.com/void-linux/void-packages/pull/46303 New package: virtiofsd-1.8.0 (QEMU regression fix) #### Testing the changes - I tested the changes in this PR: **YES** (x86_64 glibc host, Windows 11 guest) #### New package - This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES** #### Local build testing - I built this PR locally for my native architecture, x86_64-glibc - I built this PR locally for these architectures (note: this package is 64-bit only): - aarch64 (cross) - aarch64-musl (cross) - x86_64-musl --- QEMU 8 dropped its `virtiofsd` in favor of the package in this PR ([ChangeLog](https://wiki.qemu.org/ChangeLog/8.0#Removed_features_and_incompatible_changes)). Just installing it fixes Virt Manager VMs with `virtiofs` shares. Since #44822 these don't power on due to: ``` Error starting domain: operation failed: Unable to find a satisfying virtiofsd ``` A patch file from https://github.com/void-linux/void-packages/pull/46303.patch is attached