Hello to everyone.
I'm trying to virtualize Windows 11 on Linux Ubuntu 21.10 using qemu and kvm. As u probably knows,to do that is necessary to enable TPM and secure boot on KVM. This is the tutorial that I'm reading from :
getlabsdone.com
This task can be achieved easily in Linux + KVM,but we are FreeBSD users,right ? How hard is to do the same thing on FreeBSD ? At least : I'm sure that bhyve does not support TPM. Maybe it supports the secure boot. But,before to think at this,Its necessary to install a specific package on FreeBSD. For Linux is called : Swtpm-tools. Someone knows if there is a package like that for FreeBSD ? thanks.
I'm trying to virtualize Windows 11 on Linux Ubuntu 21.10 using qemu and kvm. As u probably knows,to do that is necessary to enable TPM and secure boot on KVM. This is the tutorial that I'm reading from :

How to enable TPM and secure boot on KVM?
The TPM, known as Trusted Platform Module, is a technology that enables security on both the hardware and software levels on a device. You can find TPM on pretty much every device out there. When the windows11 came out, Microsoft made sure that TPM was one of the requirements for you to install...

This task can be achieved easily in Linux + KVM,but we are FreeBSD users,right ? How hard is to do the same thing on FreeBSD ? At least : I'm sure that bhyve does not support TPM. Maybe it supports the secure boot. But,before to think at this,Its necessary to install a specific package on FreeBSD. For Linux is called : Swtpm-tools. Someone knows if there is a package like that for FreeBSD ? thanks.