Skip to content

Domain XML Extensions

Benjamin Gilbert edited this page Feb 13, 2014 · 2 revisions

VMNetX supports some extra configuration options via extensions to the domain XML format.

Example

<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>

Options

limit_mouse_rate

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.

Clone this wiki locally