There's a merged pull request on the void-packages repository binfmt handling improvements, qemu: update to 9.0.1 https://github.com/void-linux/void-packages/pull/50838 Description: This cleans up a lot of the binfmt handling in triggers and especially qemu-user-static. - `update-binfmts --import` is a lot cleaner than `update-binfmts --install` - moves the important data out of the install script and into the package itself (`/usr/share/binfmts`) - allows the `binfmts` trigger to be detected automatically - old behaviour kept around for compatibility, with signficant cleanups to the code - qemu provides a script to generate binfmt definitions in the format `update-binfmts --import` understands, removing a bunch of junk from the template - these definition files are simple enough that we can generate it for wine during build #### Testing the changes - I tested the changes in this PR: **YES**