ppggff / vagrant-qemu

Use Vagrant to manage machines using QEMU. Test with Apple Silicon / M1 and CentOS aarch64 image
MIT License
408 stars 32 forks source link

Incorrect arch type does not clean up #21

Open brendan-stephens opened 1 year ago

brendan-stephens commented 1 year ago

If you neglect to change the qe.arch to the correct type (eg. x86), it will hang on the ssh auth and leave the qemu-system process in an uninterruptible state (does not respond to sighup). Cleanup should look for and terminate residual processes on exit.

ppggff commented 1 year ago

Thanks, you are right, this may need a better stop or destroy implementation.