@stsquad There is a lot more to virtualization than running Linux guests on servers.
Without an emulated USB tablet there is no way to make the Windows GUI work properly out of the box. Windows does not ship with virtio drivers and the virtio drivers are not shipped in most distro packages.
To fix this properly, either someone needs to maintain the QEMU USB stack, or virtio drivers need to be in OVMF packages.
@alwayscurious it is even better than that. Even #Microsoft don't emulate USB for #HyperV guests, they have #vmbus: https://docs.kernel.org/virt/hyperv/vmbus.html to provide guest with input devices.
My shout into the void was hoping to find someone with a vested interest in funding work on the USB stack. Most of the core parts of QEMU are maintained by paid engineers but running #Windows on #KVM seems to be niche enough to ignore. Finding a volunteer to wade through 55 bugs + security reports would be rough.