Demi Marie Obenour writes: > This is much more convenient than having to find a VM's ID. > > In the future, the programs that take a VM ID should be the suffixed > ones, but this change avoids having to change any tests and so is > simpler. > > Signed-off-by: Demi Marie Obenour > --- > host/rootfs/file-list.mk | 3 +++ > host/rootfs/image/usr/bin/vm-console-by-name | 9 +++++++++ > host/rootfs/image/usr/bin/vm-start-by-name | 9 +++++++++ > host/rootfs/image/usr/bin/vm-stop-by-name | 9 +++++++++ > 4 files changed, 30 insertions(+) I don't want VM names to be a primary means of interaction in the long term, but I suppose this is useful for now. They should at least be documented along with the other vm-* commands, though.