VMM/Domain: search() lists now all matching domains, also when
the result contains primary and alias names, but the found alias is not an
alias for any of the found primaries.
# -*- coding: UTF-8 -*-
# Copyright (c) 2007 - 2010, Pascal Volk
# See COPYING for distribution information.
MISSING_ARGS = 1
UNKNOWN_COMMAND = 2
USER_INTERRUPT = 3