VMM/common: Improve search_address complexity
Checking the dictionary (a hash) for existence of a key is likely to be
O(log(n)), while checking a list is O(n). Therefore, to increase
performance, this patch changes the check accordingly.
==========================
Configuration file for vmm
==========================
When you have installed vmm as described in :doc:`installation/install_vmm`
a copy of :download:`vmm.cfg <_static/vmm.cfg>` will be stored in
:file:`{$PREFIX}/share/doc/vmm`.
.. literalinclude:: _static/vmm.cfg
:language: cfg