[Feature]: OEM License Detection
Is your proposal related to a problem?
Windows 10 and thus probably 11 have a OEM Activation feature which allows VM's on devices which get Sold with a Windows License to Automatically activate. To make this automatic a couple of things on the Host and Qemu Commandline need to be set.
Describe the solution you'd like.
https://gist.github.com/Informatic/49bd034d43e054bd1d8d4fec38c305ec outlines how to enable the Windows Activation feature. This could be added to the setup code
Describe alternatives you've considered.
Manuall XML Edits :)
Additional context
No response
Very interesting idea! I think it will be not so easy to implement for a docker container, because it might not have access to paths like /sys/firmware/acpi/tables/ by default. So it will require users to mount extra paths (or run the container in privileged mode). But still it could be interesting to implement one day.