dhyve
dhyve copied to clipboard
refactor to support multiple vms, closes #25
this needs a lot of testing, but i think it works
still todo
- [ ] make status print some short status for all vms if it isn't given a vm parameter
Can we share bzImage and rootfs.cpio.xz with multiple vms?
i thought about that, but i decided against it so that users can do things like create a new vm to test a new vm version. also i didn't want to make it so users have to shut down every vm to upgrade the os.
I see. Thanks.