ALSchwalm / transient

A wrapper for QEMU allowing the creation of virtual machines with shared folder, ssh, and disk creation support.
MIT License
104 stars 17 forks source link

Prohibit multiple vms with the same name #121

Open ALSchwalm opened 3 years ago

ALSchwalm commented 3 years ago

Currently, it is left up to the user to never make two vms with the same -name. Now that we have the transient list vm functionality, we can enforce this by first checking for other vms. The downside here is that it will slightly slowdown startup time. We can, of course, have a flag to opt out of this.