Hi, > In the end the problem stays that usb uses a polling model versus the > async interrupt model ps2 uses.
If your guest supports usb 3.0 (aka xhci) you can try that. The hardware design allows to not poll in the emulation, which brings down the cpu load even more, should come pretty close to ps/2 mouse levels. cheers, Gerd