We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
VMNetX supports some extra configuration options via extensions to the domain XML format.
<domain type="kvm"> <metadata> <vx:vmnetx xmlns:vx="http://olivearchive.org/xmlns/vmnetx/domain-metadata"> <vx:limit_mouse_rate hz="40"/> </vx:vmnetx> </metadata> </domain>
Limit mouse events to the specified frequency. This is useful for Windows 3.1, which expects a 40 Hz mouse. The default value is unlimited.