Sorry, no experience of QEMU. I stick to using Hyper-V in Windows for most of my VMs and VirtualBox in Windows for a few old OS (eg Win '95) that Hyper-V cannot support.
@cereberus may have some ideas.....
I think it is a bit unclear what the objective is.
I like
@Bree mostly use Hyper-V.
Hyper-V can run pretty much any windows or Linux guests in Basic Mode.
The main problem with Basic mode is you cannot get audio.
Only guest OSs that can run an RDP servers can run in enhanced mode and get audio.
Trying to run Qemu in Windows is a bit cack handed as it kind of acts more like a type 2 hypervisor acting more like Vmware or Virtualbox, and unlikely ro give any real benefit. It cannot act as a type 1 hyervisor.
However, if you install Linux on a PC, it has an underlying KVM type 1 hypervisor component which integrates with Qemu.
So it creates a sort of hybrid virtual machine i.e. the underlying engine is type 1 but the gui is sort of type 2 (this description is a simplification but shows the principle).
So afaik, if you want to use Qemu with KVM with type 1 efficiency, you need Linux as the host OS.
Once you are running Qemu/KVM, it is fairly easy to install Windows as a VM which should be almost as fast as a native Windows Host.
The slightly tricky part is installing Windows 11 as a qemu/KVM VM. You need to setup vm so it has an emulated tpm2 and secure boot etc. There are several guides on web for this.
So realistically, there is no one size fits all solution.