Use usb hub in kvm/qemu guest

Anyone passed a usb hub through to a kvm/qemu guest and got it to work ? ( preferably with VMM )

I have a usb 3 hub plugged into a host usb 3 port and a kvm/qemu Windows 10 guest.
I used VMM add hardware> usb host device to assign the hub to the VM.
Windows sees the hub ;


PS C:\Windows\system32> Get-PnpDevice -PresentOnly | Select-String 'usb'

Win32_PnPEntity: USB Root Hub (USB 3.0) (DeviceID = "USB\ROOT_HUB30\5&4C3F787&0&0")
Win32_PnPEntity: Generic USB Hub (DeviceID = "USB\VID_05E3&PID_0610\6&78514C6&0&19")
Win32_PnPEntity: Standard USB 3.0 eXtensible Host Controller - 1.0 (Microsoft) (DeviceID = "PCI\VEN_1B36&DEV_000D&SUBSYS_11001AF4&R...)
Win32_PnPEntity: USB Input Device (DeviceID = "USB\VID_0627&PID_0001\28754-0000:00:02....)

identified by
Generic USB Hub (DeviceID = "USB\VID_05E3&PID_0610

But nothing I plug into the hub shows up. I have tested the hub on the host and it works.