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.
=============
Upgrading vmm
=============
Upgrade instructions for different versions of vmm.
.. toctree::
:maxdepth: 1
upgrade/0.5-0.6
upgrade/0.4.x-0.5