/usr/sbin/xen-list is a C-based program that uses libxc directly to list
running domains.  It provides better performance than 'xm list' since
it runs natively and avoids xend locking.  xen-list also works with the
Xen's libxenlight toolstack.

/usr/sbin/xen-destory is an alternative for 'xm destroy'.  It will forcibly
destroy a domain even in cases where 'xm destroy' will not.  xen-destroy
uses libxenlight, and hence works with the libxenlight toolstack as well.
