+ sipb-xen-remote-listvms "$@" ;;
+ control/create )
+ sipb-xen-remote-create "$MACHINE" "$@" ;;
+ control/listhost )
+ sipb-xen-remote-listhost "$MACHINE" "$@" ;;
+ control/* )
+ # Everything but create must go where the VM is already running.
+ sipb-xen-remote-control "$MACHINE" "$SERVICE" "$@" ;;